From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTRZE-0008TV-9c for qemu-devel@nongnu.org; Wed, 31 Oct 2012 02:14:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTRZD-0002hd-5X for qemu-devel@nongnu.org; Wed, 31 Oct 2012 02:14:20 -0400 Received: from mout.web.de ([212.227.15.3]:51885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTRZC-0002hX-Sw for qemu-devel@nongnu.org; Wed, 31 Oct 2012 02:14:19 -0400 Message-ID: <5090C1B8.4060002@web.de> Date: Wed, 31 Oct 2012 07:14:16 +0100 From: Jan Kiszka MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigBE9789335FD287CB9E80DB27" Subject: [Qemu-devel] ISA BIOS mapping for system flash emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jordan Justen Cc: qemu-devel This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBE9789335FD287CB9E80DB27 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Jordan, I was starring at pc_isa_bios_init and wondering why you are creating a copy of the system flash for the low ISA range instead of using an alias here as well, just like old_pc_system_rom_init does. That means the ISA BIOS range can run out of sync when the system flash is updated during runtime and requires a restart of QEMU then. Switching to an alias would also allow some code consolidation. Can you explain the idea behind the current version? Jan --------------enigBE9789335FD287CB9E80DB27 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCQwbgACgkQitSsb3rl5xRsqACgsXfHqmFT9Q060k/+1hZ9dCXG C0EAoJRuyozV9usEHfuvOIVj7iKZq3kR =V/8s -----END PGP SIGNATURE----- --------------enigBE9789335FD287CB9E80DB27--