From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTZ0h-00033s-Vn for qemu-devel@nongnu.org; Wed, 22 Jul 2009 06:25:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTZ0d-00033I-DQ for qemu-devel@nongnu.org; Wed, 22 Jul 2009 06:25:19 -0400 Received: from [199.232.76.173] (port=45247 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTZ0d-000339-2S for qemu-devel@nongnu.org; Wed, 22 Jul 2009 06:25:15 -0400 Received: from mx2.redhat.com ([66.187.237.31]:56892) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTZ0c-00053r-8U for qemu-devel@nongnu.org; Wed, 22 Jul 2009 06:25:14 -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 n6MAPC5k032489 for ; Wed, 22 Jul 2009 06:25:12 -0400 From: Gerd Hoffmann Date: Wed, 22 Jul 2009 12:24:59 +0200 Message-Id: <1248258307-17071-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/8] 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. QemuOpts got a few changes according to review comments. It supports parsing of bools (on/off), simple numbers and sizes (with postfix for kilo, mega, ...) now. Implicitly named first args work now (new -boot syntax for example). Flags are supported in various forms (flag=on,flag=off,flag,noflag). cheers, Gerd