| Submitter | Gerd Hoffmann |
|---|---|
| Date | Jan. 6, 2011, 2:14 p.m. |
| Message ID | <1294323280-21692-5-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/77716/ |
| State | New |
| Headers | show |
Comments
Patch
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",
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> --- hw/qxl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)