mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 22:03:54 -06:00
hw/arm/virt: pass VirtMachineState instead of VirtGuestInfo
Only two functions take VirtGuestInfo parameters. Now that guest-info is part of VirtMachineState, and VirtMachineState is defined in the virt header, pass that instead. Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Message-id: 20170102200153.28864-11-drjones@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
a72d436387
commit
e9a8e474fb
3 changed files with 7 additions and 6 deletions
|
@ -122,6 +122,6 @@ typedef struct {
|
|||
#define VIRT_MACHINE_CLASS(klass) \
|
||||
OBJECT_CLASS_CHECK(VirtMachineClass, klass, TYPE_VIRT_MACHINE)
|
||||
|
||||
void virt_acpi_setup(VirtGuestInfo *guest_info);
|
||||
void virt_acpi_setup(VirtMachineState *vms);
|
||||
|
||||
#endif /* QEMU_ARM_VIRT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue