Revision 6023d832 hw/pc.c

b/hw/pc.c
1103 1103
            isa_vga_init();
1104 1104
        }
1105 1105
    }
1106

  
1107
    /*
1108
     * sga does not suppress normal vga output. So a machine can have both a
1109
     * vga card and sga manually enabled. Output will be seen on both.
1110
     * For nographic case, sga is enabled at all times
1111
     */
1112
    if (display_type == DT_NOGRAPHIC) {
1113
        isa_create_simple("sga");
1114
    }
1115 1106
}
1116 1107

  
1117 1108
static void cpu_request_exit(void *opaque, int irq, int level)

Also available in: Unified diff