From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTGjW-0001Dc-OR for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:54:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTGjS-00016v-Rg for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:54:22 -0400 Received: from [199.232.76.173] (port=38347 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTGjS-00016X-Mh for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:54:18 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41710) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTGjR-0006h2-NQ for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:54:18 -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 n6LEsG3N004389 for ; Tue, 21 Jul 2009 10:54:16 -0400 From: Gerd Hoffmann Date: Tue, 21 Jul 2009 16:54:04 +0200 Message-Id: <1248188049-16871-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] drive cleanups. 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 respin of the drive cleanup patch series, including the QemuOpts patch. Rebased & adapted. Dropped some (already disabled) debug bits. No actual code changes. cheers, Gerd