]> git.proxmox.com Git - mirror_qemu.git/commit
hw/i386/pc: Let pc_build_smbios() take a FWCfgState argument
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 18 Aug 2019 22:54:08 +0000 (00:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Sep 2019 15:13:08 +0000 (17:13 +0200)
commit14fe28075772b882b7be4ec27997b3375ba5dfb6
tree9bf2fc37e61be30b169854c1ea14bfe5f1bd1b03
parentbd802bd98148e7022491fedbf6583e57f8ef1a78
hw/i386/pc: Let pc_build_smbios() take a FWCfgState argument

Pass the FWCfgState object by argument, this will
allow us to remove the PCMachineState argument later.

Suggested-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190818225414.22590-10-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c