All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] vhost: two fixes
@ 2017-12-15  8:45 Jay Zhou
  2017-12-15  8:45 ` [Qemu-devel] [PATCH v2 1/2] vhost: add used memslot number for vhost-user and vhost-kernel separately Jay Zhou
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Jay Zhou @ 2017-12-15  8:45 UTC (permalink / raw)
  To: qemu-devel, mst
  Cc: weidong.huang, arei.gonglei, wangxinxin.wang, jianjay.zhou,
	gary.liuzhe, dgilbert, imammedo

v1 -> v2:
  * delete the "used_memslots" global variable, and add it
    for vhost-user and vhost-kernel separately

Jay Zhou (2):
  vhost: add used memslot number for vhost-user and vhost-kernel    
    separately
  vhost: double check used memslots number

 hw/virtio/vhost-backend.c         | 14 ++++++++++++++
 hw/virtio/vhost-user.c            | 31 +++++++++++++++++++++++++++++++
 hw/virtio/vhost.c                 | 39 ++++++++++++++++++++++++++++++---------
 include/hw/virtio/vhost-backend.h |  4 ++++
 4 files changed, 79 insertions(+), 9 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-01-03 14:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-15  8:45 [Qemu-devel] [PATCH v2 0/2] vhost: two fixes Jay Zhou
2017-12-15  8:45 ` [Qemu-devel] [PATCH v2 1/2] vhost: add used memslot number for vhost-user and vhost-kernel separately Jay Zhou
2017-12-22 16:25   ` Igor Mammedov
2017-12-22 19:03     ` Igor Mammedov
2017-12-23  7:09       ` Zhoujian (jay)
2017-12-28 11:11         ` Igor Mammedov
2017-12-28 13:42           ` Zhoujian (jay)
2017-12-23  6:01     ` Zhoujian (jay)
2017-12-15  8:45 ` [Qemu-devel] [PATCH v2 2/2] vhost: double check used memslots number Jay Zhou
2017-12-22 18:48   ` Igor Mammedov
2017-12-22 21:15     ` Michael S. Tsirkin
2017-12-28 11:29       ` Igor Mammedov
2018-01-03 14:19         ` Zhoujian (jay)
2017-12-23  8:27     ` Zhoujian (jay)
2017-12-28 11:19       ` Igor Mammedov
2017-12-23  8:49     ` Zhoujian (jay)
2017-12-15  8:52 ` [Qemu-devel] [PATCH v2 0/2] vhost: two fixes no-reply
2017-12-19 21:46 ` Michael S. Tsirkin

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.