]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
hw/i386/pc: Replace PCMachineState argument with MachineState in fw_cfg_arch_create
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Sep 2019 10:42:42 +0000 (12:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Sep 2019 15:13:08 +0000 (17:13 +0200)
commitbd802bd98148e7022491fedbf6583e57f8ef1a78
treedad5fa6096782a90675f67ad166a1b712d9bacf5
parent264b485776062bdc858ea5e6994a61bb68a3eec0
hw/i386/pc: Replace PCMachineState argument with MachineState in fw_cfg_arch_create

In the previous commit we removed the last access to PCMachineState.
Replace it with a generic MachineState argument and use it to retrieve
the CPUArchIdList.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c