summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1305.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1305.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloademulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1305.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1305.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1305.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1305.toml
deleted file mode 100644
index 2dbf5f0f..00000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/1305.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-id = 1305
-title = "qemu will detach usbredir if backend chardev socket disconnect"
-state = "opened"
-created_at = "2022-11-08T06:34:10.310Z"
-closed_at = "n/a"
-labels = ["Chardev", "USB"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1305"
-host-os = "CentOS 7.4"
-host-arch = "x86"
-qemu-version = "QEMU emulator version 2.12.0 (qemu-kvm-ev-2.12.0-44.1.el7)"
-guest-os = "CentOS 7"
-guest-arch = "x86"
-description = """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?"""
-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 = """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?"""