From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1PLf-0007Fj-7c for qemu-devel@nongnu.org; Sat, 25 Feb 2012 16:40:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1PLY-0005b9-73 for qemu-devel@nongnu.org; Sat, 25 Feb 2012 16:40:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:44595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1PLY-0005am-0X for qemu-devel@nongnu.org; Sat, 25 Feb 2012 16:40:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S1PLW-0003hs-DZ for qemu-devel@nongnu.org; Sat, 25 Feb 2012 22:40:02 +0100 Received: from 93-34-182-16.ip50.fastwebnet.it ([93.34.182.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Feb 2012 22:40:02 +0100 Received: from pbonzini by 93-34-182-16.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Feb 2012 22:40:02 +0100 From: Paolo Bonzini Date: Sat, 25 Feb 2012 22:39:53 +0100 Message-ID: References: <1330198969-27364-1-git-send-email-aliguori@us.ibm.com> <1330198969-27364-3-git-send-email-aliguori@us.ibm.com> <4F494EC7.6070905@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit In-Reply-To: <4F494EC7.6070905@codemonkey.ws> Subject: Re: [Qemu-devel] [PATCH 02/10] qtest: add support for -M pc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 02/25/2012 10:12 PM, Anthony Liguori wrote: > > Why? This is necessary for IRQ to work. Actually it's reverted later on in the series, so if you want to commit it as is the end result is surely fine by me. :) Paolo