Re: [PATCH] migration/vmstate: Remove unnecessary MemoryRegion forward declaration

2020-06-01 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (f4...@amsat.org) wrote: > "migration/vmstate.h" only uses pointer to MemoryRegion, which > is already forward declared in "qemu/typedefs.h". > > Signed-off-by: Philippe Mathieu-Daudé > --- > CI: https://travis-ci.org/github/philmd/qemu/builds/692879495 > --- >

[PATCH] migration/vmstate: Remove unnecessary MemoryRegion forward declaration

2020-05-30 Thread Philippe Mathieu-Daudé
"migration/vmstate.h" only uses pointer to MemoryRegion, which is already forward declared in "qemu/typedefs.h". Signed-off-by: Philippe Mathieu-Daudé --- CI: https://travis-ci.org/github/philmd/qemu/builds/692879495 --- include/migration/vmstate.h | 1 - 1 file changed, 1 deletion(-) diff