AIUI this behavior existed before in 6.0 and therefore should be deprecated first. Paolo Il lun 16 ago 2021, 23:06 Eduardo Habkost 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 > > >