From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55237 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3Hrq-00027d-Qn for qemu-devel@nongnu.org; Tue, 05 Oct 2010 20:28:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3Hrp-0006Wl-Ao for qemu-devel@nongnu.org; Tue, 05 Oct 2010 20:28:22 -0400 Received: from mx3-phx2.redhat.com ([209.132.183.24]:55845 helo=mx01.colomx.prod.int.phx2.redhat.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3Hrp-0006WV-4j for qemu-devel@nongnu.org; Tue, 05 Oct 2010 20:28:21 -0400 Date: Tue, 5 Oct 2010 20:28:18 -0400 (EDT) From: Alon Levy Message-ID: <549264095.529061286324898345.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com> In-Reply-To: <1820922650.529041286324880996.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] USB CCID device MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org ----- "Anthony Liguori" wrote: > 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. > No, it doesn't right now. It would require cooperation with the client, to tell it to reconnect to the target qemu (kind of like spice). > 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 > > > >