From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMfvG-0001Zn-S2 for qemu-devel@nongnu.org; Fri, 03 Jul 2009 06:23:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMfvC-0001Vr-Rx for qemu-devel@nongnu.org; Fri, 03 Jul 2009 06:23:14 -0400 Received: from [199.232.76.173] (port=51434 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMfvC-0001V5-2M for qemu-devel@nongnu.org; Fri, 03 Jul 2009 06:23:10 -0400 Received: from mx2.redhat.com ([66.187.237.31]:57932) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMfv9-0005xs-82 for qemu-devel@nongnu.org; Fri, 03 Jul 2009 06:23:08 -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 n63AN5WS002928 for ; Fri, 3 Jul 2009 06:23:05 -0400 From: Gerd Hoffmann Date: Fri, 3 Jul 2009 12:22:45 +0200 Message-Id: <1246616578-6560-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/13] qdev patches: properties, -device switch, id= & more. 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 patch series has all qdev patches which I consider ready for being merged, excluding the patches which are already in anthonys patch queue. What is in there? First the qdev property rework. Quite big one, but as it puts the way properties work upside down it can hardly be split into smaller pieces. Support for property default values added since I posted it last time. The patch description is much better too. Otherwise it is unchanged. The other patches are building on top of the properties. They are a bunch of little, self-contained and friendly patches. They bring: * A new, generic -device switch to add devices to your VM. * Support for attaching user-specified ids to devices. * A few more devices being switched to qdev. My complete qdev patch queue (including some not-yet posted bits) is available here: http://git.et.redhat.com/?p=qemu-kraxel.git;a=shortlog;h=refs/heads/qdev.v9 cheers, Gerd