mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
The pc-i440fx-2.0 machine was deprecated for the 8.2
release (see commit c7437f0ddb
"docs/about: Mark the
old pc-i440fx-2.0 - 2.3 machine types as deprecated"),
time to remove it.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20240617071118.60464-3-philmd@linaro.org>
This commit is contained in:
parent
792b4fdd4e
commit
dbe442ad48
5 changed files with 2 additions and 57 deletions
15
hw/i386/pc.c
15
hw/i386/pc.c
|
@ -320,21 +320,6 @@ GlobalProperty pc_compat_2_1[] = {
|
|||
};
|
||||
const size_t pc_compat_2_1_len = G_N_ELEMENTS(pc_compat_2_1);
|
||||
|
||||
GlobalProperty pc_compat_2_0[] = {
|
||||
PC_CPU_MODEL_IDS("2.0.0")
|
||||
{ "virtio-scsi-pci", "any_layout", "off" },
|
||||
{ "PIIX4_PM", "memory-hotplug-support", "off" },
|
||||
{ "apic", "version", "0x11" },
|
||||
{ "nec-usb-xhci", "superspeed-ports-first", "off" },
|
||||
{ "nec-usb-xhci", "force-pcie-endcap", "on" },
|
||||
{ "pci-serial", "prog_if", "0" },
|
||||
{ "pci-serial-2x", "prog_if", "0" },
|
||||
{ "pci-serial-4x", "prog_if", "0" },
|
||||
{ "virtio-net-pci", "guest_announce", "off" },
|
||||
{ "ICH9-LPC", "memory-hotplug-support", "off" },
|
||||
};
|
||||
const size_t pc_compat_2_0_len = G_N_ELEMENTS(pc_compat_2_0);
|
||||
|
||||
GSIState *pc_gsi_create(qemu_irq **irqs, bool pci_enabled)
|
||||
{
|
||||
GSIState *s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue