Re: [libvirt] [PATCHv2 0/3] Xen: Fix handling

2012-02-12 Thread Philipp Hahn
Hello Eric, On Thursday 09 February 2012 23:01:38 Eric Blake wrote: > > Questions: > > 1. Handling of legacy XML domain configurations > >I'm reluctant to define LIBVIRT_XEND_CLOCK_STRICT, since this would > > probably break many existing XML configuration files, since they would be > > rejec

Re: [libvirt] [PATCH] qemu: make block io tuning smarter

2012-02-12 Thread Osier Yang
On 02/11/2012 05:56 AM, Eric Blake wrote: When blkdeviotune was first committed in 0.9.8, we had the limitation that setting one value reset all others. But bytes and iops should be relatively independent. Furthermore, setting tuning values on a live domain followed by dumpxml did not output th

Re: [libvirt] Add a new api, get this error.gnutls_record_recv: A TLS packet with unexpected length was received.

2012-02-12 Thread 灵矫
Sorry, I just add the function prototypes in libvirt.h libvirt.in, implement it in libvirt.c and call a hypervisor function in qemu_drivier.h. basicly no other codes. 2012/2/13 chang liu mailto:lingjiao...@gmail.com>> hi all, Sorry to disturb you. I wanna to add a

[libvirt] Add a new api, get this error.gnutls_record_recv: A TLS packet with unexpected length was received.

2012-02-12 Thread chang liu
hi all, Sorry to disturb you. I wanna to add a new api to get some sheepdog cluster info, but I has get this error, I don't know how to do. I have add a function to daemon/remote.c that call the libvirt.c 's api, remoteDispatchConnectExecuteCommand, and here i get the return value.