Re: [Libvir] [PATCH] Add Xen Interface Version Check

2007-03-21 Thread Atsushi SAKAI
Hi, Daniel Formaly Dan(Berrange) commented as to check a patch on Fedora7. So I switched the base from FC6 to Fedora7. Thanks Atsushi SAKAI Daniel Veillard <[EMAIL PROTECTED]> wrote: > Okay, I had only an x86_64 running Fedora Core 6 and i386 running RHEL5 > to test, too old to expose the pr

Re: [Libvir] [PATCH] Add Xen Interface Version Check

2007-03-20 Thread Daniel Veillard
On Tue, Mar 20, 2007 at 08:47:52AM +0900, Atsushi SAKAI wrote: > Hi, Daniel > > I do test on root privilege. > virsh vcpuinfo 0 > It failed. (because of DOMCTL version mismatch.) > > I investigate this problem. > > And user privilege, virsh vcpuinfo 0 does not run because > [EMAIL PROTECTED] su

Re: [Libvir] [PATCH] Add Xen Interface Version Check

2007-03-19 Thread Atsushi SAKAI
Hi, Daniel I do test on root privilege. virsh vcpuinfo 0 It failed. (because of DOMCTL version mismatch.) I investigate this problem. And user privilege, virsh vcpuinfo 0 does not run because [EMAIL PROTECTED] support problem. Thanks Atsushi SAKAI Daniel Veillard <[EMAIL PROTECTED]> wrote:

Re: [Libvir] [PATCH] Add Xen Interface Version Check

2007-03-19 Thread Daniel Veillard
On Mon, Mar 19, 2007 at 07:33:56PM +0900, Atsushi SAKAI wrote: > Add Xen Interface version Check > XEN_SYSCTL_INTERFACE_VERSION > XEN_DOMCTL_INTERFACE_VERSION > > Currently following distribution is considered. > sys dom > RHEL5.0 2 3 > Fedora 7 2 4 > Xen-unstable 3

[Libvir] [PATCH] Add Xen Interface Version Check

2007-03-19 Thread Atsushi SAKAI
Add Xen Interface version Check XEN_SYSCTL_INTERFACE_VERSION XEN_DOMCTL_INTERFACE_VERSION Currently following distribution is considered. sys dom RHEL5.0 2 3 Fedora 7 2 4 Xen-unstable 3 5 Please check virVcpuInfoPtr ipt; error message is collect or not +fpr