summaryrefslogtreecommitdiffstats
path: root/hw/qxl.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2011-01-06 15:14:40 +0100
committerMichael S. Tsirkin <mst@redhat.com>2011-01-10 13:43:55 +0200
commit2f6bfe3b0c5bb216abfe015d824eaf84c449c6a5 (patch)
treed3d4e5ac946f4ccfe1a9434adc4287104a76c340 /hw/qxl.c
parent6107ff12922e5508a44b376b40a3041810cb00d2 (diff)
downloadhqemu-2f6bfe3b0c5bb216abfe015d824eaf84c449c6a5.zip
hqemu-2f6bfe3b0c5bb216abfe015d824eaf84c449c6a5.tar.gz
qxl: tag as not hotpluggable
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/qxl.c')
-rw-r--r--hw/qxl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/qxl.c b/hw/qxl.c
index 207aa63..bd71e58 100644
--- 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",
OpenPOWER on IntegriCloud