mbox series

[0/2] hw/core: revert deprecation of 'parameter=1' for SMP topology

Message ID 20240513123358.612355-1-berrange@redhat.com (mailing list archive)
Headers show
Series hw/core: revert deprecation of 'parameter=1' for SMP topology | expand

Message

Daniel P. Berrangé May 13, 2024, 12:33 p.m. UTC
Since QEMU 9.0, users are complaining that depecation messages are shown
for every VM libvirt starts. This is due to the newly introduced
deprecation of 'parameter=1' for -smp. This proposes reverting that, see
the 1st patch for further commentary.

Daniel P. Berrangé (2):
  hw/core: allow parameter=1 for CPU topology on any machine
  tests: add testing of parameter=1 for SMP topology

 docs/about/deprecated.rst   | 14 -------
 hw/core/machine-smp.c       | 82 ++++++++++++-------------------------
 tests/unit/test-smp-parse.c | 16 ++++++--
 3 files changed, 38 insertions(+), 74 deletions(-)

Comments

Ján Tomko May 13, 2024, 1:53 p.m. UTC | #1
On a Monday in 2024, Daniel P. Berrangé wrote:
>Since QEMU 9.0, users are complaining that depecation messages are shown
>for every VM libvirt starts. This is due to the newly introduced
>deprecation of 'parameter=1' for -smp. This proposes reverting that, see
>the 1st patch for further commentary.
>
>Daniel P. Berrangé (2):
>  hw/core: allow parameter=1 for CPU topology on any machine
>  tests: add testing of parameter=1 for SMP topology
>
> docs/about/deprecated.rst   | 14 -------
> hw/core/machine-smp.c       | 82 ++++++++++++-------------------------
> tests/unit/test-smp-parse.c | 16 ++++++--
> 3 files changed, 38 insertions(+), 74 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano