From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKv5b-0000zh-9v for qemu-devel@nongnu.org; Mon, 31 Oct 2011 12:52:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKv5a-0005MF-CA for qemu-devel@nongnu.org; Mon, 31 Oct 2011 12:51:59 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:42459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKv5a-0005M8-9e for qemu-devel@nongnu.org; Mon, 31 Oct 2011 12:51:58 -0400 Received: by ywb3 with SMTP id 3so7618529ywb.4 for ; Mon, 31 Oct 2011 09:51:57 -0700 (PDT) Message-ID: <4EAED229.909@codemonkey.ws> Date: Mon, 31 Oct 2011 11:51:53 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20111025134817.GJ3490@bow> In-Reply-To: <20111025134817.GJ3490@bow> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] libcacard patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 10/25/2011 08:48 AM, Alon Levy wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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 > >