Revision be20f9e9 hw/pc.c

b/hw/pc.c
42 42
#include "blockdev.h"
43 43
#include "ui/qemu-spice.h"
44 44
#include "memory.h"
45
#include "exec-memory.h"
45 46

  
46 47
/* output Bochs bios info messages */
47 48
//#define DEBUG_BIOS
......
1066 1067
        if (pci_bus) {
1067 1068
            pci_cirrus_vga_init(pci_bus);
1068 1069
        } else {
1069
            isa_cirrus_vga_init();
1070
            isa_cirrus_vga_init(get_system_memory());
1070 1071
        }
1071 1072
    } else if (vmsvga_enabled) {
1072 1073
        if (pci_bus) {

Also available in: Unified diff