Revision 3827cdb1

b/hw/pc_piix.c
311 311
    .desc = "Standard PC",
312 312
    .init = pc_init_pci,
313 313
    .max_cpus = 255,
314
    .compat_props = (GlobalProperty[]) {
315
        {
316
            .driver   = "qxl",
317
            .property = "revision",
318
            .value    = stringify(2),
319
        },{
320
            .driver   = "qxl-vga",
321
            .property = "revision",
322
            .value    = stringify(2),
323
        },
324
        { /* end of list */ }
325
    },
314 326
};
315 327

  
316 328
static QEMUMachine pc_machine_v0_13 = {

Also available in: Unified diff