From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVpLp-00019a-VB for qemu-devel@nongnu.org; Tue, 28 Jul 2009 12:16:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVpLo-00018g-Gm for qemu-devel@nongnu.org; Tue, 28 Jul 2009 12:16:28 -0400 Received: from [199.232.76.173] (port=59030 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVpLo-00018d-Ci for qemu-devel@nongnu.org; Tue, 28 Jul 2009 12:16:28 -0400 Received: from mx2.redhat.com ([66.187.237.31]:52248) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVpLn-0004ej-OO for qemu-devel@nongnu.org; Tue, 28 Jul 2009 12:16:28 -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 n6SGGPWK015209 for ; Tue, 28 Jul 2009 12:16:25 -0400 From: Gerd Hoffmann Date: Tue, 28 Jul 2009 18:16:13 +0200 Message-Id: <1248797778-783-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] qdev: add isa bus support 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 series adds isa bus support to qdev and converts two devices (pc kbd controller, floppy controller). cheers, Gerd