Revision 9dbcca5a hw/pc_piix.c

b/hw/pc_piix.c
225 225
    .desc = "Standard PC",
226 226
    .init = pc_init_pci,
227 227
    .max_cpus = 255,
228
    .compat_props = (GlobalProperty[]) {
229
        {
230
            .driver   = "virtio-9p-pci",
231
            .property = "vectors",
232
            .value    = stringify(0),
233
        },
234
        { /* end of list */ }
235
    },
228 236
};
229 237

  
230 238
static QEMUMachine pc_machine_v0_12 = {

Also available in: Unified diff