From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJQVl-000721-6A for qemu-devel@nongnu.org; Wed, 03 Oct 2012 11:05:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJQVk-0002Qy-5P for qemu-devel@nongnu.org; Wed, 03 Oct 2012 11:05:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJQVj-0002Q7-Ti for qemu-devel@nongnu.org; Wed, 03 Oct 2012 11:05:20 -0400 Date: Wed, 3 Oct 2012 12:03:41 -0300 From: Marcelo Tosatti Message-ID: <20121003150341.GA15164@amt.cnet> References: <20121003105255.972669952@amt.cnet> <20121003105509.391284251@amt.cnet> <87fw5vhb5a.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fw5vhb5a.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] [patch 2/6] Use machine options to emulate -no-kvm-irqchip List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , Jan Kiszka Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Gerd Hoffmann On Wed, Oct 03, 2012 at 09:40:17AM -0500, Anthony Liguori wrote: > Marcelo Tosatti writes: > > > Commit 3ad763fcba5bd0ec5a79d4a9b6baeef119dd4a3d from qemu-kvm.git. > > > > From: Jan Kiszka > > > > Upstream is moving towards this mechanism, so start using it in qemu-kvm > > already to configure the specific defaults: kvm enabled on, just like > > in-kernel irqchips. > > > > Signed-off-by: Marcelo Tosatti > > > Reviewed-by: Anthony Liguori > > Although it's a little odd to have From: Jan without a SoB... Agree, Jan can you ACK?