qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc()


From: Ilya Maximets
Subject: [PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc()
Date: Wed, 27 Sep 2023 15:59:40 +0200

Version 2:
  - Converted into a patch set adding a new patch that removes the
    'next' argument.  [Stefan]
  - Completely removing the barrier instead of changing into compiler
    barrier.  [Stefan]


Ilya Maximets (2):
  virtio: remove unnecessary thread fence while reading next descriptor
  virtio: remove unused next argument from
    virtqueue_split_read_next_desc()

 hw/virtio/virtio.c | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]