From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIhPO-0005tU-Nz for qemu-devel@nongnu.org; Tue, 25 Oct 2011 09:51:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIhPK-0008HN-7r for qemu-devel@nongnu.org; Tue, 25 Oct 2011 09:51:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIhPJ-0008HE-UG for qemu-devel@nongnu.org; Tue, 25 Oct 2011 09:51:10 -0400 Date: Tue, 25 Oct 2011 15:48:17 +0200 From: Alon Levy Message-ID: <20111025134817.GJ3490@bow> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] libcacard patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org The following changes since commit 952e849c150b4f1b89f8728cba00f925c1d6e75b: Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging (2011-10-24 10:51:12 -0500) are available in the git repository at: git://anongit.freedesktop.org/~alon/qemu pull-libcacard-assert Alon Levy (2): libcacard/cac: fix typo in cac_delete_pki_applet_private libcacard/vscclient: fix error paths for socket creation Stefan Weil (1): libcacard: Fix wrong assertion (reported by cppcheck) libcacard/cac.c | 3 ++- libcacard/card_7816.c | 2 +- libcacard/vscclient.c | 9 +++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) Thanks, Alon