From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFqr0-0001QY-Co for qemu-devel@nongnu.org; Wed, 13 Mar 2013 14:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFqqv-00030Q-Be for qemu-devel@nongnu.org; Wed, 13 Mar 2013 14:56:46 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:40062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFqqv-000308-7j for qemu-devel@nongnu.org; Wed, 13 Mar 2013 14:56:41 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 13 Mar 2013 14:56:40 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id A28C26E805F for ; Wed, 13 Mar 2013 14:56:35 -0400 (EDT) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r2DIubvM255114 for ; Wed, 13 Mar 2013 14:56:37 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r2DIub0M010156 for ; Wed, 13 Mar 2013 15:56:37 -0300 From: Joel Schopp Date: Wed, 13 Mar 2013 13:56:19 -0500 Message-Id: <1363200988-17865-1-git-send-email-jschopp@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/9 v3] Implement and test asn1 ber visitors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Joel Schopp These patches implement asn1 ber visitors for encoding and decoding data. changed since v2: Moved qemu-file.c to util/ Left the bdrv functions in savevm.c Fixed a typo in the introduction to qapi c arrays patch Fixed two indendations in the qapi c arrays patch changed since v1: Moved .c files into qapi directory Moved .h files into include/qapi Added sized buffer code cleaned up Makefile changes to play nicer Broke out patches for output/input visitors New tests in tests/test-visitor-serialization.c Fixed width integer encoding now marked with application specific bit Removed qapi array code Added Mike Roth's previously sent carray qapi patch misc small cleanups forward ported to keep up with git HEAD added real number support