Re: [Qemu-devel] [PATCH] Skip vfio mmap bar regions during memory dump

2014-09-12 Thread Nikunj A Dadhania
Alex Williamson writes: > On Fri, 2014-09-12 at 10:12 +0530, Nikunj A Dadhania wrote: >> The PCI MMIO might be disabled or the device in the reset state. >> Make sure we do not dump these memory regions. >> >> Signed-off-by: Nikunj A Dadhania >> --- > > If you don't want to dump a memory region

Re: [Qemu-devel] [PATCH] Skip vfio mmap bar regions during memory dump

2014-09-11 Thread Alex Williamson
On Fri, 2014-09-12 at 10:12 +0530, Nikunj A Dadhania wrote: > The PCI MMIO might be disabled or the device in the reset state. > Make sure we do not dump these memory regions. > > Signed-off-by: Nikunj A Dadhania > --- If you don't want to dump a memory region then add the ability to set a no-du

[Qemu-devel] [PATCH] Skip vfio mmap bar regions during memory dump

2014-09-11 Thread Nikunj A Dadhania
The PCI MMIO might be disabled or the device in the reset state. Make sure we do not dump these memory regions. Signed-off-by: Nikunj A Dadhania --- hw/misc/vfio.c| 2 +- include/exec/memory.h | 27 +++ memory.c | 16 memory_mapping.