Re: [pve-devel] [PATCH qemu-server 2/7] Remove vm_destroy

2019-10-25 Thread Thomas Lamprecht
On 10/25/19 11:24 AM, Dominic Jäger wrote: > This function has been used in one place only. Removing it avoids confusion > between vm_destroy and vm_destroy. > > Signed-off-by: Dominic Jäger > --- > I copied all the checks from vm_destroy even if they were useless. > Removing those useless functi

[pve-devel] [PATCH qemu-server 2/7] Remove vm_destroy

2019-10-25 Thread Dominic Jäger
This function has been used in one place only. Removing it avoids confusion between vm_destroy and vm_destroy. Signed-off-by: Dominic Jäger --- I copied all the checks from vm_destroy even if they were useless. Removing those useless functions is a follow up patch.$ PVE/CLI/qm.pm | 11 +