mirror of https://github.com/xqemu/xqemu.git
qxl: tag as not hotpluggable
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
6107ff1292
commit
2f6bfe3b0c
1
hw/qxl.c
1
hw/qxl.c
|
@ -1546,6 +1546,7 @@ static PCIDeviceInfo qxl_info_primary = {
|
||||||
.qdev.size = sizeof(PCIQXLDevice),
|
.qdev.size = sizeof(PCIQXLDevice),
|
||||||
.qdev.reset = qxl_reset_handler,
|
.qdev.reset = qxl_reset_handler,
|
||||||
.qdev.vmsd = &qxl_vmstate,
|
.qdev.vmsd = &qxl_vmstate,
|
||||||
|
.no_hotplug = 1,
|
||||||
.init = qxl_init_primary,
|
.init = qxl_init_primary,
|
||||||
.config_write = qxl_write_config,
|
.config_write = qxl_write_config,
|
||||||
.romfile = "vgabios-qxl.bin",
|
.romfile = "vgabios-qxl.bin",
|
||||||
|
|
Loading…
Reference in New Issue