From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJNzc-0005RJ-Mo for Qemu-devel@nongnu.org; Fri, 28 Feb 2014 09:00:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJNzT-0001y9-Sg for Qemu-devel@nongnu.org; Fri, 28 Feb 2014 09:00:48 -0500 Received: from mail-qc0-x22d.google.com ([2607:f8b0:400d:c01::22d]:53931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJNzT-0001xz-N0 for Qemu-devel@nongnu.org; Fri, 28 Feb 2014 09:00:39 -0500 Received: by mail-qc0-f173.google.com with SMTP id x3so717970qcv.18 for ; Fri, 28 Feb 2014 06:00:39 -0800 (PST) Sender: Paolo Bonzini Message-ID: <53109683.1080907@redhat.com> Date: Fri, 28 Feb 2014 15:00:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <5310489A.4060501@cisco.com> <531091CB.9050908@redhat.com> In-Reply-To: <531091CB.9050908@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Contribution - L2TPv3 transport List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , "Anton Ivanov (antivano)" , "Qemu-devel@nongnu.org" Il 28/02/2014 14:40, Eric Blake ha scritto: > These should probably be 'int', not 'str'. If you have to hand-parse a > string into a numeric value, you encoded the QMP wrong. Eric, note that this is not QMP. It is only used for option parsing. Paolo