From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLBcF-0005Yh-Tz for qemu-devel@nongnu.org; Thu, 07 Jul 2016 11:53:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLBcB-00060k-PS for qemu-devel@nongnu.org; Thu, 07 Jul 2016 11:53:26 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:35336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLBcB-00060f-J1 for qemu-devel@nongnu.org; Thu, 07 Jul 2016 11:53:23 -0400 Received: by mail-wm0-x242.google.com with SMTP id a66so6425182wme.2 for ; Thu, 07 Jul 2016 08:53:23 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 7 Jul 2016 17:53:16 +0200 Message-Id: <1467906798-5312-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/2] qapi: change QObject visitors to QSLIST List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, eblake@redhat.com Rebased patches, grouped in a single series for simplicity since I had to resend both of them. Paolo Bonzini (2): qapi: change QmpOutputVisitor to QSLIST qapi: change QmpInputVisitor to QSLIST qapi/qmp-input-visitor.c | 59 +++++++++++++++++++++++------------------------ qapi/qmp-output-visitor.c | 24 +++++++++---------- 2 files changed, 40 insertions(+), 43 deletions(-) -- 2.7.4