[Qemu-devel] [PATCH 07/11] hw/arm/virt: pass VirtMachineState instead of VirtGuestInfo

2016-12-13 Thread Andrew Jones
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 --- hw/arm/virt-acpi-build.c | 3 ++- hw/arm/virt.c| 8 include/hw/arm/virt.h

Re: [Qemu-devel] [PATCH 07/11] hw/arm/virt: pass VirtMachineState instead of VirtGuestInfo

2016-12-15 Thread Igor Mammedov
On Tue, 13 Dec 2016 22:45:18 +0100 Andrew Jones wrote: > 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 > --- > hw/arm/virt-acpi-build.

Re: [Qemu-devel] [PATCH 07/11] hw/arm/virt: pass VirtMachineState instead of VirtGuestInfo

2016-12-15 Thread Andrew Jones
On Thu, Dec 15, 2016 at 03:45:55PM +0100, Igor Mammedov wrote: > On Tue, 13 Dec 2016 22:45:18 +0100 > Andrew Jones wrote: > > > Only two functions take VirtGuestInfo parameters. Now that guest-info > > is part of VirtMachineState, and VirtMachineState is defined in the > > virt header, pass that

Re: [Qemu-devel] [PATCH 07/11] hw/arm/virt: pass VirtMachineState instead of VirtGuestInfo

2016-12-16 Thread Igor Mammedov
On Thu, 15 Dec 2016 17:24:05 +0100 Andrew Jones wrote: > On Thu, Dec 15, 2016 at 03:45:55PM +0100, Igor Mammedov wrote: > > On Tue, 13 Dec 2016 22:45:18 +0100 > > Andrew Jones wrote: > > > > > Only two functions take VirtGuestInfo parameters. Now that guest-info > > > is part of VirtMachineSt