Re: [PATCH] smp: drop support for deprecated (invalid topologies)

2020-09-20 Thread Paolo Bonzini
On 18/09/20 22:57, Eduardo Habkost wrote: > On Mon, Sep 14, 2020 at 09:37:20AM +0200, Igor Mammedov wrote: >> On Fri, 11 Sep 2020 11:04:47 -0400 >> "Michael S. Tsirkin" wrote: >> >>> On Fri, Sep 11, 2020 at 09:32:02AM -0400, Igor Mammedov wrote: it's was deprecated since 3.1

Re: [PATCH] smp: drop support for deprecated (invalid topologies)

2020-09-18 Thread Eduardo Habkost
On Mon, Sep 14, 2020 at 09:37:20AM +0200, Igor Mammedov wrote: > On Fri, 11 Sep 2020 11:04:47 -0400 > "Michael S. Tsirkin" wrote: > > > On Fri, Sep 11, 2020 at 09:32:02AM -0400, Igor Mammedov wrote: > > > it's was deprecated since 3.1 > > > > > > Support for invalid topologies is removed, the

Re: [PATCH] smp: drop support for deprecated (invalid topologies)

2020-09-14 Thread Igor Mammedov
On Fri, 11 Sep 2020 11:04:47 -0400 "Michael S. Tsirkin" wrote: > On Fri, Sep 11, 2020 at 09:32:02AM -0400, Igor Mammedov wrote: > > it's was deprecated since 3.1 > > > > Support for invalid topologies is removed, the user must ensure > > that topologies described with -smp include all possible

Re: [PATCH] smp: drop support for deprecated (invalid topologies)

2020-09-11 Thread Michael S. Tsirkin
On Fri, Sep 11, 2020 at 09:32:02AM -0400, Igor Mammedov wrote: > it's was deprecated since 3.1 > > Support for invalid topologies is removed, the user must ensure > that topologies described with -smp include all possible cpus, > i.e. (sockets * cores * threads) == maxcpus or QEMU will > exit

[PATCH] smp: drop support for deprecated (invalid topologies)

2020-09-11 Thread Igor Mammedov
it's was deprecated since 3.1 Support for invalid topologies is removed, the user must ensure that topologies described with -smp include all possible cpus, i.e. (sockets * cores * threads) == maxcpus or QEMU will exit with error. Signed-off-by: Igor Mammedov --- docs/system/deprecated.rst |