Re: [pve-devel] [PATCH qemu-server] api/resume: allow to resume 'to-disk suspended' VMs

2019-03-19 Thread Thomas Lamprecht
On 3/19/19 1:23 PM, Dominik Csapak wrote: > > Reviewed-by: Dominik Csapak > Tested-by: Dominik CSapak > thanks, with this tags: applied > On 19/03/2019 12:58, Thomas Lamprecht wrote: >> Signed-off-by: Thomas Lamprecht >> Cc: Dominik Csapak >> --- >>   PVE/API2/Qemu.pm | 18 -

Re: [pve-devel] [PATCH qemu-server] api/resume: allow to resume 'to-disk suspended' VMs

2019-03-19 Thread Dominik Csapak
Reviewed-by: Dominik Csapak Tested-by: Dominik CSapak On 19/03/2019 12:58, Thomas Lamprecht wrote: Signed-off-by: Thomas Lamprecht Cc: Dominik Csapak --- PVE/API2/Qemu.pm | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Q

[pve-devel] [PATCH qemu-server] api/resume: allow to resume 'to-disk suspended' VMs

2019-03-19 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht Cc: Dominik Csapak --- PVE/API2/Qemu.pm | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 3c0ad23..99e37d8 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -2444,14 +2444,28 @@