[libvirt] [PATCH] Power Hypervisor now with libssh2

2009-08-25 Thread Eduardo Otubo
Hello friends, This is the new version of phyp driver now using libssh2. I also did some other changes: * Added some debug information. Sometimes its worth to know which command is being executed and where. So I added the PHYP_CMD_DEBUG macro. * All the connection startup is now "hard coded" i

[libvirt] ANNOUNCE: perl bindings Sys-Virt release 0.2.1

2009-08-25 Thread Daniel P. Berrange
FYI I have just uploaded a new release 0.2.1 of the libvirt perl bindings, Sys-Virt, to CPAN. http://search.cpan.org/dist/Sys-Virt/ Direct download link http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Sys-Virt-0.2.1.tar.gz Changes since 0.2.0: - Add all new APIs upto libvirt 0.6.4 (

Re: [libvirt] new API to get list of *all* interfaces matching a MAC

2009-08-25 Thread Daniel Veillard
On Tue, Aug 25, 2009 at 03:10:10PM +0100, Daniel P. Berrange wrote: > On Tue, Aug 25, 2009 at 04:04:44PM +0200, Daniel Veillard wrote: > > On Tue, Aug 25, 2009 at 10:15:05AM +0100, Daniel P. Berrange wrote: > > > On Mon, Aug 24, 2009 at 03:24:13PM -0400, Laine Stump wrote: > > > > (This probably se

Re: [libvirt] error: failed to connect to hypervisor (openvz)

2009-08-25 Thread Daniel Veillard
On Tue, Aug 25, 2009 at 03:48:31PM +0200, AL.Gabteni wrote: > Hi > im trying to use libvirt with openvz since 2 days but without luck ,i > allways get error: failed to connect to hypervisor (openvz) ; > > the test connection is working , any help will be appreciated . Likely either you're not r

Re: [libvirt] new API to get list of *all* interfaces matching a MAC

2009-08-25 Thread Daniel P. Berrange
On Tue, Aug 25, 2009 at 04:04:44PM +0200, Daniel Veillard wrote: > On Tue, Aug 25, 2009 at 10:15:05AM +0100, Daniel P. Berrange wrote: > > On Mon, Aug 24, 2009 at 03:24:13PM -0400, Laine Stump wrote: > > > (This probably seems like overanalysis of a simple problem. That's what > > > I'm best at ;-

Re: [libvirt] new API to get list of *all* interfaces matching a MAC

2009-08-25 Thread Daniel Veillard
On Tue, Aug 25, 2009 at 10:15:05AM +0100, Daniel P. Berrange wrote: > On Mon, Aug 24, 2009 at 03:24:13PM -0400, Laine Stump wrote: > > (This probably seems like overanalysis of a simple problem. That's what > > I'm best at ;-) > > > > Due to oversight, the function virInterfaceLookupByMACString()

[libvirt] error: failed to connect to hypervisor (openvz)

2009-08-25 Thread AL.Gabteni
Hi im trying to use libvirt with openvz since 2 days but without luck ,i allways get error: failed to connect to hypervisor (openvz) ; the test connection is working , any help will be appreciated . Regards -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinf

Re: [libvirt] PATCH 0/0: Support setting a disk drive serial (number) v2

2009-08-25 Thread Gerd Hoffmann
On 08/25/09 14:58, Daniel P. Berrange wrote: This is a second version of the patch posted here http://www.redhat.com/archives/libvir-list/2009-August/msg00341.html In this version, I make the QEMU driver refuse to run with any serial that doesn't contain 0-9, a-Z, -, _, since there's no way to

[libvirt] [PATCH] Add support for setting disk drive serial numbers

2009-08-25 Thread Daniel P. Berrange
* docs/schemas/domain.rng: Add element to disks * src/domain_conf.h, src/domain_conf.c: XML parsing and formatting for disk serial numbers * src/qemu_conf.c: Set serial number when launching guests * tests/qemuxml2argvdata/qemuxml2argv-disk-drive-shared.args, tests/qemuxml2argvdata/qemuxml2arg

[libvirt] PATCH 0/0: Support setting a disk drive serial (number) v2

2009-08-25 Thread Daniel P. Berrange
This is a second version of the patch posted here http://www.redhat.com/archives/libvir-list/2009-August/msg00341.html In this version, I make the QEMU driver refuse to run with any serial that doesn't contain 0-9, a-Z, -, _, since there's no way to escape special chars in QEMU command line args.

Re: [libvirt] new API to get list of *all* interfaces matching a MAC

2009-08-25 Thread Daniel P. Berrange
On Mon, Aug 24, 2009 at 03:24:13PM -0400, Laine Stump wrote: > (This probably seems like overanalysis of a simple problem. That's what > I'm best at ;-) > > Due to oversight, the function virInterfaceLookupByMACString() can only > return a single interface, but it's possible that a host may have

Re: [libvirt] new API to get list of *all* interfaces matching a MAC

2009-08-25 Thread Daniel Veillard
On Mon, Aug 24, 2009 at 03:24:13PM -0400, Laine Stump wrote: > (This probably seems like overanalysis of a simple problem. That's what > I'm best at ;-) > > Due to oversight, the function virInterfaceLookupByMACString() can only > return a single interface, but it's possible that a host may hav