From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MR39F-0004im-2y for qemu-devel@nongnu.org; Wed, 15 Jul 2009 07:59:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MR398-0004aa-9m for qemu-devel@nongnu.org; Wed, 15 Jul 2009 07:59:42 -0400 Received: from [199.232.76.173] (port=36733 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR397-0004a3-KO for qemu-devel@nongnu.org; Wed, 15 Jul 2009 07:59:37 -0400 Received: from mx2.redhat.com ([66.187.237.31]:59307) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MR396-0005p1-Ua for qemu-devel@nongnu.org; Wed, 15 Jul 2009 07:59:37 -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 n6FBxa5Q018197 for ; Wed, 15 Jul 2009 07:59:36 -0400 From: Gerd Hoffmann Date: Wed, 15 Jul 2009 13:59:21 +0200 Message-Id: <1247659167-1177-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] qdev: -device switch patches. 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, All new and improved -device switch patches, for discussion and maybe merging. Overview: * addr= is just a pci bus property now, replacing devfn (internally it is still devfn, but we convert $slot.$fn strings from/to devfn so this isn't user visible any more). * busses get sensible names by default now. * bus= is there, supporting a wide range of ways to specify the bus the device should be attached to. Check the indiviual patch descriptions for details. cheers, Gerd