From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTd2L-0001Q5-Tf for qemu-devel@nongnu.org; Wed, 22 Jul 2009 10:43:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTd2H-0001Nm-60 for qemu-devel@nongnu.org; Wed, 22 Jul 2009 10:43:17 -0400 Received: from [199.232.76.173] (port=45938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTd2G-0001Nj-Vy for qemu-devel@nongnu.org; Wed, 22 Jul 2009 10:43:13 -0400 Received: from mx2.redhat.com ([66.187.237.31]:38955) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTd2G-0003g6-HD for qemu-devel@nongnu.org; Wed, 22 Jul 2009 10:43:12 -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 n6MEhA41012996 for ; Wed, 22 Jul 2009 10:43:11 -0400 From: Gerd Hoffmann Date: Wed, 22 Jul 2009 16:42:56 +0200 Message-Id: <1248273784-23756-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v6 0/8] drive cleanups + QemuOpts 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, addressing to review comments. v6 changes: move more option parser code from vl.c to qemu-option.[ch] move QemuOpts code to qemu-option.[ch]. v5 changes: 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 also available via http://git.et.redhat.com/?p=qemu-kraxel.git;a=shortlog;h=refs/heads/drive.v6