Searched hist:dbb92eea3857ffeb770d006ad0306e408d33dd62 (Results 1 – 1 of 1) sorted by relevance
/qemu/system/ |
H A D | physmem.c | dbb92eea3857ffeb770d006ad0306e408d33dd62 Tue Apr 06 08:01:26 UTC 2021 David Hildenbrand <david@redhat.com> softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memory
RAM_SHARED now also properly indicates shared anonymous memory. Let's check that flag for anonymous memory as well, to restore the proper mapping.
Fixes: 06329ccecfa0 ("mem: add share parameter to memory-backend-ram") Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20210406080126.24010-4-david@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|