Re: [Qemu-devel] [PATCH RFC 14/16] hw/arm/virt: stash cpu topo info in VirtGuestInfo

2016-07-14 Thread Andrew Jones
On Thu, Jul 14, 2016 at 05:43:51PM -0300, Eduardo Habkost wrote: > On Fri, Jun 10, 2016 at 07:40:25PM +0200, Andrew Jones wrote: > > This is a first step to preparing mach-virt for configurable > > cpu topology, and is necessary now to prepare to move smbios > > code away from using cpu topology gl

Re: [Qemu-devel] [PATCH RFC 14/16] hw/arm/virt: stash cpu topo info in VirtGuestInfo

2016-07-14 Thread Eduardo Habkost
On Fri, Jun 10, 2016 at 07:40:25PM +0200, Andrew Jones wrote: > This is a first step to preparing mach-virt for configurable > cpu topology, and is necessary now to prepare to move smbios > code away from using cpu topology globals smp_cores,smp_threads. > > Signed-off-by: Andrew Jones I'd rathe

[Qemu-devel] [PATCH RFC 14/16] hw/arm/virt: stash cpu topo info in VirtGuestInfo

2016-06-10 Thread Andrew Jones
This is a first step to preparing mach-virt for configurable cpu topology, and is necessary now to prepare to move smbios code away from using cpu topology globals smp_cores,smp_threads. Signed-off-by: Andrew Jones --- hw/arm/virt.c| 6 +- include/hw/arm/virt-acpi-build.h