Automated leading tab to spaces conversion.

This commit is contained in:
xorstream
2017-01-21 12:28:22 +11:00
parent df41c49e2d
commit 770c5616e2
69 changed files with 3839 additions and 3839 deletions

View File

@@ -154,25 +154,25 @@ static const TypeInfo pc_machine_info = {
sizeof(PCMachineClass),
sizeof(PCMachineState),
NULL,
NULL,
pc_machine_initfn,
NULL,
NULL,
NULL,
NULL,
NULL,
pc_machine_class_init,
NULL,
NULL,
true,
NULL,
NULL,
NULL,
// should this be added somehow?
//.interfaces = (InterfaceInfo[]) { { } },
pc_machine_class_init,
NULL,
NULL,
true,
NULL,
NULL,
// should this be added somehow?
//.interfaces = (InterfaceInfo[]) { { } },
};
void pc_machine_register_types(struct uc_struct *uc)

View File

@@ -47,12 +47,12 @@ static int pc_init_pci(struct uc_struct *uc, MachineState *machine)
}
static QEMUMachine pc_i440fx_machine_v2_2 = {
"pc_piix",
"pc_piix",
"pc-i440fx-2.2",
pc_init_pci,
NULL,
255,
1,
255,
1,
UC_ARCH_X86, // X86
};