Re: [Qemu-devel] [PATCH v7 0/2] PC system flash support

2011-11-06 Thread Zhi Yong Wu
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

Re: [Qemu-devel] [PATCH v7 0/2] PC system flash support

2011-11-05 Thread Zhi Yong Wu
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?

Re: [Qemu-devel] [PATCH v7 0/2] PC system flash support

2011-11-05 Thread Jordan Justen
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.

[Qemu-devel] [PATCH v7 0/2] PC system flash support

2011-11-02 Thread Jordan Justen
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