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

Daniel P. Berrangé posted 2 patches 6 months, 1 week ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PATCH 0/2] hw/core: revert deprecation of 'parameter=1' for SMP topology
Posted by Daniel P. Berrangé 6 months, 1 week ago
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(-)

-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH 0/2] hw/core: revert deprecation of 'parameter=1' for SMP topology
Posted by Ján Tomko 6 months, 1 week ago
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
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org