Many parts of the code use void* for fw_cfg data when it could simply use the right data type (FWCfgState*). This series changes that code to use FWCfgState*.
Eduardo Habkost (4): multiboot: use FWCfgState* as argument instead of void* pc: use FWCfgState* instead of void* for fw_cfg data ppc: use FWCfgState* instead of void* for fw_cfg data sparc: use FWCfgState* instead of void* for fw_cfg data hw/acpi_piix4.c | 2 +- hw/multiboot.c | 2 +- hw/multiboot.h | 4 +++- hw/pc.c | 28 ++++++++++++++-------------- hw/pc.h | 19 ++++++++++--------- hw/pc_piix.c | 2 +- hw/ppc_newworld.c | 2 +- hw/ppc_oldworld.c | 2 +- hw/sun4m.c | 6 +++--- hw/sun4u.c | 2 +- 10 files changed, 36 insertions(+), 33 deletions(-) -- 1.7.11.7