mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
refer to FWCfgState explicitly
Currently some places use pointer-to-void even though they mean pointer-to-FWCfgState. Clean them up. Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
edf9735e40
commit
a88b362c6f
10 changed files with 33 additions and 29 deletions
|
@ -447,7 +447,7 @@ static int piix4_pm_initfn(PCIDevice *dev)
|
|||
|
||||
i2c_bus *piix4_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base,
|
||||
qemu_irq sci_irq, qemu_irq smi_irq,
|
||||
int kvm_enabled, void *fw_cfg)
|
||||
int kvm_enabled, FWCfgState *fw_cfg)
|
||||
{
|
||||
PCIDevice *dev;
|
||||
PIIX4PMState *s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue