Re: [Libvir] libvirt not compatible with Xen-unstable hypercall API ?

2007-03-27 Thread Daniel Veillard
On Tue, Mar 27, 2007 at 10:27:23AM +0900, Atsushi SAKAI wrote: Hi, Jerone. Thank you for your info. It needs to fix, I will fix this issue. (I check up to xen-3.0.4 but for xen-3.0.5 is not yet. The structure changes from xen-3.0.4 to xen-3.0.5.) Yes as Dan Berrange pointed out that's

[Libvir] A couple of questions about the Python bindings

2007-03-27 Thread Richard W.M. Jones
virDomainGetUUIDString, virDomainPinVcpu, virNetworkGetUUIDString: These functions don't seem to check whether the parameters are correct. For example, virDomainGetUUIDString doesn't check if the buffer parameter passed from Python is large enough to take the UUID string.

[Libvir] [PATCH] Python bindings now generate exceptions for libvirt errors (second version)

2007-03-27 Thread Richard W.M. Jones
Second version of this patch. The difference is that this one adds the optional argument libvirtError (..., conn=self) for functions which are members of the virConnect class. Rich. -- Emerging Technologies, Red Hat http://et.redhat.com/~rjones/ 64 Baker Street, London, W1U 7DF Mobile:

Re: [Libvir] [PATCH] Fix value of XEN_V2_OP_SETMAXMEM

2007-03-27 Thread Masayuki Sunou
Hi Applied and commited, thanks ! This patch is not applied when I confirm the latest revision. (xen_internal.c 1.68) Please apply this? Thanks, Masayuki Sunou. In message [EMAIL PROTECTED] Re: [Libvir] [PATCH] Fix value of XEN_V2_OP_SETMAXMEM Daniel Veillard [EMAIL PROTECTED]