qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

migration/vmstate: Remove unnecessary MemoryRegion forward declaration

"migration/vmstate.h" only uses pointer to MemoryRegion, which
is already forward declared in "qemu/typedefs.h".

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200530165512.15225-1-f4bug@amsat.org>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

authored by

Philippe Mathieu-Daudé and committed by
Dr. David Alan Gilbert
e0d138aa 93bb3d8d

-1
-1
include/migration/vmstate.h
··· 1199 1199 void vmstate_unregister(VMStateIf *obj, const VMStateDescription *vmsd, 1200 1200 void *opaque); 1201 1201 1202 - struct MemoryRegion; 1203 1202 void vmstate_register_ram(struct MemoryRegion *memory, DeviceState *dev); 1204 1203 void vmstate_unregister_ram(struct MemoryRegion *memory, DeviceState *dev); 1205 1204 void vmstate_register_ram_global(struct MemoryRegion *memory);