From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYw90-0005PF-AT for qemu-devel@nongnu.org; Tue, 21 Jun 2011 04:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYw8y-0000bs-1t for qemu-devel@nongnu.org; Tue, 21 Jun 2011 04:17:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYw8x-0000be-JY for qemu-devel@nongnu.org; Tue, 21 Jun 2011 04:17:07 -0400 Message-ID: <4E00536F.3040800@redhat.com> Date: Tue, 21 Jun 2011 11:16:47 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1307532813-27175-1-git-send-email-peter.maydell@linaro.org> <4DF90F74.7090206@codemonkey.ws> <201106201623.58992.paul@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 , =?UTF-8?B?SnVoYSBSaWloaW3DpGtp?= , "patches@linaro.org" , Jan Kiszka , Markus Armbruster , "qemu-devel@nongnu.org" , Paul Brook On 06/21/2011 12:32 AM, Blue Swirl wrote: > On Mon, Jun 20, 2011 at 6:23 PM, Paul Brook wrote: > >> > 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.) > > Are these really buses with identifiable sockets? For example, it's > not possible to enumerate the users of ISA bus or RS-232. It's not possible from the guest, but it's possible from outside the guest. RS-232 even supports hotplug. -- error compiling committee.c: too many arguments to function