Re: [libvirt] [PATCH] esx_storage_driver: Add API to upload volumes (virStorageVolUpload for ESX storage driver)

2012-07-01 Thread Matthias Bolte
2012/6/30 Ata Bohra ata.hus...@hotmail.com: Patch to add API to upload Volume contents using ESX driver. As stream driver is not supported for ESX, I have used libcurl to transfer the volume, second, using flags here to pass file descriptor of the source file. This might work for your testing

Re: [libvirt] [PATCH] build: define WITH_INTERFACE for the driver

2012-07-01 Thread Osier Yang
On 2012年06月30日 00:32, Daniel P. Berrange wrote: On Fri, Jun 29, 2012 at 10:18:47AM -0600, Eric Blake wrote: On 06/29/2012 01:34 AM, Osier Yang wrote: On 2012年06月29日 07:57, Eric Blake wrote: Our code was mistakenly relying on an undefined macro, WITH_INTERFACE, for determining whether to load

Re: [libvirt] [PATCH] qemu_agent: support guest-info command

2012-07-01 Thread MATSUDA, Daiki
By the way, I am trying to re-write to move some functions to libvirt-qemu as you adviced. But the result is not good not to print Guest Agent's command response... In addition, VIR_DEBUG() in src/libvirt-qemu.c also does not output to log file. Though I minded much before, I think that

[libvirt] Release of libvirt-0.9.13

2012-07-01 Thread Daniel Veillard
Okay the new release is out and available as uauls at ftp://libvirt.org/libvirt/ along with rpms generated on Fedora16, the git tree is tagged too. As suggested earlier it seems that the rate of commits is slowing down a bit, for example it took one month an a half to accumulate the 300+

Re: [libvirt] [PATCH 00/13] Support hypervisor-threads-pin in vcpupin.

2012-07-01 Thread tangchen
Hi, Eric On 06/07/2012 03:45 AM, Eric Blake wrote: On 06/05/2012 02:08 AM, tangchen wrote: Hi~ Users can use vcpupin command to bind a vcpu thread to a specific physical cpu. But besides vcpu threads, there are alse some other threads created by qemu (known as hypervisor threads) that

Re: [libvirt] Intend to add fuse filesystem support for libvirt lxc

2012-07-01 Thread Gao feng
Hi Daniel 于 2012年06月29日 17:50, Daniel P. Berrange 写道: On Fri, Jun 29, 2012 at 11:05:33AM +0800, Gao feng wrote: Hi Everyone, Now I'm working on making the container's system info(such as /proc/meminfo,cpuinfo..) isolate from the host. I made a patch which implement showing the