Re: [Qemu-devel] [PATCH V5 4/7] Set proper device-width for vexpress flash

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

[Qemu-devel] [PATCH V5 4/7] Set proper device-width for vexpress flash

2013-12-05 Thread Roy Franz
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 --- hw/arm/vexpress.c | 44 +++