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

2013-11-28 Thread Peter Maydell
On 22 October 2013 17: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 4/4 v4] block: Set proper device-width for vexpress flash

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