Revision a19cbfb3 hw/pc.c

b/hw/pc.c
40 40
#include "sysbus.h"
41 41
#include "sysemu.h"
42 42
#include "blockdev.h"
43
#include "ui/qemu-spice.h"
43 44

  
44 45
/* output Bochs bios info messages */
45 46
//#define DEBUG_BIOS
......
991 992
            pci_vmsvga_init(pci_bus);
992 993
        else
993 994
            fprintf(stderr, "%s: vmware_vga: no PCI bus\n", __FUNCTION__);
995
#ifdef CONFIG_SPICE
996
    } else if (qxl_enabled) {
997
        if (pci_bus)
998
            pci_create_simple(pci_bus, -1, "qxl-vga");
999
        else
1000
            fprintf(stderr, "%s: qxl: no PCI bus\n", __FUNCTION__);
1001
#endif
994 1002
    } else if (std_vga_enabled) {
995 1003
        if (pci_bus) {
996 1004
            pci_vga_init(pci_bus);

Also available in: Unified diff