All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] *** Vhost-pci RFC v2 ***
@ 2016-06-19 14:14 ` Wei Wang
  0 siblings, 0 replies; 41+ messages in thread
From: Wei Wang @ 2016-06-19 14:14 UTC (permalink / raw)
  To: kvm, qemu-devel, virtio-comment, mst, stefanha, pbonzini; +Cc: Wei Wang

This RFC proposes a design of vhost-pci, which is a new virtio device type.
The vhost-pci device is used for inter-VM communication.

Changes in v2:
1. changed the vhost-pci driver to use a controlq to send acknowledgement
   messages to the vhost-pci server rather than writing to the device
   configuration space;

2. re-organized all the data structures and the description layout;

3. removed the VHOST_PCI_CONTROLQ_UPDATE_DONE socket message, which is redundant;

4. added a message sequence number to the msg info structure to identify socket
   messages, and the socket message exchange does not need to be blocking;

5. changed to used uuid to identify each VM rather than using the QEMU process
   id

Wei Wang (1):
  Vhost-pci RFC v2: a new virtio device for inter-VM communication

 vhost-pci.patch | 341 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 341 insertions(+)
 create mode 100755 vhost-pci.patch

-- 
1.8.3.1


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

end of thread, other threads:[~2016-09-07 12:27 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-19 14:14 [PATCH] *** Vhost-pci RFC v2 *** Wei Wang
2016-06-19 14:14 ` [Qemu-devel] " Wei Wang
2016-06-19 14:14 ` [PATCH] Vhost-pci RFC v2: a new virtio device for inter-VM communication Wei Wang
2016-06-19 14:14   ` [Qemu-devel] " Wei Wang
2016-08-29 15:27   ` [virtio-comment] " Stefan Hajnoczi
2016-08-29 15:27     ` [Qemu-devel] " Stefan Hajnoczi
2016-06-27  2:01 ` [virtio-comment] [PATCH] *** Vhost-pci RFC v2 *** Wang, Wei W
2016-06-27  2:01   ` [Qemu-devel] " Wang, Wei W
2016-08-29 15:24   ` Stefan Hajnoczi
2016-08-29 15:24     ` [Qemu-devel] " Stefan Hajnoczi
2016-08-29 15:42     ` Michael S. Tsirkin
2016-08-29 15:42       ` [Qemu-devel] " Michael S. Tsirkin
2016-08-30 10:08     ` Wang, Wei W
2016-08-30 10:08       ` [Qemu-devel] " Wang, Wei W
2016-08-30 11:10       ` Michael S. Tsirkin
2016-08-30 11:10         ` [Qemu-devel] " Michael S. Tsirkin
2016-08-30 12:59         ` Wang, Wei W
2016-08-30 12:59           ` [Qemu-devel] " Wang, Wei W
2016-08-31 16:07       ` Stefan Hajnoczi
2016-09-01 16:27         ` [virtio-comment] " Wei Wang
2016-09-01 16:27           ` Wei Wang
2016-09-02 13:26           ` Stefan Hajnoczi
2016-09-03 13:36             ` Wang, Wei W
2016-09-03 13:36               ` Wang, Wei W
2016-09-05  8:56               ` [virtio-comment] " Marc-André Lureau
2016-09-05  8:56                 ` Marc-André Lureau
2016-09-06 17:16                 ` Stefan Hajnoczi
2016-09-07 12:27                   ` Wang, Wei W
2016-09-07 12:27                     ` Wang, Wei W
2016-08-29 15:41   ` Michael S. Tsirkin
2016-08-29 15:41     ` [Qemu-devel] " Michael S. Tsirkin
2016-08-30 10:07     ` Wang, Wei W
2016-08-30 10:07       ` [Qemu-devel] " Wang, Wei W
2016-08-31 12:30 ` [virtio-comment] Re: [Qemu-devel] " Marc-André Lureau
2016-08-31 12:30   ` Marc-André Lureau
2016-09-01 16:26   ` Wei Wang
2016-09-01  8:49     ` Marc-André Lureau
2016-09-01 12:13       ` [Qemu-devel] [virtio-comment] " Wei Wang
2016-09-01 13:05         ` Marc-André Lureau
2016-09-02  1:29           ` Wei Wang
2016-09-02  8:15             ` Marc-André Lureau

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.