Re: [Qemu-devel] [PATCH v3 3/3] Add partial flash interleaving to AMD CFI devices

2017-11-28 Thread Michael Nawrocki
On 11/23/2017 08:46 AM, Peter Maydell wrote: On 13 November 2017 at 17:31, Mike Nawrocki wrote: This mirrors the interleaving support already in place in pflash_cfi01.c, using the max_device_width and device_width properties. Signed-off-by: Mike Nawrocki --- hw/block/pflash_cfi02.c | 244 ++

Re: [Qemu-devel] [PATCH v3 3/3] Add partial flash interleaving to AMD CFI devices

2017-11-23 Thread Peter Maydell
On 13 November 2017 at 17:31, Mike Nawrocki wrote: > This mirrors the interleaving support already in place in > pflash_cfi01.c, using the max_device_width and device_width properties. > > Signed-off-by: Mike Nawrocki > --- > hw/block/pflash_cfi02.c | 244 > +

[Qemu-devel] [PATCH v3 3/3] Add partial flash interleaving to AMD CFI devices

2017-11-13 Thread Mike Nawrocki
This mirrors the interleaving support already in place in pflash_cfi01.c, using the max_device_width and device_width properties. Signed-off-by: Mike Nawrocki --- hw/block/pflash_cfi02.c | 244 +--- 1 file changed, 209 insertions(+), 35 deletions(-) d