From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiNFY-0004xZ-CN for qemu-devel@nongnu.org; Fri, 31 May 2013 07:12:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiNFX-0005QT-52 for qemu-devel@nongnu.org; Fri, 31 May 2013 07:12:00 -0400 Date: Fri, 31 May 2013 11:57:47 +0100 From: Stefano Stabellini In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: Re: [Qemu-devel] [PATCH v2 0/3] Xen related fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: aliguori@us.ibm.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, qemu-stable@nongnu.org, Anthony Perard , Paolo Bonzini , afaerber@suse.de On Wed, 29 May 2013, Stefano Stabellini wrote: > Hi all, > I have few simple fixes for Xen for the development tree as well as QEMU > 1.5 and older releases: > > > - the first patch is just a cleanup (that is needed to simplify > preprocessor dependencies); > - the second patch avoids setting nonblocking on Xen (as is already done > for KVM); > These two patches should be backported to QEMU 1.5 and older stable > branches. > > - the last patch fixes the "Invalid icc-bridge value" error that > prevents the Xen PV machine from starting. > This patch should be backported to QEMU 1.5. > > > > Stefano Stabellini (3): > xen: simplify xen_enabled > main_loop: do not set nonblocking if xen_enabled() > xen_machine_pv: do not create a dummy CPU in machine->init I received a "Reviewed-by" on the third patch (thanks Andreas) that is in the only non-trivial one, the other two are obvious and fairly xen specific even if they touch generic code. I'll assume that you are all happy with them and I am going to go ahead with a PULL request unless you shout in the next couple of days :) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH v2 0/3] Xen related fixes Date: Fri, 31 May 2013 11:57:47 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Stefano Stabellini Cc: aliguori@us.ibm.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, qemu-stable@nongnu.org, Anthony Perard , Paolo Bonzini , afaerber@suse.de List-Id: xen-devel@lists.xenproject.org On Wed, 29 May 2013, Stefano Stabellini wrote: > Hi all, > I have few simple fixes for Xen for the development tree as well as QEMU > 1.5 and older releases: > > > - the first patch is just a cleanup (that is needed to simplify > preprocessor dependencies); > - the second patch avoids setting nonblocking on Xen (as is already done > for KVM); > These two patches should be backported to QEMU 1.5 and older stable > branches. > > - the last patch fixes the "Invalid icc-bridge value" error that > prevents the Xen PV machine from starting. > This patch should be backported to QEMU 1.5. > > > > Stefano Stabellini (3): > xen: simplify xen_enabled > main_loop: do not set nonblocking if xen_enabled() > xen_machine_pv: do not create a dummy CPU in machine->init I received a "Reviewed-by" on the third patch (thanks Andreas) that is in the only non-trivial one, the other two are obvious and fairly xen specific even if they touch generic code. I'll assume that you are all happy with them and I am going to go ahead with a PULL request unless you shout in the next couple of days :)