From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3mVF-0002aM-5K for qemu-devel@nongnu.org; Mon, 29 Jul 2013 08:24:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3ldt-0003NE-Ip for qemu-devel@nongnu.org; Mon, 29 Jul 2013 07:29:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3ldt-0003N7-9m for qemu-devel@nongnu.org; Mon, 29 Jul 2013 07:29:33 -0400 Message-ID: <51F6524A.2070103@redhat.com> Date: Mon, 29 Jul 2013 13:30:18 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1374527256-27631-1-git-send-email-lersek@redhat.com> <51F63A21.6000903@redhat.com> <51F64B76.5060900@redhat.com> <51F64DEE.3070402@cn.fujitsu.com> In-Reply-To: <51F64DEE.3070402@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/8] OptsVisitor: support / flatten integer ranges for repeating options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: gaowanlong@cn.fujitsu.com Cc: Paolo Bonzini , Anthony Liguori , qemu-devel@nongnu.org On 07/29/13 13:11, Wanlong Gao wrote: > On 07/29/2013 07:01 PM, Paolo Bonzini wrote: >> Il 29/07/2013 11:47, Laszlo Ersek ha scritto: >>> On 07/22/13 23:07, Laszlo Ersek wrote: >>>> rfc->v1: >>>> - addressed Paolo's comments for patches 1 and 2, >>>> - patches 7 and 8 are new (unit tests), >>>> - updated the cover letter to take native lists into account, plus >>>> cleaned it up. >>> >>> Will this be considered for 1.7? >> >> Yes, why not? :) > > Nice, I'm rebasing my NUMA patch set on this series. Thank you, that's most appreciated. I didn't want to ask for it, but I *have* learned that the best way to sneak in utility stuff is to base new features on them :) (This is how OptsVisitor had gotten in originally BTW; Stefan was working on new network stuff (VLANs vs. hubs IIRC) and he (supposedly) didn't want to wait too long for my series that introduced OptsVisitor and also rebased net option parsing to it (his series was modifying net code too, obviously), so he just applied my stuff :)) Laszlo