From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWT76-0008PA-1P for qemu-devel@nongnu.org; Thu, 30 Jul 2009 06:43:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWT71-0008KS-Up for qemu-devel@nongnu.org; Thu, 30 Jul 2009 06:43:55 -0400 Received: from [199.232.76.173] (port=54160 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWT70-0008Jx-EA for qemu-devel@nongnu.org; Thu, 30 Jul 2009 06:43:51 -0400 Received: from mx2.redhat.com ([66.187.237.31]:38593) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWT6z-0005U1-KB for qemu-devel@nongnu.org; Thu, 30 Jul 2009 06:43:50 -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 n6UAhmWl009526 for ; Thu, 30 Jul 2009 06:43:48 -0400 From: Gerd Hoffmann Date: Thu, 30 Jul 2009 12:43:36 +0200 Message-Id: <1248950621-22249-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] QemuOpts 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 are a bunch of small QemuOpts patches. Some bugfixes, some new functions, -device is switched to use QemuOpts, a new -drive-set option was added to handle the filename issue. cheers, Gerd