From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDbcd-0006ly-7n for qemu-devel@nongnu.org; Fri, 30 Mar 2012 09:12:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDbcb-0005Ou-1g for qemu-devel@nongnu.org; Fri, 30 Mar 2012 09:12:06 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:41034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDbca-0005Ms-Sp for qemu-devel@nongnu.org; Fri, 30 Mar 2012 09:12:04 -0400 Received: by obbwd20 with SMTP id wd20so1069656obb.4 for ; Fri, 30 Mar 2012 06:12:03 -0700 (PDT) Message-ID: <4F75B11F.1050704@codemonkey.ws> Date: Fri, 30 Mar 2012 08:11:59 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20120326165627.GG32389@garlic> In-Reply-To: <20120326165627.GG32389@garlic> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] libcacard queue, start with no reader fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 03/26/2012 11:56 AM, Alon Levy wrote: > Hi Anthony, > > Some small fixes for libcacard to handle starting when no readers > are available, and reader removal and reinsertion while running. > > Sent last weekend, no comments so far so I'm sending a pull request. > > Thanks, > Alon > > The following changes since commit cb1977d308f6e1d6bf398d42e6148187b82456c1: > > tcg-sparc: Add debug_frame support. (2012-03-24 19:57:58 +0000) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > > git://people.freedesktop.org/~alon/qemu libcacard > > for you to fetch changes up to 6f06f178f96de3597e1098258ab5d11733ae8602: > > libcacard/vcard_emul_nss: add warning for old coolkey (2012-03-26 18:39:00 +0200) > > ---------------------------------------------------------------- > Alon Levy (3): > libcacard/vcard_emul_nss: don't stop thread when there are no slots > libcacard/vcard_emul_nss: handle no readers at startup > libcacard/vcard_emul_nss: add warning for old coolkey > > libcacard/vcard_emul_nss.c | 36 ++++++++++++++++++++++++++---------- > 1 file changed, 26 insertions(+), 10 deletions(-) > >