From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vjchz-0000cu-Nj for qemu-devel@nongnu.org; Thu, 21 Nov 2013 17:26:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vjchr-0007IV-KJ for qemu-devel@nongnu.org; Thu, 21 Nov 2013 17:26:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vjchr-0007IH-Aj for qemu-devel@nongnu.org; Thu, 21 Nov 2013 17:26:39 -0500 Message-ID: <528E8896.70706@redhat.com> Date: Thu, 21 Nov 2013 15:26:30 -0700 From: Eric Blake MIME-Version: 1.0 References: <1385072461-31317-1-git-send-email-lersek@redhat.com> In-Reply-To: <1385072461-31317-1-git-send-email-lersek@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wOU06f2kwWpcERdaTxeak97f0ooposRvv" Subject: Re: [Qemu-devel] [qemu PATCH] hw/i386/pc_sysfw: support more than one flash drive List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek , qemu-devel@nongnu.org, edk2-devel@lists.sourceforge.net, crobinso@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wOU06f2kwWpcERdaTxeak97f0ooposRvv Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/21/2013 03:21 PM, Laszlo Ersek wrote: > This patch allows the user to usefully specify >=20 > -drive file=3Dimg_1,if=3Dpflash,format=3Draw,readonly \ > -drive file=3Dimg_2,if=3Dpflash,format=3Draw >=20 > on the command line. The flash images will be mapped under 4G in their > reverse unit order -- that is, with their base addresses progressing > downwards, in increasing unit order. >=20 > +/* This function maps flash drives from 4G downward, in order of their= unit > + * numbers. Addressing within one flash drive is of course not reverse= d. > + * > + * The drive with unit number 0 is mapped at the highest address, and = it is > + * passed to pc_isa_bios_init(). Merging severral drives for isa-bios = is not s/severral/several/ --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --wOU06f2kwWpcERdaTxeak97f0ooposRvv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSjoiWAAoJEKeha0olJ0Nq+i4H/jfR8Pcb+PEyJADd+EvMZUrW cbwVjFrSnbcyO02vJl6kHmyTCK9pFSObSXnP1ehakl8+oHNhbCLEHKJmJHbT1tOI DxX9AwE/cCJwN/3+kwfeVu1CmuMt/b6czljIp2emmWIy/Whj7Ko8gDU3VA+PduaL 9UH8ZdJt7ZGj0XbTEbwImB2knYBP6l9p/uo+M25GvlQh90S+s8+inMYNDr8wIvDr aodWXeclQiNQgpdRBIWt0VMlkgJfuY3pc0Nj64c+7bURtP3ifzOHGfrBn+cyFoxa giTq07YyC+3iGkG6K0jJ+MOHbptZAJ+y8q47C9dcCuBeqheyKB00ltSTCbjf17k= =ospT -----END PGP SIGNATURE----- --wOU06f2kwWpcERdaTxeak97f0ooposRvv--