[libvirt] Re: remote_protocol.{c,h} ?

2008-09-02 Thread Jun Koi
On Wed, Sep 3, 2008 at 2:33 PM, Jun Koi <[EMAIL PROTECTED]> wrote: > On Wed, Sep 3, 2008 at 1:00 PM, Jun Koi <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Is it really true that qemud/remote_protocol.{c,h} are created by >> rpcgen? If so, why dont we have them created at compile time? I still >> see them

[libvirt] Bug reported... with respect to console problems

2008-09-02 Thread Stefan de Konink
A few days ago I reported a bug with respect to console problems after the bug was 'solved'. Now the status of it did not change, nor did anyone comment. Any updates? Stefan -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Re: remote_protocol.{c,h} ?

2008-09-02 Thread Jun Koi
On Wed, Sep 3, 2008 at 1:00 PM, Jun Koi <[EMAIL PROTECTED]> wrote: > Hi, > > Is it really true that qemud/remote_protocol.{c,h} are created by > rpcgen? If so, why dont we have them created at compile time? I still > see them in the source code. > > I modified remote_protocol.x a bit, and when reco

[libvirt] remote_protocol.{c,h} ?

2008-09-02 Thread Jun Koi
Hi, Is it really true that qemud/remote_protocol.{c,h} are created by rpcgen? If so, why dont we have them created at compile time? I still see them in the source code. I modified remote_protocol.x a bit, and when recompiling, remote_protocol.{c,h} are not reflected at all. So it is expected that

Re: [libvirt] Live migration sanity checks

2008-09-02 Thread Daniel P. Berrange
On Tue, Sep 02, 2008 at 07:38:59AM +0200, Chris Lalancette wrote: > Richard W.M. Jones wrote: > > On Fri, Aug 29, 2008 at 10:44:50AM +0200, Chris Lalancette wrote: > >> Things that I've missed? > > > > Maybe a good place for this list is on the wiki? On the actual > > feature/todo page. > > > >

[libvirt] [PATCH] Add more xen vnc tests, patch failures

2008-09-02 Thread Cole Robinson
Investigating an old bug made me trip over a few problems with vnc parameter handling in the xen driver. The attached patch adds test cases for these bugs and fixes the failures, particularly fixing incomplete handling of a fixed vnc port for xend managed domains. Thanks, Cole commit 9a262ae49dcb3

[libvirt] [PATCH] Fix capacity reporting for qcow2 images

2008-09-02 Thread Cole Robinson
Libvirt was reporting some ridiculously large 'capacity' values for some qcow2 images I was creating with relatively small sizes (200 MB). Seems there was a signedness problem when parsing the file header. The attached fix shows the expected values and doesn't look like it will hurt elsewhere. Tha

Re: [libvirt] Java bindings

2008-09-02 Thread Dan Smith
AJ> Also I would like to ask you (because we need for our Federica AJ> project) if libvirt is using CIM model or is using something AJ> similar. I read that is collaborating with DMTF but we have not AJ> found anything that tells that libvirt is using CIM model. If you AJ> don't know exactly can y

Re: [libvirt] libvir: Xen error

2008-09-02 Thread mantra UNIX
Alain, According to Ricahrd this error should be fixed in the RHEL v5.3, Hence the "THANK YOU" for taking the time look at the errors and sharing his openion. Regards, umantra On 9/1/08, Alain Barthe <[EMAIL PROTECTED]> wrote: > > 2008/8/28 mantra UNIX <[EMAIL PROTECTED]> > >> Thank you Richard

Re: [libvirt] Live migration sanity checks

2008-09-02 Thread Dan Smith
CL> I also want to see what KVM does here; however, I don't think that CL> prevents us from implementing our own, since we would still need CL> similar things for other hypervisors (Xen, etc.). Right, I think it's important to include the possibility for the hypervisor to do its own check. Since

Re: [libvirt] libvirt vs XenAPI

2008-09-02 Thread atif bajwa
Just quick question, what version of Xen/XenApi is packaged in RHEL 5.1/5.2. Can I remotely access it using XML-RPC API or not? Regards, Atif On Mon, Sep 1, 2008 at 4:09 PM, Richard W.M. Jones <[EMAIL PROTECTED]>wrote: > On Mon, Sep 01, 2008 at 03:33:11PM +0200, atif bajwa wrote: > > Yes, you ar

Re: [libvirt] [PATCH] introducing (for logical storage pools)

2008-09-02 Thread David Lively
On Tue, 2008-09-02 at 17:54 +0200, Jim Meyering wrote: > Daniel Veillard <[EMAIL PROTECTED]> wrote: > >> diff --git a/src/storage_conf.c b/src/storage_conf.c > >> index 2f6093b..37a2040 100644 > >> --- a/src/storage_conf.c > >> +++ b/src/storage_conf.c > >> @@ -331,6 +331,8 @@ virStoragePoolDefPars

Re: [libvirt] [PATCH] introducing (for logical storage pools)

2008-09-02 Thread Jim Meyering
Daniel Veillard <[EMAIL PROTECTED]> wrote: > On Tue, Sep 02, 2008 at 11:34:46AM -0400, David Lively wrote: >> Thanks Daniel. I just merged in your changes. You seem to be missing a >> small incremental change (checking the strdup return value for NULL), >> attached. > > yes, mea-culpa ! That w

