hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurations
commit72d346f3b8504804df047166164af52af4f95708
authorZhao Liu <zhao1.liu@intel.com>
Fri, 8 Mar 2024 16:01:36 +0000 (9 00:01 +0800)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sat, 9 Mar 2024 18:17:01 +0000 (9 19:17 +0100)
treea92ed98276540a050ec4742ba5c5d6fb210b3539
parent56fa4f346a32b41d2fccd24c86cbf3390fc510e5
hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurations

The "parameter=0" SMP configurations have been marked as deprecated
since v6.2.

For these cases, -smp currently returns the warning and adjusts the
zeroed parameters to 1 by default.

Remove the above compatibility logic in v9.0, and return error directly
if any -smp parameter is set as 0.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Prasad Pandit <pjp@fedoraproject.org>
Message-ID: <20240308160148.3130837-2-zhao1.liu@linux.intel.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
docs/about/deprecated.rst
docs/about/removed-features.rst
hw/core/machine-smp.c