qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH 2/3] qemu: make cirrus init value pci spec c


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] Re: [PATCH 2/3] qemu: make cirrus init value pci spec compliant
Date: Mon, 12 Oct 2009 16:50:35 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4

On 10/12/09 15:53, Gleb Natapov wrote:
On Mon, Oct 12, 2009 at 03:45:47PM +0200, Gerd Hoffmann wrote:
We should fix qemu to re-read bios from flash.
Makes sense?

We have option_rom_setup_reset() already.

We don't, anymore :)
We are fast! Well, we surely have something similar instead.

Sure.  Try 'info roms'.  Everything listed there will be reloaded on
reset (unless mem=rom, in which case the guest should not be able to
modify the bits in the first place).  That includes vgabios,
optionroms, -kernel images, ...

And what about bios? I don't see it there.

pc.c does some magic here to map the complete bios into high memory and the legacy part at 0xe0000, thats why it is loaded in a different way. It gets loaded to IO_MEM_ROM memory though, so the guest should not be able to corrupt it.

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]