[libvirt] Storage LVM volume mounted with filesystem

2008-09-02 Thread Ricardo Tiago
Hi, I'm quite new to libvirt, and i have a question regarding the storage capabilities in libvirt. I have reading the documentation but i couldn't figure it out if its possible to specify in the LVM volume xml description that i want the new volume to be mounted with a filesystem. I'm using libvi

Re: [libvirt] [PATCH] introducing (for logical storage pools)

2008-09-02 Thread Daniel Veillard
On Tue, Sep 02, 2008 at 11:34:46AM -0400, David Lively wrote: > Thanks Daniel. I just merged in your changes. You seem to be missing a > small incremental change (checking the strdup return value for NULL), > attached. yes, mea-culpa ! That what happens when looking a too old mail, but i wante

Re: [libvirt] [PATCH] introducing (for logical storage pools)

2008-09-02 Thread David Lively
Thanks Daniel. I just merged in your changes. You seem to be missing a small incremental change (checking the strdup return value for NULL), attached. Dave On Tue, 2008-09-02 at 16:17 +0200, Daniel Veillard wrote: > On Fri, Aug 29, 2008 at 03:49:27PM -0400, David Lively wrote: > > Hi Jim - > >

Re: [libvirt] [PATCH] Set correct device type when parsing input devices

2008-09-02 Thread Daniel Veillard
On Thu, Aug 21, 2008 at 11:19:47PM -0400, Cole Robinson wrote: > In virDomainDeviceDefParse, parsing an input device > was actually setting it's type as DEVICE_DISK. The > attached patch fixes this. Sure make sense ! Patch finally applied and commited to CVS, thanks ! Daniel -- Daniel Veil

Re: [libvirt] [PATCH] introducing (for logical storage pools)

2008-09-02 Thread David Lively
On Tue, 2008-09-02 at 08:50 +0200, Jim Meyering wrote: > There, it'd be clearer to diagnose with something like > "missing pool source device name", since there are a few > other "name" elements. I see Daniel V fixed this (and other) error messages to be less ambiguous when he committed it earlier

Re: [libvirt] [PATCH] Don't list capabilities entries if emulators can't be accessed

2008-09-02 Thread Daniel Veillard
On Mon, Aug 25, 2008 at 01:16:39PM -0400, Cole Robinson wrote: > Daniel P. Berrange wrote: > > This isn't right - this means that if KVM is installed, but QEMU is > > not installed you won't get any capabilities. > > > > Basically we need todo all the access() checks for QEMU, KVM, /dev/kvm > > up

Re: [libvirt] Java bindings

2008-09-02 Thread Alejandro Berna Juan
Hi Daniel, all, I'm sorry for my non show during the summer but I was in my long holidays ;) I will have the libvirt project for Eclipse with the libvirt java bindings during this month, if I use as a base the makefile it wouldn't be too complicate to generate. Also I would like to ask you (bec

Re: [libvirt] [PATCH] introducing (for logical storage pools)

2008-09-02 Thread Daniel Veillard
On Fri, Aug 29, 2008 at 03:49:27PM -0400, David Lively wrote: > Hi Jim - > I've attached a (very) small incremental patch (i.e., to be applied > after the one you've already merged) that addresses a couple things I > noticed missing: > (a) documents the new element in formatstorage.html.in >

[libvirt] Reminder about developer IRC channel

2008-09-02 Thread Daniel P. Berrange
There're a few new people contributing patches to libvirt recently, so just thought I'd remind people that many of us hang out on IRC. The channel is #virt on irc.oftc.net. If we seem to be ignoring patches[1] you've sent, then do send nag-emails to this list, or say hello on IRC to ask about the

Re: [libvirt] Libvirt Packaged Linux Distributions

2008-09-02 Thread atif bajwa
Thanks, Any ideas for Novell SLES 10 and Sun Solaris. Regards, Atif On Tue, Sep 2, 2008 at 11:45 AM, Daniel P. Berrange <[EMAIL PROTECTED]>wrote: > On Tue, Sep 02, 2008 at 09:26:09AM +0200, atif bajwa wrote: > > Guys, > > > > Can anyone give me list of Linux enterprise editions distributions th

Re: [libvirt] [PATCH] util.c: add a file-descriptor-based wrapper for fread_file_lim

2008-09-02 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > Here are two change sets: > The first adds two new file-reading functions in util.c > and makes the existing virFileReadAll use one of them. > > The second implements the change suggested above. > >>From f5fa2a2963ecc70022b30317a29b0f769a34fc8a Mon Sep 17 0

Re: [libvirt] Libvirt Packaged Linux Distributions

2008-09-02 Thread Daniel P. Berrange
On Tue, Sep 02, 2008 at 09:26:09AM +0200, atif bajwa wrote: > Guys, > > Can anyone give me list of Linux enterprise editions distributions that are > packaged with xyz version of libvirt? RHEL-5.0 has libvirt 0.1.8 RHEL-5.1 has libvirt 0.2.3 RHEL-5.2 has libvirt 0.3.3 Daniel -- |: Red Hat, Eng

[libvirt] Libvirt Packaged Linux Distributions

2008-09-02 Thread atif bajwa
Guys, Can anyone give me list of Linux enterprise editions distributions that are packaged with xyz version of libvirt? Regards, Atif -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list