qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc()
@ 2023-09-27 13:59 Ilya Maximets
  2023-09-27 13:59 ` [PATCH v2 1/2] virtio: remove unnecessary thread fence while reading next descriptor Ilya Maximets
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ilya Maximets @ 2023-09-27 13:59 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: qemu-devel, Stefan Hajnoczi, Ilya Maximets


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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-27 15:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 13:59 [PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc() Ilya Maximets
2023-09-27 13:59 ` [PATCH v2 1/2] virtio: remove unnecessary thread fence while reading next descriptor Ilya Maximets
2023-09-27 13:59 ` [PATCH v2 2/2] virtio: remove unused next argument from virtqueue_split_read_next_desc() Ilya Maximets
2023-09-27 15:38 ` [PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc() Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).