diff options
| author | Gerd Hoffmann | 2011-01-06 15:14:40 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2011-01-10 12:43:55 +0100 |
| commit | 2f6bfe3b0c5bb216abfe015d824eaf84c449c6a5 (patch) | |
| tree | d3d4e5ac946f4ccfe1a9434adc4287104a76c340 | |
| parent | Merge remote branch 'origin/master' into pci (diff) | |
| download | qemu-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.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", |
