From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBoVq-0007hH-Fr for qemu-devel@nongnu.org; Tue, 20 Aug 2013 12:10:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBoVk-0002Nv-6w for qemu-devel@nongnu.org; Tue, 20 Aug 2013 12:10:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBoVj-0002Nl-VA for qemu-devel@nongnu.org; Tue, 20 Aug 2013 12:10:24 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7KGAMHJ018697 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 20 Aug 2013 12:10:23 -0400 Date: Tue, 20 Aug 2013 10:12:29 -0400 From: Luiz Capitulino Message-ID: <20130820101229.6b2e525c@redhat.com> In-Reply-To: <1376951740-23559-1-git-send-email-lersek@redhat.com> References: <1376951740-23559-1-git-send-email-lersek@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/8] OptsVisitor: support / flatten integer ranges for repeating options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu-devel@nongnu.org On Tue, 20 Aug 2013 00:35:32 +0200 Laszlo Ersek wrote: > v1->v2: > - rebased to current master (patch #8 only applied with "git am -3"), > - now patch #7 adds "test-bitops" too to .gitignore, > - patch #8 updates "qapi-schema-test.out" to keep it in synch with the > test schema changes warranted by the opts-visitor unit tests. Applied to the qmp branch, thanks. I'm not very familiar with OptsVisitor, but looks good to me.