From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULBEb-0003e4-9U for qemu-devel@nongnu.org; Thu, 28 Mar 2013 07:43:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULBEZ-0007nv-Ma for qemu-devel@nongnu.org; Thu, 28 Mar 2013 07:43:09 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:57024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULBEZ-0007nm-Jv for qemu-devel@nongnu.org; Thu, 28 Mar 2013 07:43:07 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 28 Mar 2013 07:43:07 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 3EC0A38C8029 for ; Thu, 28 Mar 2013 07:43:05 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r2SBh4Lv61276208 for ; Thu, 28 Mar 2013 07:43:04 -0400 Received: from d01av05.pok.ibm.com (loopback [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r2SBh4ET000674 for ; Thu, 28 Mar 2013 07:43:04 -0400 Received: from [9.2.141.150] (k-d941e-10.watson.ibm.com [9.2.141.150]) by d01av05.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r2SBh4PT000643 for ; Thu, 28 Mar 2013 07:43:04 -0400 Message-ID: <51542CC8.5020501@linux.vnet.ibm.com> Date: Thu, 28 Mar 2013 07:43:04 -0400 From: Stefan Berger MIME-Version: 1.0 References: <1364470699-16223-1-git-send-email-stefanb@linux.vnet.ibm.com> In-Reply-To: <1364470699-16223-1-git-send-email-stefanb@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 0/8] Implement and test ASN.1 BER visitors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 03/28/2013 07:38 AM, Stefan Berger wrote: > This patch series implements ASN.1 BER visitors for encoding and decoding > of data into byte streams. > > This is the last post of this series with some issues fixed, the visitor_optional > implemented and all possible tests in test-visitor-serialization passing. The series applies to f7d42093a5. I won't need it anymore for what I had planned to use it for. Stefan