Re: [Qemu-devel] [PATCH v2] secondary-vga: delete mmio subregions upon exit

2018-10-05 Thread Gerd Hoffmann
On Tue, Oct 02, 2018 at 02:19:35PM +0200, remy.n...@blade-group.com wrote: > From: "remy.noel" > > 93abfc88bd649de1933588bfc7175605331b3ea9 introduced a reference cycle in > the vga-pci devices, preventing cleanup of the object upon hotblug. > > This patch allows to break the cycle. Added to vg

[Qemu-devel] [PATCH v2] secondary-vga: delete mmio subregions upon exit

2018-10-02 Thread remy . noel
From: "remy.noel" 93abfc88bd649de1933588bfc7175605331b3ea9 introduced a reference cycle in the vga-pci devices, preventing cleanup of the object upon hotblug. This patch allows to break the cycle. Signed-off-by: remy.noel --- hw/display/vga-pci.c | 5 + 1 file changed, 5 insertions(+) di