]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
pc: Remove compat fields from PcGuestInfo
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 11 Dec 2015 18:42:28 +0000 (16:42 -0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 6 Feb 2016 18:44:09 +0000 (20:44 +0200)
commitbb292f5a9b944e47fae88a20767967e7e20122b4
treecc9729539a66a141eef429f4ea3640dd7573da6c
parentf944d4798c4e8ebb85161d81431d3457de36d042
pc: Remove compat fields from PcGuestInfo

Remove the fields: legacy_acpi_table_size, has_acpi_build,
has_reserved_memory, and rsdp_in_ram from PcGuestInfo, and let
the existing code use the PCMachineClass fields directly.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
hw/i386/acpi-build.c
hw/i386/acpi-build.h
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/hw/i386/pc.h