qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] Mark non-volatile memory regions


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 0/3] Mark non-volatile memory regions
Date: Wed, 3 Oct 2018 15:44:51 +0400

Hi,

As discussed in the "[PATCH v10 6/6] tpm: add ACPI memory clear
interface" thread, and proposed in the "[PATCH] RFC: mark non-volatile
memory region", here is a small series to mark non-volvatile memory
regions and skip them on dump. Upcoming TCG "Platform Reset Attack
Mitigation" will also use this information to eventually skip
non-volatile memory.

Thanks

Marc-André Lureau (3):
  memory: learn about non-volatile memory region
  nvdimm: set non-volatile on the memory region
  memory-mapping: skip non-volatile memory regions in GuestPhysBlockList

 include/exec/memory.h    | 25 ++++++++++++++++++++++
 hw/mem/nvdimm.c          |  1 +
 memory.c                 | 45 +++++++++++++++++++++++++++++++---------
 memory_mapping.c         |  3 ++-
 docs/devel/migration.rst |  1 +
 5 files changed, 64 insertions(+), 11 deletions(-)

-- 
2.19.0.271.gfe8321ec05




reply via email to

[Prev in Thread] Current Thread [Next in Thread]