mbox

[PULL,0/1] Last minute fix for -rc4

Message ID 20210816210603.42337-1-ehabkost@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/ehabkost/qemu.git tags/machine-next-pull-request

Message

Eduardo Habkost Aug. 16, 2021, 9:06 p.m. UTC
The following changes since commit bd44d64a3879bb6b0ca19bff3be16e0093502fac:

  Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-08-11' into staging (2021-08-15 16:46:23 +0100)

are available in the Git repository at:

  https://gitlab.com/ehabkost/qemu.git tags/machine-next-pull-request

for you to fetch changes up to bbd0db9dc4751b6ab0884e92421fa4b2c3d3b532:

  machine: Disallow specifying topology parameters as zero (2021-08-16 16:55:39 -0400)

----------------------------------------------------------------
Last minute fix for -rc4

Bug fix:
* Disallow specifying topology parameters as zero
  (Yanan Wang)

----------------------------------------------------------------

Yanan Wang (1):
  machine: Disallow specifying topology parameters as zero

 hw/core/machine.c | 14 ++++++++++++++
 qapi/machine.json |  6 +++---
 qemu-options.hx   | 12 +++++++-----
 3 files changed, 24 insertions(+), 8 deletions(-)

Comments

Paolo Bonzini Aug. 16, 2021, 9:38 p.m. UTC | #1
AIUI this behavior existed before in 6.0 and therefore should be deprecated
first.

Paolo

Il lun 16 ago 2021, 23:06 Eduardo Habkost <ehabkost@redhat.com> ha scritto:

> The following changes since commit
> bd44d64a3879bb6b0ca19bff3be16e0093502fac:
>
>   Merge remote-tracking branch
> 'remotes/thuth-gitlab/tags/pull-request-2021-08-11' into staging
> (2021-08-15 16:46:23 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to bbd0db9dc4751b6ab0884e92421fa4b2c3d3b532:
>
>   machine: Disallow specifying topology parameters as zero (2021-08-16
> 16:55:39 -0400)
>
> ----------------------------------------------------------------
> Last minute fix for -rc4
>
> Bug fix:
> * Disallow specifying topology parameters as zero
>   (Yanan Wang)
>
> ----------------------------------------------------------------
>
> Yanan Wang (1):
>   machine: Disallow specifying topology parameters as zero
>
>  hw/core/machine.c | 14 ++++++++++++++
>  qapi/machine.json |  6 +++---
>  qemu-options.hx   | 12 +++++++-----
>  3 files changed, 24 insertions(+), 8 deletions(-)
>
> --
> 2.31.1
>
>
>