From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1briT1-0006aq-Ub for qemu-devel@nongnu.org; Wed, 05 Oct 2016 05:26:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1briT1-0004Rc-0H for qemu-devel@nongnu.org; Wed, 05 Oct 2016 05:26:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1briT0-0004RG-QR for qemu-devel@nongnu.org; Wed, 05 Oct 2016 05:26:22 -0400 From: Juan Quintela In-Reply-To: <1473390856-4502-4-git-send-email-eblake@redhat.com> (Eric Blake's message of "Thu, 8 Sep 2016 22:14:16 -0500") References: <1473390856-4502-1-git-send-email-eblake@redhat.com> <1473390856-4502-4-git-send-email-eblake@redhat.com> Reply-To: quintela@redhat.com Date: Wed, 05 Oct 2016 11:26:18 +0200 Message-ID: <87mvijtadh.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 3/3] migrate: Use boxed qapi for migrate-set-parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, ashijeetacharya@gmail.com, Luiz Capitulino , Amit Shah , Markus Armbruster Eric Blake wrote: > Now that QAPI makes it easy to pass a struct around, we don't > have to declare as many parameters or local variables. > > Signed-off-by: Eric Blake Reviewed-by: Juan Quintela NIIIICEEEEEEE I hated that function parameters list. Thanks very much.