From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as41C-0003vn-4o for qemu-devel@nongnu.org; Mon, 18 Apr 2016 03:54:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1as418-0005gz-Uq for qemu-devel@nongnu.org; Mon, 18 Apr 2016 03:54:50 -0400 Received: from [59.151.112.132] (port=35549 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as418-0005Uo-2u for qemu-devel@nongnu.org; Mon, 18 Apr 2016 03:54:46 -0400 References: <1460964255-7538-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Cao jin Message-ID: <57149376.3030605@cn.fujitsu.com> Date: Mon, 18 Apr 2016 15:57:42 +0800 MIME-Version: 1.0 In-Reply-To: <1460964255-7538-1-git-send-email-caoj.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ICH9: fix typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com Cc: qemu-devel@nongnu.org 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