Description of problem: The generic streaming APIs can be leveraged to allow for uploading and downloading of data in storage volumes Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
http://www.redhat.com/archives/libvir-list/2011-March/msg01097.html
commit 7300f68dff671422caa44c22e4fb355715f21849 Author: Daniel P. Berrange <berrange> Date: Tue Jul 14 14:24:27 2009 +0100 Add public APIs for storage volume upload/download New APIs are added allowing streaming of content to/from storage volumes. * include/libvirt/libvirt.h.in: Add virStorageVolUpload and virStorageVolDownload APIs * src/driver.h, src/libvirt.c, src/libvirt_public.syms: Stub code for new APIs * src/storage/storage_driver.c, src/esx/esx_storage_driver.c: Add dummy entries in driver table for new APIs