Reviewed-by and Tested-by: Zhi Yong Wu
On Thu, Nov 3, 2011 at 12:19 PM, Jordan Justen
wrote:
> Enable flash emulation in a PC system using pflash_cfi01.
>
> v7:
> * Do not add system firmware to qemu roms
> * If kvm is enabled, copy pflash drive contents into a
> read-only ram region, since kvm
On Sun, Nov 6, 2011 at 5:30 AM, Jordan Justen wrote:
> Cc: qemu-devel
>
> On Fri, Nov 4, 2011 at 22:37, Zhi Yong Wu wrote:
>> On Sat, Nov 5, 2011 at 12:11 AM, Jordan Justen wrote:
>>> On Fri, Nov 4, 2011 at 04:34, Zhi Yong Wu wrote:
BTW: what is the relationship between -bios and -pflash?
Cc: qemu-devel
On Fri, Nov 4, 2011 at 22:37, Zhi Yong Wu wrote:
> On Sat, Nov 5, 2011 at 12:11 AM, Jordan Justen wrote:
>> On Fri, Nov 4, 2011 at 04:34, Zhi Yong Wu wrote:
>>> BTW: what is the relationship between -bios and -pflash?
>>
>> Previously the QEMU/KVM PC system had no pflash support.
Enable flash emulation in a PC system using pflash_cfi01.
v7:
* Do not add system firmware to qemu roms
* If kvm is enabled, copy pflash drive contents into a
read-only ram region, since kvm cannot currently execute
code from a pflash device.
* Rename pcflash.c to pc_sysfw.c
v6:
* Rebase for