Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: e28fbd1c525db21f0502b85517f49504c9f9dcd8
https://github.com/qemu/qemu/commit/e28fbd1c525db21f0502b85517f49504c9f9dcd8
Author: Antoine Damhet <[email protected]>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M hw/net/virtio-net.c
Log Message:
-----------
Revert "virtio-net: Copy received header to buffer"
This reverts commit 7987d2be5a8bc3a502f89ba8cf3ac3e09f64d1ce.
The goal was to remove the need to patch the (const) input buffer
with a recomputed UDP checksum by copying headers to a RW region and
inject the checksum there. The patch computed the checksum only from the
header fields (missing the rest of the payload) producing an invalid one
and making guests fail to acquire a DHCP lease.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2727
Cc: [email protected]
Signed-off-by: Antoine Damhet <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications