From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5Mw6-0003b1-9U for qemu-devel@nongnu.org; Sun, 18 Sep 2011 15:21:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5Mw4-00059L-N0 for qemu-devel@nongnu.org; Sun, 18 Sep 2011 15:21:54 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:39271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5Mw4-00059G-9k for qemu-devel@nongnu.org; Sun, 18 Sep 2011 15:21:52 -0400 Message-ID: <4E7644CE.9090509@web.de> Date: Sun, 18 Sep 2011 21:21:50 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <1316357803-2366-1-git-send-email-hpoussin@reactos.org> In-Reply-To: <1316357803-2366-1-git-send-email-hpoussin@reactos.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig44EADD29F9C71D76B3EED5C5" Sender: jan.kiszka@web.de Subject: Re: [Qemu-devel] [PATCH 00/11] ISA bus improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= Cc: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig44EADD29F9C71D76B3EED5C5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2011-09-18 16:56, Herv=C3=A9 Poussineau wrote: > Following patches aim to change ISA bus to a first-citizen class in Qem= u. >=20 > They add ISA bus ops, like for scsi and usb buses. >=20 > Current ISA bridges (PIIX3, PIIX4, EBUS and VT82C686) are converted > to this new API, and a simple 'isabus-bridge' device is added. >=20 > isa_address_space() operation can probably be used to remove the > infamous isa_mem_base variable. However, some work is already done > in this direction on the ML, so I didn't change anything. >=20 > Finally, add bus argument to isa_create() functions, so architectures > with multiple ISA buses (like some Alpha systems) can be emulated. >=20 > As RFC didn't receive much comments, I put this serie as patches. Nice work. I had something similar unfinished here, but this one looks better on first glace. Still, I would go one step further and kill the global default isa_bus: all ISA API user should pass in the bus they created and obtained from some creator. Jan --------------enig44EADD29F9C71D76B3EED5C5 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://enigmail.mozdev.org/ iEYEARECAAYFAk52RM4ACgkQitSsb3rl5xQpIQCg1E7ZtpLXMoDfY67rp7d7DXeD 2YkAniXW5nUucuoVbcSGjMda4xq1WXlQ =IW9O -----END PGP SIGNATURE----- --------------enig44EADD29F9C71D76B3EED5C5--