From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBom8-0006g8-7N for qemu-devel@nongnu.org; Mon, 18 Apr 2011 09:46:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBolz-0003bY-J5 for qemu-devel@nongnu.org; Mon, 18 Apr 2011 09:46:00 -0400 Received: from mail.valinux.co.jp ([210.128.90.3]:54327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBolz-0003bF-Ab for qemu-devel@nongnu.org; Mon, 18 Apr 2011 09:45:51 -0400 Date: Mon, 18 Apr 2011 22:45:48 +0900 From: Isaku Yamahata Message-ID: <20110418134548.GD21865@valinux.co.jp> References: <150737c6da67c205a17f0e9c5c8861e3d0a79531.1300266238.git.yamahata@valinux.co.jp> <4DAAE87F.6020603@redhat.com> <20110417135045.GA8741@valinux.co.jp> <4DAB0CE8.8090204@redhat.com> <20110418074731.GC21865@valinux.co.jp> <4DABF4D0.1020602@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DABF4D0.1020602@redhat.com> Subject: Re: [Qemu-devel] [PATCH 24/26] acpi, acpi_piix: factor out GPE logic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, Juan Quintela On Mon, Apr 18, 2011 at 11:22:40AM +0300, Avi Kivity wrote: > Are you using qemu-kvm.git or qemu.git? I think there are indeed two > issues, your patch fixes the first and there is another that is specific > to qemu-kvm. I'm using qemu.git. I've start to have a look at qemu-kvm.git, -- yamahata