pc_piix.c (477c3b934a47adf7de285863f59d6e4503dd1a6d) pc_piix.c (f59fb1889f480b0324a7ed0404a68ad5a0ad4f6c)
1/*
2 * QEMU PC System Emulator
3 *
4 * Copyright (c) 2003-2004 Fabrice Bellard
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 743 unchanged lines hidden (view full) ---

752static void pc_i440fx_1_7_machine_options(MachineClass *m)
753{
754 PCMachineClass *pcmc = PC_MACHINE_CLASS(m);
755
756 pc_i440fx_2_0_machine_options(m);
757 m->hw_version = "1.7.0";
758 m->default_machine_opts = NULL;
759 m->option_rom_has_mr = true;
1/*
2 * QEMU PC System Emulator
3 *
4 * Copyright (c) 2003-2004 Fabrice Bellard
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 743 unchanged lines hidden (view full) ---

752static void pc_i440fx_1_7_machine_options(MachineClass *m)
753{
754 PCMachineClass *pcmc = PC_MACHINE_CLASS(m);
755
756 pc_i440fx_2_0_machine_options(m);
757 m->hw_version = "1.7.0";
758 m->default_machine_opts = NULL;
759 m->option_rom_has_mr = true;
760 m->deprecation_reason = "old and unattended - use a newer version instead";
760 compat_props_add(m->compat_props, pc_compat_1_7, pc_compat_1_7_len);
761 pcmc->smbios_defaults = false;
762 pcmc->gigabyte_align = false;
763 pcmc->legacy_acpi_table_size = 6414;
764}
765
766DEFINE_I440FX_MACHINE(v1_7, "pc-i440fx-1.7", pc_compat_1_7_fn,
767 pc_i440fx_1_7_machine_options);

--- 199 unchanged lines hidden ---
761 compat_props_add(m->compat_props, pc_compat_1_7, pc_compat_1_7_len);
762 pcmc->smbios_defaults = false;
763 pcmc->gigabyte_align = false;
764 pcmc->legacy_acpi_table_size = 6414;
765}
766
767DEFINE_I440FX_MACHINE(v1_7, "pc-i440fx-1.7", pc_compat_1_7_fn,
768 pc_i440fx_1_7_machine_options);

--- 199 unchanged lines hidden ---