Re: [libvirt] pvpanic plans?

2013-10-23 Thread Hu Tao
Hi All, I know it's been a long time since this thread. But qemu 1.7 is releasing, do you have any consensus on this? Thanks. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] RHBZ 1013045: Crash on xen domain startup: *** Error in `/usr/sbin/libvirtd': free(): invalid next size (fast): 0x00007f82c8003210 ***

2013-10-23 Thread Jeremy Fitzhardinge
Hi all, I posted this bug (https://bugzilla.redhat.com/show_bug.cgi?id=1013045) to the Redhat Bugzilla a while ago, and the only response has been to post a note to this list about the bug. Summary below, but it looks like a pretty clear use-after-free or something. The full details are attached

Re: [libvirt] [PATCH] Ignore GNU Global tag files

2013-10-23 Thread Martin Kletzander
On Wed, Oct 23, 2013 at 11:21:07AM +0200, Claudio Bley wrote: > At Wed, 23 Oct 2013 10:07:48 +0100, > Martin Kletzander wrote: > > > > ... the same way we ignore other TAGS > > ACK > Thanks, pushed. Martin signature.asc Description: Digital signature -- libvir-list mailing list libvir-list@r

Re: [libvirt] build: fix linking virt-login-shell

2013-10-23 Thread Claudio Bley
At Wed, 23 Oct 2013 10:51:29 +0100, Eric Blake wrote: > > > BTW, what's the policy of pushing to maint branches? I remember that > > there was a message on this list regarding permissions on those > > branches, but can't find it right now. Is it prohibited / uncalled for > > to push to those branc

Re: [libvirt] [PATCH] build: Fix prohibit_int_ijk (and iijjkk) on RHEL 5

2013-10-23 Thread Claudio Bley
At Wed, 23 Oct 2013 11:08:48 +0100, Eric Blake wrote: > > On 10/23/2013 11:02 AM, Claudio Bley wrote: > > >>> Seems \s is buggy in this grep version with a non UTF-8 locale > >>> setting. Observe: > >>> > >>> $ LANG=en_US.UTF-8 grep -nE '\<(int|unsigned) ([^(]* )*(i|j|k)(\s|,|;)' > >>> src/conf/

Re: [libvirt] [PATCH] build: Fix prohibit_int_ijk (and iijjkk) on RHEL 5

2013-10-23 Thread Eric Blake
On 10/23/2013 11:02 AM, Claudio Bley wrote: >>> Seems \s is buggy in this grep version with a non UTF-8 locale >>> setting. Observe: >>> >>> $ LANG=en_US.UTF-8 grep -nE '\<(int|unsigned) ([^(]* )*(i|j|k)(\s|,|;)' >>> src/conf/interface_conf.h >>> $ LANG=C grep -nE '\<(int|unsigned) ([^(]* )*(i|j|

Re: [libvirt] [PATCH] build: Fix prohibit_int_ijk (and iijjkk) on RHEL 5

2013-10-23 Thread Claudio Bley
At Wed, 23 Oct 2013 10:46:46 +0100, Eric Blake wrote: > > On 10/23/2013 09:33 AM, Claudio Bley wrote: > > > Seems \s is buggy in this grep version with a non UTF-8 locale > > setting. Observe: > > > > $ LANG=en_US.UTF-8 grep -nE '\<(int|unsigned) ([^(]* )*(i|j|k)(\s|,|;)' > > src/conf/interface

Re: [libvirt] [PATCH 1/5]virsh: disable config readonly and shareable in virsh command

2013-10-23 Thread Chen Hanxiao
> -Original Message- > From: Eric Blake [mailto:ebl...@redhat.com] > Sent: Wednesday, October 23, 2013 5:49 PM > To: Chen Hanxiao; 'Michal Privoznik' > Cc: libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH 1/5]virsh: disable config readonly and > shareable in > virsh command > > On

Re: [libvirt] build: fix linking virt-login-shell

2013-10-23 Thread Eric Blake
On 10/23/2013 10:45 AM, Claudio Bley wrote: > At Wed, 23 Oct 2013 09:57:40 +0100, > Michal Privoznik wrote: >> >> On 23.10.2013 07:17, Claudio Bley wrote: >>> Could someone cherrypick this to the maint branches as well, please?! >>> >>> And, while at it, maybe also e350826c6 and 843bdb2f8a3. >> >>

Re: [libvirt] [PATCH 1/5]virsh: disable config readonly and shareable in virsh command

2013-10-23 Thread Eric Blake
On 10/23/2013 09:57 AM, Chen Hanxiao wrote: >> I don't think either of these approaches are needed. If you make >> --shareable an undocumented alias of --mode=shareable, then the alias >> handling code will already guarantee that only one of the two spellings >> appears, and you don't have to do

