qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/2] USB CCID device


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/2] USB CCID device
Date: Wed, 06 Oct 2010 14:02:19 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100915 Lightning/1.0b1 Thunderbird/3.0.8

On 10/05/2010 07:28 PM, Alon Levy wrote:
----- "Anthony Liguori"<address@hidden>  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).

Is that because the device's logic is implemented in software outside of qemu or because it's somehow tied to hardware?

If it's the former, disconnect is not acceptable. The logic for the software implementation should reside in qemu such that the device can be properly migrated.

If it's tied to hardware, it's just another form of device assignment and see my other mail.

Regards,

Anthony Liguori




reply via email to

[Prev in Thread] Current Thread [Next in Thread]