]> git.proxmox.com Git - qemu-server.git/commitdiff
Fix #1051: typo: vpcus -> vcpus
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 11 Jul 2016 12:44:24 +0000 (14:44 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 11 Jul 2016 12:47:04 +0000 (14:47 +0200)
Otherwise only root can change this setting.

PVE/API2/Qemu.pm

index 4b64312fb3bc85ea23f5af19c1bf412582860c95..733788797b4f0ebf4f14b6b9b338ef4289dc3dcb 100644 (file)
@@ -184,7 +184,7 @@ my $cpuoptions = {
     'numa' => 1,
     'smp' => 1,
     'sockets' => 1,
-    'vpcus' => 1,
+    'vcpus' => 1,
 };
 
 my $memoryoptions = {