Re: [Qemu-devel] [PATCH v2 3/6] pflash_cfi0x: QOMified

2012-10-22 Thread Peter Maydell
On 22 October 2012 08:19, Peter Crosthwaite wrote: > QOMified the pflash_cfi0x so machine models can connect them up in custom > ways. > > Kept the pflash_cfi0x_register functions as is. They can still be used to > create a flash straight onto system memory. > > Signed-off-by: Peter Crosthwaite

[Qemu-devel] [PATCH v2 3/6] pflash_cfi0x: QOMified

2012-10-22 Thread Peter Crosthwaite
QOMified the pflash_cfi0x so machine models can connect them up in custom ways. Kept the pflash_cfi0x_register functions as is. They can still be used to create a flash straight onto system memory. Signed-off-by: Peter Crosthwaite --- changed from v1: Removed union usages (PMM review) Changed ta