From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYgR7-0008Tg-Cl for qemu-devel@nongnu.org; Mon, 20 Jun 2011 11:30:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYgR5-0006C0-JJ for qemu-devel@nongnu.org; Mon, 20 Jun 2011 11:30:49 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:56590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYgR5-0006B9-4n for qemu-devel@nongnu.org; Mon, 20 Jun 2011 11:30:47 -0400 From: Paul Brook Date: Mon, 20 Jun 2011 16:23:58 +0100 References: <1307532813-27175-1-git-send-email-peter.maydell@linaro.org> <4DF90F74.7090206@codemonkey.ws> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201106201623.58992.paul@codesourcery.com> Subject: Re: [Qemu-devel] [PATCH RFC 0/3] basic support for composing sysbus devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Peter Maydell , Juha =?utf-8?q?Riihim=C3=A4ki?= , "patches@linaro.org" , Jan Kiszka , Markus Armbruster , "qemu-devel@nongnu.org" , Avi Kivity > > Yeah, that's why I said, "hard to do well". It makes it very hard to add > > new socket types. > > PCI, USB, IDE, SCSI, SBus, what else? APICBus? I2C? 8 socket types > ought to be enough for anybody. Off the top of my head: AClink (audio), i2s (audio), SSI/SSP (synchonous serial), Firewire, rs232, CAN, FibreChannel, ISA, PS2, ADB (apple desktop bus) and probably a bunch of others I've missed. There's also a bunch of all-but extinct system architectures with interesting bus-level features (MCA, NuBus, etc.) Paul