]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-net: Use virtual time for RSC timers
authorNicholas Piggin <npiggin@gmail.com>
Tue, 13 Aug 2024 20:23:25 +0000 (21:23 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 16 Aug 2024 13:04:19 +0000 (14:04 +0100)
commit44bc14fa1e78f01bfddcb265fc41c29204ebbfd8
treedd0d1ce10104f21616fa0335cdc0bdeb2c8c3cc9
parenta0bf401b8e532670fccccef53727a5f80eaf9049
virtio-net: Use virtual time for RSC timers

Receive coalescing is visible to the target machine, so its timers
should use virtual time like other timers in virtio-net, to be
compatible with record-replay.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20240813050638.446172-10-npiggin@gmail.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240813202329.1237572-18-alex.bennee@linaro.org>
hw/net/virtio-net.c