From 867bea4a67abdfcea675b1542f617cb7a3423ac7 Mon Sep 17 00:00:00 2001 From: Alexandre Bezroutchko Date: Fri, 12 Oct 2012 22:06:42 +0200 Subject: [PATCH] dom0/qvm-usb: implemented automatic frontend/backend initialization on attach --- README.pvusb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.pvusb b/README.pvusb index fdc240a..a38ef6a 100644 --- a/README.pvusb +++ b/README.pvusb @@ -73,6 +73,8 @@ Known issues * System keyboard / mouse are listed and can be detached away * Virtual USB devices (ones created by PVUSB frontend) may be listed * The installation/configuration is not persistent, not retained between reboots -* The name of the default usbvm is hardcoded in qubesutils.py * No logging / audit trail? +* When an attached device is physically unplugged, USB port remains mapped but not displayed in the list +* We are not attaching actual devices, but USB ports (different behavior from VMWare, might be confusing) +* After device is detached from the frontend and returned back to the backend it is not usable there