Re: [Qemu-devel] [PATCH v8 0/2] deprecate incorrect CPUs topolog

2018-10-08 Thread Eduardo Habkost
On Thu, Sep 13, 2018 at 01:06:00PM +0200, Igor Mammedov wrote:
> Changelog since v7:
>   * drop repetitive sentence in deprication doc (Eric Blake 
> )
> Changelog since v5:
>   * add(v6) and then remove(v7) Notes section to/from deprication doc
>  (Eduardo Habkost )
>   * fix up wording and math formating in deprication doc
>  (Eduardo Habkost )
>   * drop !socket check as it always evaluates to true at that point
>  (Eduardo Habkost )
> Changelog since v4:
>   * extend deprication doc, adding that maxcpus should be multiple of
> present on CLI [sockets/cores/threads] options
> (Eduardo Habkost )
> 
> series bundles together 2 related patches posted separately earlier:
>   vl.c deprecate incorrect CPUs topology
>   vl:c: make sure that sockets are calculated  correctly in '-smp X' case
> 
> Goal is to depricate invalid topologies so we could make sure that topology
> configuration is correct by forbidding invalid input once deprecation
> period ends.

Thanks, queued on machine-next.

-- 
Eduardo



[Qemu-devel] [PATCH v8 0/2] deprecate incorrect CPUs topolog

2018-09-13 Thread Igor Mammedov
Changelog since v7:
  * drop repetitive sentence in deprication doc (Eric Blake )
Changelog since v5:
  * add(v6) and then remove(v7) Notes section to/from deprication doc
 (Eduardo Habkost )
  * fix up wording and math formating in deprication doc
 (Eduardo Habkost )
  * drop !socket check as it always evaluates to true at that point
 (Eduardo Habkost )
Changelog since v4:
  * extend deprication doc, adding that maxcpus should be multiple of
present on CLI [sockets/cores/threads] options
(Eduardo Habkost )

series bundles together 2 related patches posted separately earlier:
  vl.c deprecate incorrect CPUs topology
  vl:c: make sure that sockets are calculated  correctly in '-smp X' case

Goal is to depricate invalid topologies so we could make sure that topology
configuration is correct by forbidding invalid input once deprecation
period ends.


CC: ebl...@redhat.com
CC: ehabk...@redhat.com

Igor Mammedov (2):
  vl.c deprecate incorrect CPUs topology
  vl:c: make sure that sockets are calculated correctly in '-smp X' case

 qemu-deprecated.texi | 12 
 vl.c | 12 +++-
 2 files changed, 23 insertions(+), 1 deletion(-)

-- 
2.7.4