Re: [Qemu-devel] PC BIOS Flash emulation

2012-03-07 Thread Dmitry Zamaruev
On Wed, Mar 7, 2012 at 7:39 PM, Jordan Justen wrote: > On Wed, Mar 7, 2012 at 08:51, Dmitry Zamaruev > wrote: >> On Wed, Mar 7, 2012 at 6:32 PM, Avi Kivity wrote: >>> On 03/07/2012 03:59 PM, Dmitry Zamaruev wrote: I'm trying to emulate BIOS Flash chip (something Intel FWH compatible)

Re: [Qemu-devel] PC BIOS Flash emulation

2012-03-07 Thread Jordan Justen
On Wed, Mar 7, 2012 at 08:51, Dmitry Zamaruev wrote: > On Wed, Mar 7, 2012 at 6:32 PM, Avi Kivity wrote: >> On 03/07/2012 03:59 PM, Dmitry Zamaruev wrote: >>> I'm trying to emulate BIOS Flash chip (something Intel FWH compatible) >>> on PC target (i386-softmmu) and to verify possibility of such >

Re: [Qemu-devel] PC BIOS Flash emulation

2012-03-07 Thread Avi Kivity
On 03/07/2012 03:59 PM, Dmitry Zamaruev wrote: > Hi, > > I'm trying to emulate BIOS Flash chip (something Intel FWH compatible) > on PC target (i386-softmmu) and to verify possibility of such > emulation I first tried to use pflash_cfi02 example from PPC platform. So is Jordan (copied). > Trying

Re: [Qemu-devel] PC BIOS Flash emulation

2012-03-07 Thread Dmitry Zamaruev
On Wed, Mar 7, 2012 at 6:32 PM, Avi Kivity wrote: > On 03/07/2012 03:59 PM, Dmitry Zamaruev wrote: >> Hi, >> >> I'm trying to emulate BIOS Flash chip (something Intel FWH compatible) >> on PC target (i386-softmmu) and to verify possibility of such >> emulation I first tried to use pflash_cfi02 exa

[Qemu-devel] PC BIOS Flash emulation

2012-03-07 Thread Dmitry Zamaruev
Hi, I'm trying to emulate BIOS Flash chip (something Intel FWH compatible) on PC target (i386-softmmu) and to verify possibility of such emulation I first tried to use pflash_cfi02 example from PPC platform. Trying to use if following way: in hw/pc.c in pc_memory_init() after bios.bin is loaded a