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

Marc-André Lureau posted 3 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181003114454.5662-1-marcandre.lureau@redhat.com
Test checkpatch passed
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(-)
[Qemu-devel] [PATCH 0/3] Mark non-volatile memory regions
Posted by Marc-André Lureau 5 years, 6 months ago
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


Re: [Qemu-devel] [PATCH 0/3] Mark non-volatile memory regions
Posted by Marc-André Lureau 5 years, 5 months ago
Hi

On Wed, Oct 3, 2018 at 3:46 PM Marc-André Lureau
<marcandre.lureau@redhat.com> wrote:
>
> 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

Only last patch got reviews, but that means the first are probably ok as well.
Is anybody reviewing & picking the series?

thanks

>
>  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
>
>


-- 
Marc-André Lureau