]> git.proxmox.com Git - qemu-server.git/commit
fix serial/parallel/numa permissions
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 1 Jun 2016 10:37:20 +0000 (12:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 1 Jun 2016 10:56:54 +0000 (12:56 +0200)
commit6bcacc21b3628917e0875f6ce0ae776410ef4fe5
tree6286da0f88a73a0751d52135ef95718bb6a749a3
parent58cb690b0693acd4ec335b2056085469e770291f
fix serial/parallel/numa permissions

moved numa\d+ persmission to VM.Config.CPU
and serial/parallel to root since it accesses the host hardware

also renamed remainingoptions to generaloptions to
reduce confusion, since the real remaining options
(those that we do not specify) require root

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu.pm