From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0Yvf-0000bl-1D for qemu-devel@nongnu.org; Mon, 15 Dec 2014 11:55:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0Yva-0003oj-4i for qemu-devel@nongnu.org; Mon, 15 Dec 2014 11:55:26 -0500 Received: from mail-la0-f50.google.com ([209.85.215.50]:43725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0YvZ-0003oY-Ka for qemu-devel@nongnu.org; Mon, 15 Dec 2014 11:55:22 -0500 Received: by mail-la0-f50.google.com with SMTP id pn19so9772054lab.37 for ; Mon, 15 Dec 2014 08:55:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1418340569-30519-4-git-send-email-greg.bellows@linaro.org> References: <1418340569-30519-1-git-send-email-greg.bellows@linaro.org> <1418340569-30519-4-git-send-email-greg.bellows@linaro.org> From: Peter Maydell Date: Mon, 15 Dec 2014 16:55:00 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 03/15] target-arm: Switch to common vexpress machine init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Bellows Cc: Sergey Fedorov , QEMU Developers , Fabian Aggeler , "Edgar E. Iglesias" On 11 December 2014 at 23:29, Greg Bellows wrote: > Switched the Vexpress machine initialization to use the common function with > the machine pointer to board info. > > Signed-off-by: Greg Bellows Reviewed-by: Peter Maydell thanks -- PMM