smp: drop support for deprecated (invalid topologies)
commitc4332cd1dcf2964c23893ab4c0bf8d774e42a3cf
authorIgor Mammedov <imammedo@redhat.com>
Fri, 11 Sep 2020 13:32:02 +0000 (11 09:32 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 22 Sep 2020 20:45:16 +0000 (22 16:45 -0400)
treed6fa4448519403122dbc5c34e371246de2e39e27
parentefba15959cdb1ca7beeed8d6188ab0905b468f90
smp: drop support for deprecated (invalid topologies)

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 <imammedo@redhat.com>
Message-Id: <20200911133202.938754-1-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
docs/system/deprecated.rst
hw/core/machine.c
hw/i386/pc.c