Re: [Qemu-devel] [PATCH 2/2 v2] Set proper device-width for vexpress flash

2013-10-19 Thread Peter Maydell
On 18 October 2013 19:50, 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. > +/* Open co

[Qemu-devel] [PATCH 2/2 v2] Set proper device-width for vexpress flash

2013-10-18 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 | 38 +++