mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 04:13:39 +08:00
e9dcbc86d6
The error exits of xen_pv_find_xendev() free the new xen-device via
g_free() which is wrong.
As the xen-device has been initialized as qdev it must be removed
via qdev_unplug().
This bug has been introduced with commit
|
||
---|---|---|
.. | ||
Makefile.objs | ||
xen_backend.c | ||
xen_devconfig.c | ||
xen_pt_config_init.c | ||
xen_pt_graphics.c | ||
xen_pt_msi.c | ||
xen_pt.c | ||
xen_pt.h | ||
xen_pvdev.c | ||
xen-host-pci-device.c | ||
xen-host-pci-device.h |