]> git.proxmox.com Git - qemu-server.git/commit - PVE/API2/Qemu.pm
api: vm_start: 'force-cpu' is for internal migration use only
authorOguz Bektas <o.bektas@proxmox.com>
Mon, 7 Mar 2022 13:20:25 +0000 (14:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Mar 2022 14:16:09 +0000 (15:16 +0100)
commit6ab41628b296ebbc6e42869c3d420084dc899b23
tree9f67aeaf9c2988e21a85a84cde1f0e0df6a4bbd8
parentd11391ff30763a1a8440055dfc674fc92b9c0a74
api: vm_start: 'force-cpu' is for internal migration use only

'force-cpu' parameter was introduced to allow live-migration of VMs with
custom CPU models; it does not need to be allowed for general use on
vm_start for regular users, since they would be able to set arbitrary
cpu types or cpuid parameters that aren't supported.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
PVE/API2/Qemu.pm