From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50177 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3GWu-0001t4-4w for qemu-devel@nongnu.org; Tue, 05 Oct 2010 19:02:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3GWt-0001zh-49 for qemu-devel@nongnu.org; Tue, 05 Oct 2010 19:02:40 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:41534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3GWs-0001zc-UF for qemu-devel@nongnu.org; Tue, 05 Oct 2010 19:02:39 -0400 Received: by gxk4 with SMTP id 4so161917gxk.4 for ; Tue, 05 Oct 2010 16:02:38 -0700 (PDT) Message-ID: <4CABAE8B.4030406@codemonkey.ws> Date: Tue, 05 Oct 2010 18:02:35 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] USB CCID device References: <1286314380-23653-1-git-send-email-alevy@redhat.com> In-Reply-To: <1286314380-23653-1-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 10/05/2010 04:32 PM, Alon Levy wrote: > This patch adds a new device, it is described in full in the second patch > intro and also in the documentation in docs. In brief it provides a standard > smart card reader device. > > The first patch is the configure change and docs. > The second patch contains the actual device, I couldn't figure out a good > way to split it to ease review, so if the first reviewer can suggest > a good way to split it I would gladly do that. > > Alon Levy (2): > usb-ccid: add CCID device. add configure option. > usb-ccid: add CCID device (device itself) > Does this work with live migration? I can't see how it would. Regards, Anthony Liguori > Makefile.objs | 1 + > configure | 12 + > docs/usb-ccid.txt | 115 +++++ > hw/usb-ccid.c | 1254 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > hw/vscard_common.h | 123 +++++ > 5 files changed, 1505 insertions(+), 0 deletions(-) > create mode 100644 docs/usb-ccid.txt > create mode 100644 hw/usb-ccid.c > create mode 100644 hw/vscard_common.h > >