Il 13/11/2013 20:35, Michael S. Tsirkin ha scritto: > +static void pc_compat_1_7(QEMUMachineInitArgs *args) > +{ > +} > + > static void pc_compat_1_6(QEMUMachineInitArgs *args) > { > has_pci_info = false;
This should call pc_compat_1_7(args), for both piix and q35.