Re: [Qemu-devel] [PATCH v11 0/9] PC system flash support

2012-03-14 Thread Jordan Justen
On Tue, Mar 13, 2012 at 05:34, Paolo Bonzini wrote: > Il 22/02/2012 08:18, Jordan Justen ha scritto: >> Enable flash emulation in a PC system using pflash_cfi01. > > Jordan, can you document this on the wiki > (http://wiki.qemu.org/ChangeLog/1.1#x86)? I found > http://wiki.qemu.org/Features/PC_Sys

Re: [Qemu-devel] [PATCH v11 0/9] PC system flash support

2012-03-13 Thread Paolo Bonzini
Il 22/02/2012 08:18, Jordan Justen ha scritto: > Enable flash emulation in a PC system using pflash_cfi01. Jordan, can you document this on the wiki (http://wiki.qemu.org/ChangeLog/1.1#x86)? I found http://wiki.qemu.org/Features/PC_System_Flash but I do not really understand what it is used for et

Re: [Qemu-devel] [PATCH v11 0/9] PC system flash support

2012-02-22 Thread Anthony Liguori
On 02/22/2012 01:18 AM, Jordan Justen wrote: Enable flash emulation in a PC system using pflash_cfi01. Applied all. I know it's taken a while to get these merged, but I'm very pleased with the final result. Thanks for sticking through it! Regards, Anthony Liguori v11: * Convert pc-sysf

[Qemu-devel] [PATCH v11 0/9] PC system flash support

2012-02-22 Thread Jordan Justen
Enable flash emulation in a PC system using pflash_cfi01. v11: * Convert pc-sysfw to qdev - Add rom_only property * Remove KVM flash support to remove the need for using bdrv_read during machine initialization. KVM should now continue to use the same 'rom' initialization sequence that it