On Thu, Apr 25, 2013 at 01:44:20PM -0500, Anthony Liguori wrote:
> Laszlo Ersek writes:
>
> > Currently some places use pointer-to-void even though they mean
> > pointer-to-FWCfgState. Clean them up.
> >
> > Signed-off-by: Laszlo Ersek
> > Acked-by: Michael S. Tsirkin
>
> Reviewed-by: Anthony
Laszlo Ersek writes:
> Currently some places use pointer-to-void even though they mean
> pointer-to-FWCfgState. Clean them up.
>
> Signed-off-by: Laszlo Ersek
> Acked-by: Michael S. Tsirkin
Reviewed-by: Anthony Liguori
Regards,
Anthony Liguori
> ---
> hw/i386/multiboot.h |4 +++-
> i
Currently some places use pointer-to-void even though they mean
pointer-to-FWCfgState. Clean them up.
Signed-off-by: Laszlo Ersek
Acked-by: Michael S. Tsirkin
---
hw/i386/multiboot.h |4 +++-
include/hw/i386/pc.h | 19 ++-
include/hw/loader.h |3 ++-
hw/acpi/piix4.c