Re: [libvirt] [PATCH] build: rerun bootstrap if po/Makevars got nuked

2010-08-04 Thread Justin Clift
On 08/05/2010 06:49 AM, Eric Blake wrote: diff --git a/autogen.sh b/autogen.sh index 2f5b42d..c0a1c4a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -74,10 +74,14 @@ bootstrap_hash() ACK. This patch solves the problem for me. Good work Eric. :) (Haven't pushed this, in case anyone wants to pro

[libvirt] [PATCH] build: rerun bootstrap if po/Makevars got nuked

2010-08-04 Thread Eric Blake
There has been a frequent complaint of: make[2]: Entering directory `/home/remote/eblake/libvirt/po' make[2]: *** No rule to make target `/config.status', needed by `Makefile'. Stop. It happens after nuking and regenerating the po directory, which is a common action after running anything like

Re: [libvirt] [PATCH] phyp: Fixing possible buffer overflow

2010-08-04 Thread Eduardo Otubo
Hello Laine, It's been quite a while since we had this discussion about my patch. Sorry about the delay on replaying, I had a congress and I've been sick in the last couple of days. Now going back to work. :-) (this new patch is corrupt and doesn't apply. Not sure how you sent it, but I'm gu

Re: [libvirt] [PATCH] Add actions to virDomainLifecycle enum

2010-08-04 Thread Daniel Veillard
On Mon, Aug 02, 2010 at 02:04:37PM -0600, Jim Fehlig wrote: > Any opinions on this patch? Possible for 0.8.3? Whoops ... I missed it, sorry ! Will give feedback tomorrow ... Daniel > Jim Fehlig wrote: > > I'm not too fond of the schema change but thus far haven't found a way > > to condense i

Re: [libvirt] [PATCH] Do not use boot=on on IDE device

2010-08-04 Thread Daniel Veillard
On Wed, Aug 04, 2010 at 02:25:45PM +0200, Antoine Mercadal wrote: > Hello, > > Just a feedback about this patch > https://www.redhat.com/archives/libvir-list/2010-July/msg00691.html submitted > by Daniel Veillard : > > It works like a charm. > > Before applying it, I wasn't able to start some

[libvirt] Release of libvirt-0.8.3

2010-08-04 Thread Daniel Veillard
Nearly on time :-) It's available as usual from: ftp://libvirt.org/libvirt/ That's mostly a bug fix release exept for ESX 4.1 and vSphere support and the new APIs to allow easier hacking at the QEmu level. Features: - esx: Support vSphere 4.1 (Matthias Bolte) - Qemu arbitrary monitor commands

Re: [libvirt] [virt-devel] [RHEL6 PATCH] Correct cpuid flags and "model" fields, V2

2010-08-04 Thread Jiri Denemark
> A question arose in today's kvm meeting concerning any > impact to libvirt from this change. I've discussed it > with Cole and it seems to be a non-issue. But just to > err on the side of caution, here's a summary: > > The current cpu model definition of "qemu64" upstream > is problematic from

Re: [libvirt] [PATCHv2] qemu: Fix PCI address allocation

2010-08-04 Thread Daniel Veillard
On Tue, Aug 03, 2010 at 03:17:01PM -0600, Eric Blake wrote: > From: Jiri Denemark > > When attaching a PCI device which doesn't explicitly set its PCI > address, libvirt allocates the address automatically. The problem is > that when checking which PCI address is unused, we only check for those >

Re: [libvirt] [PATCH] Do not use boot=on on IDE device

2010-08-04 Thread Antoine Mercadal
Hello, Just a feedback about this patch https://www.redhat.com/archives/libvir-list/2010-July/msg00691.html submitted by Daniel Veillard : It works like a charm. Before applying it, I wasn't able to start some windows XP guest on KVM using IDE drives. Cheers -- Antoine Mercadal (+33) 06 2

Re: [libvirt] [PATCH] OpenVZ: implement suspend/resume driver APIs

2010-08-04 Thread Daniel Veillard
On Fri, Jul 30, 2010 at 05:48:49PM +0200, Jean-Baptiste Rouault wrote: > --- > src/openvz/openvz_driver.c | 84 ++- > 1 files changed, 82 insertions(+), 2 deletions(-) > > diff --git a/src/openvz/openvz_driver.c b/src/openvz/openvz_driver.c > index e5bbdd