]> xenbits.xensource.com Git - qemu-xen.git/commit
virtio-net: Always set populate_hash
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Sun, 28 Apr 2024 07:00:56 +0000 (16:00 +0900)
committerJason Wang <jasowang@redhat.com>
Tue, 4 Jun 2024 07:14:26 +0000 (15:14 +0800)
commit13d40aa88bdc3eed480a4a4156dc0b84e06d3da7
treecddce80a7ca8d5e7ab5ed70e5caecab97dc27994
parent0e07198ea3d899b0e7946b1a3d2a439d53415289
virtio-net: Always set populate_hash

The member is not cleared during reset so may have a stale value.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/virtio-net.c