Re: [Qemu-devel] [PATCH] smbios: Fix assertion on socket count calculation

2014-09-30 Thread Michael S. Tsirkin
On Tue, Sep 30, 2014 at 12:07:17PM +0200, Igor Mammedov wrote: > On Mon, 29 Sep 2014 22:21:45 -0300 > Eduardo Habkost wrote: > > > QEMU currently allows the number of VCPUs to not be a multiple of the > > number of threads per socket, but the smbios socket count calculation > > introduced by comm

Re: [Qemu-devel] [PATCH] smbios: Fix assertion on socket count calculation

2014-09-30 Thread Igor Mammedov
On Mon, 29 Sep 2014 22:21:45 -0300 Eduardo Habkost wrote: > QEMU currently allows the number of VCPUs to not be a multiple of the > number of threads per socket, but the smbios socket count calculation > introduced by commit c97294ec1b9e36887e119589d456557d72ab37b5 doesn't > take that into accoun

[Qemu-devel] [PATCH] smbios: Fix assertion on socket count calculation

2014-09-29 Thread Eduardo Habkost
QEMU currently allows the number of VCPUs to not be a multiple of the number of threads per socket, but the smbios socket count calculation introduced by commit c97294ec1b9e36887e119589d456557d72ab37b5 doesn't take that into account, triggering an assertion. e.g.: $ ./x86_64-softmmu/qemu-system-