From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrA7r-00077R-RE for qemu-devel@nongnu.org; Thu, 12 Dec 2013 12:32:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrA7n-00024o-4f for qemu-devel@nongnu.org; Thu, 12 Dec 2013 12:32:39 -0500 Received: from mail-pd0-f177.google.com ([209.85.192.177]:51322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrA7m-00024h-V7 for qemu-devel@nongnu.org; Thu, 12 Dec 2013 12:32:35 -0500 Received: by mail-pd0-f177.google.com with SMTP id q10so858483pdj.8 for ; Thu, 12 Dec 2013 09:32:34 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1386279359-32286-5-git-send-email-roy.franz@linaro.org> References: <1386279359-32286-1-git-send-email-roy.franz@linaro.org> <1386279359-32286-5-git-send-email-roy.franz@linaro.org> From: Peter Maydell Date: Thu, 12 Dec 2013 17:32:14 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH V5 4/7] Set proper device-width for vexpress flash List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roy Franz Cc: Kevin Wolf , QEMU Developers , Stefan Hajnoczi , Patch Tracking On 5 December 2013 21:35, Roy Franz wrote: > Create vexpress specific pflash registration > function which properly configures the device-width > of 16 bits (2 bytes) for the NOR flash on the > vexpress platform. This change is required for > buffered flash writes to work properly. > > Signed-off-by: Roy Franz Reviewed-by: Peter Maydell thanks -- PMM