Message ID | 20240715055248.564504-1-mjt@tls.msk.ru |
---|---|
State | New |
Headers | show |
Series | Patch Round-up for stable 7.2.13, frozen on 2024-07-14 | expand |
diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c index 4a35d7cb0c..1227e3d692 100644 --- a/hw/virtio/virtio.c +++ b/hw/virtio/virtio.c @@ -732,7 +732,6 @@ static void vring_packed_event_read(VirtIODevice *vdev, /* Make sure flags is seen before off_wrap */ smp_rmb(); e->off_wrap = virtio_lduw_phys_cached(vdev, cache, off_off); - virtio_tswap16s(vdev, &e->flags); } static void vring_packed_off_wrap_write(VirtIODevice *vdev,