From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIfPu-00030Y-SK for qemu-devel@nongnu.org; Thu, 21 Mar 2013 09:20:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIfPt-0007Y7-3q for qemu-devel@nongnu.org; Thu, 21 Mar 2013 09:20:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIfPs-0007XC-T6 for qemu-devel@nongnu.org; Thu, 21 Mar 2013 09:20:25 -0400 Date: Thu, 21 Mar 2013 14:20:20 +0100 From: Kevin Wolf Message-ID: <20130321132019.GD2726@dhcp-200-207.str.redhat.com> References: <1362043236-4635-1-git-send-email-wdongxu@linux.vnet.ibm.com> <87vc8koqfc.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87vc8koqfc.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH V12 0/4] replace QEMUOptionParameter with QemuOpts parser List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Dong Xu Wang , qemu-devel@nongnu.org, stefanha@redhat.com Am 21.03.2013 um 14:03 hat Markus Armbruster geschrieben: > Doesn't apply anymore. I'll review anyway; sorry for being late with > that. > > Kevin, I haven't been able to follow your work on driver-specific > options; do you expect further conflicts with this work? No, QEMUOptionParameter is only used for bdrv_create(), i.e. creating images, which I don't touch. In my work on bdrv_open() I've been using QDict/QemuOpts from the beginning. Kevin