]> git.ipfire.org Git - thirdparty/qemu.git/commit
secondary-vga: delete mmio subregions upon exit
authorremy.noel <remy.noel@blade-group.com>
Tue, 2 Oct 2018 12:19:35 +0000 (14:19 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Oct 2018 09:23:37 +0000 (11:23 +0200)
commit0ab90e617040e5590f7fc403b5d34f76f53f6bdc
tree84e0fa8c84b2d487fc5ac6303339a9163f30e974
parent5a358b39f52a28a84b380c1685c93010987b3412
secondary-vga: delete mmio subregions upon exit

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 <remy.noel@blade-group.com>
Message-id: 20181002121935.23706-1-remy.noel@blade-group.com

[ kraxel: delete the recently added edid region too ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/vga-pci.c