From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLQ9J-0004OE-NE for qemu-devel@nongnu.org; Fri, 08 Jul 2016 03:24:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLQ9G-0001ci-AP for qemu-devel@nongnu.org; Fri, 08 Jul 2016 03:24:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLQ9G-0001ca-4f for qemu-devel@nongnu.org; Fri, 08 Jul 2016 03:24:30 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A1B76C0467CB for ; Fri, 8 Jul 2016 07:24:29 +0000 (UTC) From: Markus Armbruster References: <1467906798-5312-1-git-send-email-pbonzini@redhat.com> <87poqpfm3w.fsf@dusky.pond.sub.org> Date: Fri, 08 Jul 2016 09:24:26 +0200 In-Reply-To: <87poqpfm3w.fsf@dusky.pond.sub.org> (Markus Armbruster's message of "Thu, 07 Jul 2016 18:29:07 +0200") Message-ID: <8737nkd239.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [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: Paolo Bonzini Cc: qemu-devel@nongnu.org Markus Armbruster writes: > Paolo Bonzini writes: > >> Rebased patches, grouped in a single series for simplicity since >> I had to resend both of them. > > Series: > Reviewed-by: Markus Armbruster > > I'll take this through qapi-next, but first Eric gets a chance to chime > in. Applied to qapi-next with the touch-ups suggested by Eric. Thanks!