Re: [Qemu-devel] [PATCH V5 2/7] Add device-width property to pflash_cfi01

2013-12-12 Thread Peter Maydell
On 5 December 2013 21:35, Roy Franz wrote: > The width of the devices that make up the flash interface > is required to mask certain commands, in particular the > write length for buffered writes. This length will be presented > to each device on the interface by the program writing the flash, >

[Qemu-devel] [PATCH V5 2/7] Add device-width property to pflash_cfi01

2013-12-05 Thread Roy Franz
The width of the devices that make up the flash interface is required to mask certain commands, in particular the write length for buffered writes. This length will be presented to each device on the interface by the program writing the flash, and the flash emulation code needs to be able to deter