mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-12-31 13:28:28 +00:00
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@proxmox.com> |
||
|---|---|---|
| .. | ||
| cfg2cmd | ||
| MigrationTest | ||
| ovf_manifests | ||
| restore-config-expected | ||
| restore-config-input | ||
| snapshot-expected | ||
| snapshot-input | ||
| Makefile | ||
| run_config2command_tests.pl | ||
| run_ovf_tests.pl | ||
| run_pci_addr_checks.pl | ||
| run_qemu_img_convert_tests.pl | ||
| run_qemu_migrate_tests.pl | ||
| run_qemu_restore_config_tests.pl | ||
| run_snapshot_tests.pl | ||
| snapshot-test.pm | ||
| test_get_replicatable_volumes.pl | ||
| test.vmdk | ||