hw/i386/pc: Let pc_build_feature_control() take a FWCfgState argument
commiteb6449fbd83278ae1376f1c6343b858af479cedc
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 18 Aug 2019 22:54:11 +0000 (19 00:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Sep 2019 15:13:09 +0000 (16 17:13 +0200)
tree0f6fefa20a0a1ae178573db304789184708d8179
parente0e949d7d86b4498cf7e1c8dad15d0c055c60697
hw/i386/pc: Let pc_build_feature_control() 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-13-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c