From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsA6T-0005xW-0h for qemu-devel@nongnu.org; Thu, 06 Oct 2016 10:56:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsA6S-0008Dn-2V for qemu-devel@nongnu.org; Thu, 06 Oct 2016 10:56:56 -0400 Date: Thu, 6 Oct 2016 16:56:46 +0200 From: Kevin Wolf Message-ID: <20161006145646.GF5188@noname.redhat.com> References: <1475246744-29302-1-git-send-email-berrange@redhat.com> <1475246744-29302-9-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475246744-29302-9-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v14 08/21] qapi: allow QObjectInputVisitor to be created with QemuOpts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Markus Armbruster , Max Reitz , Paolo Bonzini , Andreas =?iso-8859-1?Q?F=E4rber?= Am 30.09.2016 um 16:45 hat Daniel P. Berrange geschrieben: > Instead of requiring all callers to go through the mutli-step > process of turning QemuOpts into a suitable QObject for visiting, > add a new constructor that encapsulates this logic. This will > allow QObjectInputVisitor to be a drop-in replacement for the > existing OptsVisitor with minimal code changes for callers. > > NB, at this point it is only supporting opts syntax which > explicitly matches the QAPI schema structure, so is not yet > a true drop-in replacement for OptsVisitor. The patches that > follow will add the special cases requird for full backwards > compatibility with OptsVisitor. > > Signed-off-by: Daniel P. Berrange Reviewed-by: Kevin Wolf