From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWpJE-00038n-Bm for qemu-devel@nongnu.org; Fri, 31 Jul 2009 06:25:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWpJ8-00036M-Nh for qemu-devel@nongnu.org; Fri, 31 Jul 2009 06:25:55 -0400 Received: from [199.232.76.173] (port=47781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWpJ7-00035s-Vl for qemu-devel@nongnu.org; Fri, 31 Jul 2009 06:25:50 -0400 Received: from mx2.redhat.com ([66.187.237.31]:47169) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWpJ7-0004ka-1G for qemu-devel@nongnu.org; Fri, 31 Jul 2009 06:25:49 -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 n6VAPlEd028380 for ; Fri, 31 Jul 2009 06:25:47 -0400 From: Gerd Hoffmann Date: Fri, 31 Jul 2009 12:25:31 +0200 Message-Id: <1249035941-4562-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/10] QemuOpts+qdev 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, Here is a respin of the QemuOpts patch series. What is in there? The first three patches are bugfixes. Same as yesterday. These should be applied even if the following patches need more discussion. Next in the series are patches implementing a generic -set switch instead of -drive-set. Works for everything which uses QemuOpts, which is -drive (upstream alredy) and -device (switched over by one of the patches) at the moment. The last patches in the series are new and they finish the qdev support for virtio-blk-pci, i.e. creating virtio block devices using -device works then. Posted as part of this series because they depend on the QemuOpts fixes and improvements. Check the individual patch descriptions for details. cheers, Gerd