Re: [Qemu-devel] [PATCH V5 3/7] return status for each NOR flash device

2013-12-12 Thread Peter Maydell
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

[Qemu-devel] [PATCH V5 3/7] return status for each NOR flash device

2013-12-05 Thread Roy Franz
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: R