qxl: tag as not hotpluggable
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 6 Jan 2011 14:14:40 +0000 (15:14 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Jan 2011 11:43:55 +0000 (13:43 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/qxl.c

index 207aa63..bd71e58 100644 (file)
--- a/hw/qxl.c
+++ b/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",