From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOtGy-0002FY-Nm for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:02:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOtGv-0002Cw-W4 for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:02:46 -0400 Received: from [199.232.76.173] (port=42391 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOtGv-0002Cj-4H for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:02:45 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54508) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOtGu-0002Dz-Fr for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:02:44 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n69D2hqe016275 for ; Thu, 9 Jul 2009 09:02:43 -0400 From: Gerd Hoffmann Date: Thu, 9 Jul 2009 15:02:36 +0200 Message-Id: <1247144560-9014-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] qdev: isa bus. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This is a proof-of-concept / RfC patch series to add isa bus support to qdev. It adds isa-bus.c and converts one user (pc keyboard+mouse). I've tried to also handle isa-via-mmio used by certain architectures and hide that in isa-bus.c, so the individual drivers don't have to care once everything is converted over to qdev. Reviews especially from people knowing non-pc archs better than I do are very welcome. thanks, Gerd