From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDLZV-00089x-Jl for qemu-devel@nongnu.org; Thu, 29 Mar 2012 16:03:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDLZS-0004aK-PZ for qemu-devel@nongnu.org; Thu, 29 Mar 2012 16:03:49 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:43388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDLZS-0004Zp-GY for qemu-devel@nongnu.org; Thu, 29 Mar 2012 16:03:46 -0400 Received: by pbcuo5 with SMTP id uo5so660270pbc.4 for ; Thu, 29 Mar 2012 13:03:44 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4F74C019.2060000@redhat.com> Date: Thu, 29 Mar 2012 22:03:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1333042003-15490-1-git-send-email-lcapitulino@redhat.com> <1333042003-15490-13-git-send-email-lcapitulino@redhat.com> <4F74A95A.7050403@us.ibm.com> <20120329192813.GA14158@illuin> In-Reply-To: <20120329192813.GA14158@illuin> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/13] qapi: support for keyworded variable-length argument list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: Anthony Liguori , stefanha@linux.vnet.ibm.com, armbru@redhat.com, qemu-devel@nongnu.org, Luiz Capitulino , kraxel@redhat.com Il 29/03/2012 21:28, Michael Roth ha scritto: > Since currently we explicitly point qmp to the marshaller anyway, we > could also just treat '**' as an indicator to not generate a marshaller. > Then, we open-code the marshaller to process the QDict, rather than embedding > it in the script or passing it through to qmp_device_add(). > > From the perspective of qmp_device_add() it then just looks like any > other qmp command. That's what no_gen does, right? Paolo