diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1296.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1296.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1296.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1296.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1296.toml new file mode 100644 index 00000000..479f7229 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1296.toml @@ -0,0 +1,16 @@ +id = 1296 +title = "qemu hangs on start with a bridged NIC" +state = "closed" +created_at = "2022-11-03T05:35:39.611Z" +closed_at = "2023-04-27T07:48:25.872Z" +labels = ["Networking"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1296" +host-os = "ArchLinux current" +host-arch = "x86" +qemu-version = "QEMU emulator version 7.1.0" +guest-os = "none" +guest-arch = "x86" +description = """qemu hangs on start with a bridged NIC. And there is no difference exists the bridge or not. At the same with a user NIC (`-nic user`) everything works flawlessly. Also I tried to add `-enable-kvm` key and had no luck.""" +reproduce = """1. Run qemu with the specified command line.""" +additional = """I ran the strace: `strace -s 1024 -tt -ff -y -o qemu_bridge -- qemu-system-x86_64 -nic bridge` +Here are the logs: [qemu-bridge-strace.zip](/uploads/ecf8a2ba9133279fdd6f88fda5dd9ff3/qemu-bridge-strace.zip)""" |