From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as4C9-0002qK-BA for qemu-devel@nongnu.org; Mon, 18 Apr 2016 04:06:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1as4C3-0003SA-Nt for qemu-devel@nongnu.org; Mon, 18 Apr 2016 04:06:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as4C3-0003S5-IO for qemu-devel@nongnu.org; Mon, 18 Apr 2016 04:06:03 -0400 Date: Mon, 18 Apr 2016 11:05:59 +0300 From: "Michael S. Tsirkin" Message-ID: <20160418110530-mutt-send-email-mst@redhat.com> References: <1460964255-7538-1-git-send-email-caoj.fnst@cn.fujitsu.com> <57149376.3030605@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57149376.3030605@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH] ICH9: fix typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cao jin Cc: qemu-devel@nongnu.org Pls repost all this after 2.6 is out. Thanks! On Mon, Apr 18, 2016 at 03:57:42PM +0800, Cao jin wrote: > hi mst, > please ingore this one, I find more small fix like this, I will pack all > these into one > > On 04/18/2016 03:24 PM, Cao jin wrote: > >Signed-off-by: Cao jin > >--- > > include/hw/i386/ich9.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/include/hw/i386/ich9.h b/include/hw/i386/ich9.h > >index d04dcdc..abf84ed 100644 > >--- a/include/hw/i386/ich9.h > >+++ b/include/hw/i386/ich9.h > >@@ -35,7 +35,7 @@ typedef struct ICH9LPCState { > > > > /* (pci device, intx) -> pirq > > * In real chipset case, the unused slots are never used > >- * as ICH9 supports only D25-D32 irq routing. > >+ * as ICH9 supports only D25-D31 irq routing. > > * On the other hand in qemu case, any slot/function can be populated > > * via command line option. > > * So fallback interrupt routing for any devices in any slots is necessary. > > > > -- > Yours Sincerely, > > Cao jin >