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 changed files with 1 additions and 0 deletions
1
hw/qxl.c
1
hw/qxl.c
|
|
@ -1546,6 +1546,7 @@ static PCIDeviceInfo qxl_info_primary = {
|
|||
.qdev.size = sizeof(PCIQXLDevice),
|
||||
.qdev.reset = qxl_reset_handler,
|
||||
.qdev.vmsd = &qxl_vmstate,
|
||||
.no_hotplug = 1,
|
||||
.init = qxl_init_primary,
|
||||
.config_write = qxl_write_config,
|
||||
.romfile = "vgabios-qxl.bin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue