[libvirt] [PATCH] xml: create an RNG file for common types and move some definitions there

2011-06-26 Thread Laine Stump
domain.rng, network.rng, and interface.rng already use a few of the same types (or in some cases *should* but don't), and an upcoming code change will have them sharing even more. To prepare for that, this patch takes those common data type definitions and moves them into basictypes.rng. This may

[libvirt] [PATCH] Only include parthelper if built with storage_disk

2011-06-26 Thread Ruben Kerkhof
Parthelper is only compiled if both --with-libvirtd and --with-storage-disk are set. Signed-off-by: Ruben Kerkhof ru...@rubenkerkhof.com --- libvirt.spec.in |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 11b8591..0111519 100644

Re: [libvirt] [PATCH 0/3] Add Processor/MemoryDevice information to virSysinfoRead() API

2011-06-26 Thread Minoru Usui
Hi, On Fri, 24 Jun 2011 22:38:44 +0800 Daniel Veillard veill...@redhat.com wrote: On Fri, Jun 24, 2011 at 03:20:29PM +0800, Daniel Veillard wrote: On Thu, Jun 23, 2011 at 01:16:36PM +0900, Minoru Usui wrote: [...] My question is do you need all those informations ???, my concern is

Re: [libvirt] [PATCH 2/3] Add Processor Information to virSysinfoRead() from dmidecode type 4

2011-06-26 Thread Minoru Usui
Hi, On Fri, 24 Jun 2011 15:24:00 +0100 Daniel P. Berrange berra...@redhat.com wrote: On Tue, Jun 21, 2011 at 01:20:30PM +0900, Minoru Usui wrote: Add Processor Information to virSysinfoRead() from dmidecode type 4 Signed-off-by: Minoru Usui u...@mxm.nes.nec.co.jp ---

Re: [libvirt] [PATCH 1/3] Cleanup virSysinfoRead()

2011-06-26 Thread Minoru Usui
Hi, Daniel Thank you for your review. On Fri, 24 Jun 2011 15:21:36 +0100 Daniel P. Berrange berra...@redhat.com wrote: On Tue, Jun 21, 2011 at 01:19:17PM +0900, Minoru Usui wrote: [Cleanup] Separate BIOSInfo and SystemInfo part from virSysinfoRead() Signed-off-by: Minoru Usui

Re: [libvirt] [PATCH 3/3] Add Memory Device Information to virSysinfoRead() from dmidecode type 17

2011-06-26 Thread Minoru Usui
On Fri, 24 Jun 2011 15:25:42 +0100 Daniel P. Berrange berra...@redhat.com wrote: On Tue, Jun 21, 2011 at 01:21:34PM +0900, Minoru Usui wrote: Add Memory Device Information to virSysinfoRead() from dmidecode type 17 Signed-off-by: Minoru Usui u...@mxm.nes.nec.co.jp ---

[libvirt] libvirt-0.9.3 week freeze, RC1 version to test

2011-06-26 Thread Daniel Veillard
So we are entering the week freeze for the new version 0.9.3 I have made an rc1 tarball available at: ftp://libvirt.org/libvirt/libvirt-0.9.3-rc1.tar.gz along with rpms for those interested We pushed a lot of patches in the last few days, we know there is at least some cleanup issues, but I

Re: [libvirt] libvirt-0.9.3 week freeze, RC1 version to test

2011-06-26 Thread Zdenek Styblik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/11 07:01, Daniel Veillard wrote: So we are entering the week freeze for the new version 0.9.3 I have made an rc1 tarball available at: ftp://libvirt.org/libvirt/libvirt-0.9.3-rc1.tar.gz along with rpms for those interested We pushed