From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrA7H-0006Nv-IM for qemu-devel@nongnu.org; Thu, 12 Dec 2013 12:32:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrA7C-0001u5-LJ for qemu-devel@nongnu.org; Thu, 12 Dec 2013 12:32:03 -0500 Received: from mail-pd0-f181.google.com ([209.85.192.181]:50915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrA7C-0001tT-Fj for qemu-devel@nongnu.org; Thu, 12 Dec 2013 12:31:58 -0500 Received: by mail-pd0-f181.google.com with SMTP id p10so866983pdj.12 for ; Thu, 12 Dec 2013 09:31:57 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1386279359-32286-4-git-send-email-roy.franz@linaro.org> References: <1386279359-32286-1-git-send-email-roy.franz@linaro.org> <1386279359-32286-4-git-send-email-roy.franz@linaro.org> From: Peter Maydell Date: Thu, 12 Dec 2013 17:31:37 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH V5 3/7] return status for each NOR flash device 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: > Now that we know how wide each flash device that makes up the bank is, > return status for each device in the bank. Leave existing code > that treats 32 bit wide banks as composed of two 16 bit devices as otherwise > we may break configurations that do not set the device_width propery. > > Signed-off-by: Roy Franz Reviewed-by: Peter Maydell -- PMM