summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann2011-01-06 15:14:40 +0100
committerMichael S. Tsirkin2011-01-10 12:43:55 +0100
commit2f6bfe3b0c5bb216abfe015d824eaf84c449c6a5 (patch)
treed3d4e5ac946f4ccfe1a9434adc4287104a76c340
parentMerge remote branch 'origin/master' into pci (diff)
downloadqemu-2f6bfe3b0c5bb216abfe015d824eaf84c449c6a5.tar.gz
qemu-2f6bfe3b0c5bb216abfe015d824eaf84c449c6a5.tar.xz
qemu-2f6bfe3b0c5bb216abfe015d824eaf84c449c6a5.zip
qxl: tag as not hotpluggable
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--hw/qxl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/qxl.c b/hw/qxl.c
index 207aa63f90..bd71e5810f 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",