Re: [libvirt] USB device with product id 0x0000

2009-05-15 Thread Cole Robinson
On 05/15/2009 05:58 PM, André Welter wrote: > Hi everyone! > > I'm new to this list and I joined because I stumbled upon a problem I > could not find mentioned anywhere. > > I have a usb device (a bluetooth dongle) that reports a product id of > 0x. When I try to attach this to a domain I get

[libvirt] USB device with product id 0x0000

2009-05-15 Thread André Welter
Hi everyone! I'm new to this list and I joined because I stumbled upon a problem I could not find mentioned anywhere. I have a usb device (a bluetooth dongle) that reports a product id of 0x. When I try to attach this to a domain I get a "missing product" error. I checked the sources (

[libvirt] patch for virsh list

2009-05-15 Thread Gerrit Slomma
Hello I thought it would be cool if virsh list behaves a bit more like virt-manager or xm list because as a system-administrator i want to know with one look what VMs are active, how much memory they commit and what their runtime is. I implemented this with the following patch which give such

[libvirt] Domain Event Handlers

2009-05-15 Thread Noah Zoschke
Hello, I have been playing around with the libvirt domain event handlers in Python and am seeing something surprising. I am using trunk libvirt and `event-test.py` with some more of the debugging strings uncommented. When I trigger my first event: virsh # define xppro-sp2-0.img.xml Domain

Re: [libvirt] [RFC] Power Hypervisor Libvirt support

2009-05-15 Thread Eduardo Otubo
> > The only feature we have until now is just to list the LPARs ("Logical > > PARtitions", the IBM virtual machines for Power). Once this code is safe > > and goot enough, the implementations of new commands will be much faster > > and easier. > > I think for a initial commit of the driver I'd li

[libvirt] Usage of UUID

2009-05-15 Thread Eduardo Otubo
Hello all, When I started to implement phyp driver, I use to handle the UUID as a normal 'unsigned char *' with a LPAR value called "logical_serial_num" that is a string in the format "067BE8B2", an identifier. In the last comments I got from danpb and DV, they called my attention to const string

Re: [libvirt] [PATCH 3/3] networking API for hostonly networks in VirtualBox driver in libvirt

2009-05-15 Thread Daniel Veillard
On Mon, May 11, 2009 at 04:53:25PM +0200, Pritesh Kothari wrote: > > There's a strdup() call here that's not checked for failure, and quite a > > few more in other functions in the patch. > > Hopefully covered all the strdup's and fixed it > > Reposting the patch. Patch didn't applied cleanly

Re: [libvirt] [PATCH 3/3] Support for vrdp/sdl/gui while starting the machine

2009-05-15 Thread Daniel Veillard
On Mon, May 11, 2009 at 03:56:50PM +0200, Pritesh Kothari wrote: > > > > > Same issue about use of 'getenv' & strdup OOM handling here. > > > > Fixed these two and reposting the patch. Okay, I have applied the 3 patches, we still have the strdup() checks missing but it's easier now just as a d

Re: [libvirt] [PATCH 1/1] Support for rdp/desktop types in graphics tag

2009-05-15 Thread Daniel Veillard
On Thu, Apr 30, 2009 at 04:15:27PM +0200, Pritesh Kothari wrote: > Hi All, > > As per the discussion earlier on the list I have modified the rdp type and > added a new desktop type and posting the patch for same. Okay, this looks fine, but we also need a description of the format extensions in

Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-15 Thread Daniel P. Berrange
On Fri, May 15, 2009 at 10:40:55AM +0200, Daniel Veillard wrote: > On Thu, May 14, 2009 at 09:28:04PM +0200, Gerrit Slomma wrote: > > > > So could this patch for the now be applied? > > > > --- a/src/qemu_conf.c 2009-04-20 11:08:15.0 +0200 > > +++ b/src/qemu_conf.c 2009-05-13 22:28:31.0

Re: [libvirt] PATCH: Enable migration with QEMU >= 0.10.0

2009-05-15 Thread Daniel Veillard
On Thu, May 14, 2009 at 09:28:04PM +0200, Gerrit Slomma wrote: > > So could this patch for the now be applied? > > --- a/src/qemu_conf.c 2009-04-20 11:08:15.0 +0200 > +++ b/src/qemu_conf.c 2009-05-13 22:28:31.0 +0200 > @@ -370,7 +370,7 @@ > uname (&utsname); > > if ((caps = virCapab

[libvirt] is qemu really needed for make rpm or is kvm sufficient?

2009-05-15 Thread Gerrit Slomma
Hello I am curious if qemu is really needed to do "make rpm". As far as i have seen only the src.rpm has this dependency but neither of the install-rpms. What is this needed for in the src.rpm-package that do lack the install-packages? I haven't installed qemu on my hosts, only kvm and everythi