]> git.proxmox.com Git - qemu-server.git/commit
move check for serialX: socket
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 12 Apr 2019 14:08:36 +0000 (16:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 12 Apr 2019 14:13:46 +0000 (16:13 +0200)
commite30f75c571a6a678f8f1f3dfb2dee1b622b49185
tree932393ec14edde4df6dc3b83e254b8c686366b9d
parente5453043434a426b0cddebed67286d1ebddb7543
move check for serialX: socket

since we do not want the user to change a device which has a real
devices already set, we have to check it later when we have the config

so we do not have to give the params to vm_check_modify_config_perm anymore

also improve the regex to \d+

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