Re: [Qemu-devel] [PATCH 3/4 v4] block: return status for each device

2013-12-02 Thread Roy Franz
On Thu, Nov 28, 2013 at 11:10 AM, Peter Maydell wrote: > On 22 October 2013 17: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 b

Re: [Qemu-devel] [PATCH 3/4 v4] block: return status for each device

2013-11-28 Thread Peter Maydell
On 22 October 2013 17: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 3/4 v4] block: return status for each device

2013-10-22 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