From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK8Pn-0003h7-8K for qemu-devel@nongnu.org; Fri, 05 Oct 2012 09:58:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK8Pf-000514-Rf for qemu-devel@nongnu.org; Fri, 05 Oct 2012 09:58:07 -0400 Date: Fri, 5 Oct 2012 15:50:04 +0200 From: Stefan Hajnoczi Message-ID: <20121005135004.GJ10951@stefanha-thinkpad.redhat.com> References: <1349383783-21392-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1349383783-21392-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] versatilepb: Use symbolic indices for ARM PIC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, Peter Maydell , qemu-devel@nongnu.org, Paul Brook On Thu, Oct 04, 2012 at 10:49:43PM +0200, Stefan Weil wrote: > It is more readable, and all other code does it like that, too. > > Signed-off-by: Stefan Weil > --- > hw/versatilepb.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan