Revision a19cbfb3 vl.c

b/vl.c
1411 1411
        vga_interface_type = VGA_VMWARE;
1412 1412
    } else if (strstart(p, "xenfb", &opts)) {
1413 1413
        vga_interface_type = VGA_XENFB;
1414
    } else if (strstart(p, "qxl", &opts)) {
1415
        vga_interface_type = VGA_QXL;
1414 1416
    } else if (!strstart(p, "none", &opts)) {
1415 1417
    invalid_vga:
1416 1418
        fprintf(stderr, "Unknown vga type: %s\n", p);
......
2945 2947
        }
2946 2948
    }
2947 2949
#ifdef CONFIG_SPICE
2948
    if (using_spice) {
2950
    if (using_spice && !qxl_enabled) {
2949 2951
        qemu_spice_display_init(ds);
2950 2952
    }
2951 2953
#endif

Also available in: Unified diff