From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FExoQ-0006KP-NS for qemu-devel@nongnu.org; Thu, 02 Mar 2006 19:06:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FExnL-0006H1-8P for qemu-devel@nongnu.org; Thu, 02 Mar 2006 19:06:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FExnD-0006GW-Nx for qemu-devel@nongnu.org; Thu, 02 Mar 2006 19:05:13 -0500 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FExon-0007Xl-UW for qemu-devel@nongnu.org; Thu, 02 Mar 2006 19:06:50 -0500 From: Paul Brook Subject: Re: [Qemu-devel] one line patch for hw/pl110.c Date: Thu, 2 Mar 2006 23:58:24 +0000 References: <440595FB.2080006@gmail.com> In-Reply-To: <440595FB.2080006@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="gb18030" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603022358.25356.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wednesday 01 March 2006 12:39, Tao Huang wrote: > diff -u -r1.2 pl110.c > --- hw/pl110.c 6 Feb 2006 16:05:19 -0000 1.2 > +++ hw/pl110.c 1 Mar 2006 12:35:07 -0000 > @@ -321,6 +321,7 @@ > n = (offset - 0x200) >> 2; > s->raw_pallette[(offset - 0x200) >> 2] = val; > pl110_update_pallette(s, n); > + return; > } > switch (offset >> 2) { > case 0: /* LCDTiming0 */ Applied, thanks. Paul