[libvirt] Libvir on Hardy: file a bug or not?

2008-07-28 Thread Mihamina Rakotomandimby (R12y)
Hi, I am using Ubuntu Hardy up to date. When defining a domain with: xp dd4618e5-1c48-a481-0671-d75f38f59037 524288 524288 1 hvm destroy destroy destroy /usr/bin/qemu-system-x86_64

[libvirt] [PATCH] Fix logical storage pool operation on SLES10-SP2

2008-07-28 Thread David Lively
The attached patch adjusts for a difference in behavior in the LVM utilities 'lvs' and 'vgs'. The SLES10-SP2 versions of these (and presumably others) append a trailing separator. This patch simply adjusts the regexps to allow (but not require) this. I thought just adding the ":?" to the regexps

Re: [libvirt] [PATCH] OpenVZ xml refactoring

2008-07-28 Thread Daniel Veillard
On Mon, Jul 28, 2008 at 05:38:47PM +0400, Evgeniy Sokolov wrote: > > >On Fri, Jul 25, 2008 at 04:44:09PM +0400, Evgeniy Sokolov wrote: > > In general that looks way cleaner to me, > >I will give it a few nmore days and apply, unless you suggest another > >version, > > fixed patch is attached.

Re: [libvirt] [PATCH] OpenVZ xml refactoring

2008-07-28 Thread Evgeniy Sokolov
On Fri, Jul 25, 2008 at 04:44:09PM +0400, Evgeniy Sokolov wrote: Patch switch OpenVZ XML format to generic. main changes: - I used generic virDomainNetDef to define network in container. And wrote function to apply virDomainNetDef for container. Method virDomainNetDefParseXML is public now.

Re: [libvirt] [PATCH/RFC]: hostdev passthrough support

2008-07-28 Thread Daniel Veillard
On Fri, Jul 25, 2008 at 04:17:30PM -0400, Guido Günther wrote: > Hi, > attached is some basic support for host device passthrough. It enables > you to passthrough usb devices in qemu/kvm via: > > > you meant type='pci' there right ? > > Hum, on the format level I think this need a bit

Re: [libvirt] [PATCH]: qemu_driver: convert uuid to string in error messages

2008-07-28 Thread Daniel Veillard
On Fri, Jul 25, 2008 at 04:09:31PM -0400, Guido Günther wrote: > [PATCH] also check domain uuid on create > > and don't care if domain is active or not - it confuses users both ways Okay, that looks reasonnable to me, applied and commited, thanks ! Daniel -- Red Hat Virtualization group

Re: [libvirt] [PATCH] OpenVZ xml refactoring

2008-07-28 Thread Evgeniy Sokolov
On Fri, Jul 25, 2008 at 04:44:09PM +0400, Evgeniy Sokolov wrote: Patch switch OpenVZ XML format to generic. main changes: - I used generic virDomainNetDef to define network in container. And wrote function to apply virDomainNetDef for container. Method virDomainNetDefParseXML is public now.

Re: [libvirt] [PATCH] fix compilation for MinGW (with LXC)

2008-07-28 Thread Richard W.M. Jones
On Fri, Jun 27, 2008 at 11:25:59AM +0900, Atsushi SAKAI wrote: > May I commit this patch for MinGW compilation? I'm trying to get a MinGW cross-compiler into Fedora. This should help matters in two ways: firstly it means we can do automated nightly builds which should find problems like this earl