All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] dataplane: change vring API to use VirtQueueElement
@ 2013-05-10 12:27 Paolo Bonzini
  2013-05-10 12:27 ` [Qemu-devel] [PATCH 1/2] vring: create a common function to parse descriptors Paolo Bonzini
  2013-05-10 12:27 ` [Qemu-devel] [PATCH 2/2] dataplane: change vring API to use VirtQueueElement Paolo Bonzini
  0 siblings, 2 replies; 4+ messages in thread
From: Paolo Bonzini @ 2013-05-10 12:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

Hi Stefan,

these three patches are a small step towards a "good" version of the RFC
I posted on Monday.

I can carry the final switch from hostmem to memory_region_find in my
tree, but these should probably go through the block tree.

Thanks,

Paolo

Paolo Bonzini (2):
  vring: create a common function to parse descriptors
  dataplane: change vring API to use VirtQueueElement

 hw/block/dataplane/virtio-blk.c     |  83 ++++++++-------------
 hw/virtio/dataplane/vring.c         | 139 +++++++++++++++++-------------------
 include/hw/virtio/dataplane/vring.h |   6 +-
 3 files changed, 100 insertions(+), 128 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-05-13 11:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-10 12:27 [Qemu-devel] [PATCH 0/3] dataplane: change vring API to use VirtQueueElement Paolo Bonzini
2013-05-10 12:27 ` [Qemu-devel] [PATCH 1/2] vring: create a common function to parse descriptors Paolo Bonzini
2013-05-10 12:27 ` [Qemu-devel] [PATCH 2/2] dataplane: change vring API to use VirtQueueElement Paolo Bonzini
2013-05-13 11:48   ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.