[pve-devel] applied-series: [PATCH qemu-server 1/2] cfg2cmd: use long form QEMU parameters to avoid warning in 6.0

Thomas Lamprecht t.lamprecht at proxmox.com
Fri May 28 13:54:23 CEST 2021


On 27.05.21 12:27, Stefan Reiter wrote:
> QEMU warns us about this:
> 
> kvm: -chardev socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait: warning: short-form boolean option 'server' deprecated
> Please use server=on instead
> kvm: -chardev socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait: warning: short-form boolean option 'nowait' deprecated
> Please use wait=off instead
> kvm: -vnc unix:/var/run/qemu-server/100.vnc,password: warning: short-form boolean option 'password' deprecated
> Please use password=on instead
> 
> The new syntax is backwards compatible to at least QEMU 4.0.
> 
> Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
> ---
>  PVE/QemuServer.pm                                  | 14 +++++++-------
>  test/cfg2cmd/bootorder-empty.conf.cmd              |  4 ++--
>  test/cfg2cmd/bootorder-legacy.conf.cmd             |  4 ++--
>  test/cfg2cmd/bootorder.conf.cmd                    |  4 ++--
>  test/cfg2cmd/custom-cpu-model-defaults.conf.cmd    |  4 ++--
>  .../custom-cpu-model-host-phys-bits.conf.cmd       |  4 ++--
>  test/cfg2cmd/custom-cpu-model.conf.cmd             |  4 ++--
>  test/cfg2cmd/efi-raw-old.conf.cmd                  |  6 +++---
>  test/cfg2cmd/efi-raw.conf.cmd                      |  6 +++---
>  test/cfg2cmd/i440fx-win10-hostpci.conf.cmd         |  6 +++---
>  test/cfg2cmd/minimal-defaults.conf.cmd             |  4 ++--
>  test/cfg2cmd/netdev.conf.cmd                       |  4 ++--
>  test/cfg2cmd/pinned-version-pxe-pve.conf.cmd       |  4 ++--
>  test/cfg2cmd/pinned-version-pxe.conf.cmd           |  4 ++--
>  test/cfg2cmd/pinned-version.conf.cmd               |  4 ++--
>  .../q35-linux-hostpci-multifunction.conf.cmd       |  6 +++---
>  test/cfg2cmd/q35-linux-hostpci.conf.cmd            |  6 +++---
>  test/cfg2cmd/q35-win10-hostpci.conf.cmd            |  6 +++---
>  test/cfg2cmd/simple-virtio-blk.conf.cmd            |  4 ++--
>  test/cfg2cmd/simple1.conf.cmd                      |  4 ++--
>  test/cfg2cmd/spice-enhancments.conf.cmd            |  4 ++--
>  test/cfg2cmd/spice-linux-4.1.conf.cmd              |  4 ++--
>  test/cfg2cmd/spice-usb3.conf.cmd                   |  4 ++--
>  test/cfg2cmd/spice-win.conf.cmd                    |  4 ++--
>  24 files changed, 59 insertions(+), 59 deletions(-)
> 
>

applied both patches, thanks!





More information about the pve-devel mailing list