diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-01-06 15:14:40 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-01-10 13:43:55 +0200 |
commit | 2f6bfe3b0c5bb216abfe015d824eaf84c449c6a5 (patch) | |
tree | d3d4e5ac946f4ccfe1a9434adc4287104a76c340 /hw | |
parent | 6107ff12922e5508a44b376b40a3041810cb00d2 (diff) |
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')
-rw-r--r-- | hw/qxl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |