Re: [PATCH 11/14] hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion

2020-05-26 Thread Gerd Hoffmann
On Tue, May 26, 2020 at 10:16:19AM +0200, Philippe Mathieu-Daudé wrote: > On 5/26/20 10:01 AM, Gerd Hoffmann wrote: > > On Tue, May 26, 2020 at 08:22:49AM +0200, Philippe Mathieu-Daudé > > wrote: > >> To avoid the orphan I/O memory region being added in the /unattached > >> QOM container, r

Re: [PATCH 11/14] hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion

2020-05-26 Thread Philippe Mathieu-Daudé
On 5/26/20 10:01 AM, Gerd Hoffmann wrote: > On Tue, May 26, 2020 at 08:22:49AM +0200, Philippe Mathieu-Daudé wrote: >> To avoid the orphan I/O memory region being added in the /unattached >> QOM container, register the PCI device as its owner. >> >> Signed-off-by: Philippe Mathieu-DaudÃÂ

Re: [PATCH 11/14] hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion

2020-05-26 Thread Gerd Hoffmann
On Tue, May 26, 2020 at 08:22:49AM +0200, Philippe Mathieu-Daudé wrote: > To avoid the orphan I/O memory region being added in the /unattached > QOM container, register the PCI device as its owner. > > Signed-off-by: Philippe Mathieu-Daudé > --- > RFC: This might break migration --verbose plea

[PATCH 11/14] hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion

2020-05-25 Thread Philippe Mathieu-Daudé
To avoid the orphan I/O memory region being added in the /unattached QOM container, register the PCI device as its owner. Signed-off-by: Philippe Mathieu-Daudé --- RFC: This might break migration --- hw/display/vmware_vga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/d