From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlbfm-0007vL-9B for qemu-devel@nongnu.org; Tue, 26 Jul 2011 03:03:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qlbfk-0004Xk-UG for qemu-devel@nongnu.org; Tue, 26 Jul 2011 03:03:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlbfk-0004XP-Mx for qemu-devel@nongnu.org; Tue, 26 Jul 2011 03:03:20 -0400 Date: Tue, 26 Jul 2011 10:02:52 +0300 From: Alon Levy Message-ID: <20110726070252.GC2375@bow.redhat.com> References: <20110722150840.GH2483@bow.tlv.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110722150840.GH2483@bow.tlv.redhat.com> Subject: Re: [Qemu-devel] [PULL] libcacard AFE support and bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On Fri, Jul 22, 2011 at 06:08:40PM +0300, Alon Levy wrote: > Hi, > Hi Anthony, Forgot to mention I would like this to be pulled for 0.15.0. Alon > 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 > > 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 >