Re: [pve-devel] [PATCH qemu-server 4/4] add API2 handler for uploading disk images

2016-02-17 Thread Wolfgang Bumiller
So you moved this from pve-storage (in your previous [WIP] patch) to the qemu package. But I'm still wondering if the common parts can be factored out into public functions in the pve-storage package. I also see you didn't copy over the ssh code, so you won't be able to upload disks to VMs on diffe

[pve-devel] [PATCH qemu-server 4/4] add API2 handler for uploading disk images

2016-02-15 Thread Timo Grodzinski
Signed-off-by: Timo Grodzinski --- PVE/API2/Qemu.pm | 123 +++ 1 file changed, 123 insertions(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 226e597..47a0a56 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -3,6 +3,7 @@ packag