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/2762.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2762.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2762.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2762.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2762.toml new file mode 100644 index 000000000..2e1961084 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2762.toml @@ -0,0 +1,17 @@ +id = 2762 +title = "virtio-net regression for aarch64 guests" +state = "opened" +created_at = "2025-01-03T15:02:37.369Z" +closed_at = "n/a" +labels = ["Networking", "device:virtio"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2762" +host-os = "Pop! OS 22.04 LTS" +host-arch = "x86" +qemu-version = "9.2" +guest-os = "Custom Linux" +guest-arch = "aarch64" +description = """The host system is running DHCP via dnsmasq 2.88. QEMU 9.1 works properly and completes DHCP handshake. QEMU 9.2 fails the DHCP handshake after DHCPOFFER with "eth0: checksum failure from 10.2.83.1". + +I found by bisecting that the issue was introduced by commit 7987d2be5a8bc3a502f89ba8cf3ac3e09f64d1ce "virtio-net: Copy received header to buffer". Reverting that commit on 9.2.0 corrects the issue.""" +reproduce = "n/a" +additional = "n/a" |