From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmpHA-0005sU-Tx for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:47:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmpH9-0004e7-Tj for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:47:00 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:40208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmpH9-0004e2-ON for qemu-devel@nongnu.org; Fri, 29 Jul 2011 11:46:59 -0400 Received: by gxk26 with SMTP id 26so3129914gxk.4 for ; Fri, 29 Jul 2011 08:46:59 -0700 (PDT) Message-ID: <4E32D5EF.8080808@codemonkey.ws> Date: Fri, 29 Jul 2011 10:46:55 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110722150840.GH2483@bow.tlv.redhat.com> In-Reply-To: <20110722150840.GH2483@bow.tlv.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] libcacard AFE support and bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 07/22/2011 10:08 AM, Alon Levy wrote: > Hi, > > Please pull fixes for AFE smart cards, cleanup and missing frees > by Robert Relyea and Christophe Fergeau. Thanks. > > The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06: > > SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000) > > are available in the git repository at: > git://anongit.freedesktop.org/~alon/qemu pull-libcacard.afe Pulled. Thanks. Regards, Anthony Liguori > > Christophe Fergeau (5): > libcacard: don't leak vcard_emul_alloc_arrays mem > libcacard: s/strip(args++)/strip(args+1) > libcacard: fix soft=... parsing in vcard_emul_options > libcacard: introduce NEXT_TOKEN macro > libcacard: replace copy_string with strndup > > Robert Relyea (1): > libcacard/vcard_emul_nss: support cards lying about CKM_RSA_X_509 support > > libcacard/vcard_emul_nss.c | 257 +++++++++++++++++++++++++++++++------------- > 1 files changed, 182 insertions(+), 75 deletions(-) > > Alon > >