]> git.proxmox.com Git - qemu-server.git/commitdiff
schema: avoid using deprecated -no-hpet in example for 'args' property
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 3 Apr 2023 12:09:45 +0000 (14:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 15:35:41 +0000 (17:35 +0200)
instead use a recent example that served as a workaround in #4625.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index 8a6b9e6662933da90378dd3786599827d85c8ae5..40bd12fcd30bae60a333b21216ade02e9d49e543 100644 (file)
@@ -558,7 +558,7 @@ EODESC
        verbose_description => <<EODESCR,
 Arbitrary arguments passed to kvm, for example:
 
-args: -no-reboot -no-hpet
+args: -no-reboot -smbios 'type=0,vendor=FOO'
 
 NOTE: this option is for experts only.
 EODESCR