Re: [Qemu-devel] [PATCH] vga: set owner for mmio regions

2018-06-26 Thread Philippe Mathieu-Daudé
On 06/26/2018 03:09 AM, Gerd Hoffmann wrote: > This makes sure the regions are properly cleaned when unplugging -device > seconday-vga. > > Reported-by: Thomas Huth > Signed-off-by: Gerd Hoffmann Reviewed-by: Philippe Mathieu-Daudé > --- > hw/display/vga_int.h| 1 + > hw/display/vga-pci

Re: [Qemu-devel] [PATCH] vga: set owner for mmio regions

2018-06-26 Thread Thomas Huth
On 26.06.2018 08:09, Gerd Hoffmann wrote: > This makes sure the regions are properly cleaned when unplugging -device > seconday-vga. > > Reported-by: Thomas Huth > Signed-off-by: Gerd Hoffmann > --- > hw/display/vga_int.h| 1 + > hw/display/vga-pci.c| 11 ++- > hw/display/virti