From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50054 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhjkQ-0004oO-SO for qemu-devel@nongnu.org; Tue, 25 Jan 2011 09:19:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhjkN-0004yx-9z for qemu-devel@nongnu.org; Tue, 25 Jan 2011 09:19:52 -0500 Received: from mail-gw0-f45.google.com ([74.125.83.45]:33341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhjkN-0004yn-7g for qemu-devel@nongnu.org; Tue, 25 Jan 2011 09:19:51 -0500 Received: by gwaa12 with SMTP id a12so1953880gwa.4 for ; Tue, 25 Jan 2011 06:19:50 -0800 (PST) Message-ID: <4D3EDC04.6010101@codemonkey.ws> Date: Tue, 25 Jan 2011 08:19:48 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3/7] libcacard: initial commit after coding style fixes References: <1294735359-4009-1-git-send-email-alevy@redhat.com> <1294735359-4009-4-git-send-email-alevy@redhat.com> In-Reply-To: <1294735359-4009-4-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 01/11/2011 02:42 AM, Alon Levy wrote: > From: Robert Relyea > > libcacard emulates a Common Access Card (CAC) which is a standard > for smartcards. It is used by the emulated ccid card introduced in > a following patch. Docs are available in docs/libcacard.txt > > Signed-off-by: Alon Levy > I think importing the code like this is a reasonable place to start. Regards, Anthony Liguori