Lines Matching full:device

1 Universal Second Factor (U2F) USB Key Device
8 The second factor is provided by a device implementing the U2F
9 protocol. In case of a USB U2F security key, it is a USB HID device
12 QEMU supports both pass-through of a host U2F key device to a VM,
18 The ``u2f-passthru`` device allows you to connect a real hardware
25 simple host device assignment pass-through.
28 option, which takes the host path to a Linux ``/dev/hidrawN`` device:
31 |qemu_system| -usb -device u2f-passthru,hidraw=/dev/hidraw0
33 If you don't specify the device, the ``u2f-passthru`` device will
34 autoscan to take the first U2F device it finds on the host (this
38 |qemu_system| -usb -device u2f-passthru
43 ``u2f-emulated`` is a completely software emulated U2F device.
46 provides a complete implementation of the U2F protocol device part for
49 To work, an emulated U2F device must have four elements:
56 To use this type of device, these have to be configured, and these
60 there are three possible ways to configure the ``u2f-emulated`` device:
66 Ephemeral is the simplest way to configure; it lets the device generate
67 all the elements it needs for a single use of the lifetime of the device.
68 It is the default if you do not pass any other options to the device.
71 |qemu_system| -usb -device u2f-emulated
73 You can pass the device the path of a setup directory on the host
82 |qemu_system| -usb -device u2f-emulated,dir=$dir
84 You can also manually pass the device the paths to each of these files,
93 …|qemu_system| -usb -device u2f-emulated,cert=$DIR1/$FILE1,priv=$DIR2/$FILE2,counter=$DIR3/$FILE3,e…