Re: [libvirt] [PATCH] build: Fix prohibit_int_ijk (and iijjkk) on RHEL 5

2013-10-23 Thread Eric Blake
On 10/23/2013 09:33 AM, Claudio Bley wrote: > Seems \s is buggy in this grep version with a non UTF-8 locale > setting. Observe: > > $ LANG=en_US.UTF-8 grep -nE '\<(int|unsigned) ([^(]* )*(i|j|k)(\s|,|;)' > src/conf/interface_conf.h > $ LANG=C grep -nE '\<(int|unsigned) ([^(]* )*(i|j|k)(\s|,|;)'

Re: [libvirt] build: fix linking virt-login-shell

2013-10-23 Thread Claudio Bley
At Wed, 23 Oct 2013 09:57:40 +0100, Michal Privoznik wrote: > > On 23.10.2013 07:17, Claudio Bley wrote: > > Could someone cherrypick this to the maint branches as well, please?! > > > > And, while at it, maybe also e350826c6 and 843bdb2f8a3. > > I've backported all three patches onto v1.1.3-mai

Re: [libvirt] [PATCH] Ignore GNU Global tag files

2013-10-23 Thread Claudio Bley
At Wed, 23 Oct 2013 10:07:48 +0100, Martin Kletzander wrote: > > ... the same way we ignore other TAGS ACK Claudio -- AV-Test GmbH, Henricistraße 20, 04155 Leipzig, Germany Phone: +49 341 265 310 19 Web: Eingetragen am / Registered at: Amtsgericht Stendal (HRB 114076) G

[libvirt] [PATCH] Ignore GNU Global tag files

2013-10-23 Thread Martin Kletzander
... the same way we ignore other TAGS Signed-off-by: Martin Kletzander --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index db5abcd..e372876 100644 --- a/.gitignore +++ b/.gitignore @@ -233,6 +233,9 @@ /tools/virt-*-validate /tools/virt-sanlock-cl

Re: [libvirt] build: fix linking virt-login-shell

2013-10-23 Thread Michal Privoznik
On 23.10.2013 07:17, Claudio Bley wrote: > At Tue, 22 Oct 2013 16:27:02 +0100, > Michal Privoznik wrote: >> >> On 22.10.2013 09:29, Daniel P. Berrange wrote: >>> On Mon, Oct 21, 2013 at 03:36:11PM -0600, Jim Fehlig wrote: >From a0f35945f3127ab70d051101037e821b1759b4bb Mon Sep 17 00:00:00 2001

Re: [libvirt] [PATCH 1/5]virsh: disable config readonly and shareable in virsh command

2013-10-23 Thread Chen Hanxiao
Hi > -Original Message- > From: Eric Blake [mailto:ebl...@redhat.com] > Sent: Tuesday, October 22, 2013 2:26 PM > To: Michal Privoznik; Chen Hanxiao > Cc: libvir-list@redhat.com > > > > > -if (vshCommandOptBool(cmd, "shareable")) > > +if (vshCommandOptBool(cmd, "shareable")) { > >

Re: [libvirt] [PATCH] build: Fix prohibit_int_ijk (and iijjkk) on RHEL 5

2013-10-23 Thread Claudio Bley
At Tue, 22 Oct 2013 23:09:20 +0100, Martin Kletzander wrote: > > On Tue, Oct 22, 2013 at 09:52:30PM +0100, Eric Blake wrote: > > On 10/22/2013 05:19 PM, Martin Kletzander wrote: > > > On RHEL 5, make syntax-check was failing because even strings like > > > 'int isTempChain' matched the 'int i' rul

Re: [libvirt] [RESEND][PATCHv5 1/4] add hostdev passthrough common library

2013-10-23 Thread Daniel P. Berrange
On Wed, Oct 23, 2013 at 04:15:57PM +0800, Chunyan Liu wrote: > 2013/10/15 Daniel P. Berrange > > > On Fri, Sep 13, 2013 at 11:34:34AM +0800, Chunyan Liu wrote: > > > Add hostdev passthrough common library so that it could be shared by all > > drivers > > > and maintain a global hostdev state. > >

[libvirt] [PATCH v2] xenapi: fix the coding stype in xenapi_driver.c

2013-10-23 Thread Hongwei Bi
fix the if statement coding stype Signed-off-by: Hongwei Bi --- src/xenapi/xenapi_driver.c | 63 ++ 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/src/xenapi/xenapi_driver.c b/src/xenapi/xenapi_driver.c index 4b522c0..c5b8d8f 100644 -