summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1305
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1305
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1305')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/130514
1 files changed, 0 insertions, 14 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1305 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1305
deleted file mode 100644
index 044848f0c..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1305
+++ /dev/null
@@ -1,14 +0,0 @@
-qemu will detach usbredir if backend chardev socket disconnect
-Description of problem:
-When using the usbredir device in the VM, initiate a hot migration to the VM.  
-After the migration is completed, the drive letter of the usb in the VM has changed.  
-Actually the device has been unplugged and re-plugged in the VM.  
-I think we should keep the plugged state of the device after the migration?
-Steps to reproduce:
-1. Start a usbredirserver `usbredirserver -p 7000 -v 4 5-2`;
-2. Start a VM with a usbredir device attached to it;
-3. Mount the usb device in the VM;
-4. Migrate the VM, after the migration done, wait a minute,the drive letter of the usb in the VM has changed.
-Additional information:
-I've found this bug https://bugzilla.redhat.com/show_bug.cgi?id=1254971, this is just to allow the chardev to be reconnected in time when it is disconnected.   
-Can we make chardev reconnect without unpluging the usbredir device?