Re: [Qemu-devel] [PATCH v2 00/16] Vhost-pci for inter-VM communication

2017-05-16 Thread Michael S. Tsirkin
On Fri, May 12, 2017 at 02:30:00AM -0700, no-re...@patchew.org wrote: > In file included from > /tmp/qemu-test/src/include/hw/virtio/vhost-pci-slave.h:4:0, > from /tmp/qemu-test/src/vl.c:132: > /tmp/qemu-test/src/linux-headers/linux/vhost.h:13:2

Re: [Qemu-devel] [PATCH v2 00/16] Vhost-pci for inter-VM communication

2017-05-15 Thread Jason Wang
On 2017年05月12日 16:35, Wei Wang wrote: This patch series implements vhost-pci, which is a point-to-point based inter-vm communication solution. The QEMU side implementation includes the vhost-user extension, vhost-pci device emulation and management, and inter-VM notification. v1->v2 changes: 1

Re: [Qemu-devel] [PATCH v2 00/16] Vhost-pci for inter-VM communication

2017-05-12 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 1494578148-102868-1-git-send-email-wei.w.w...@intel.com Subject: [Qemu-devel] [PATCH v2 00/16] Vhost-pci for

[Qemu-devel] [PATCH v2 00/16] Vhost-pci for inter-VM communication

2017-05-12 Thread Wei Wang
This patch series implements vhost-pci, which is a point-to-point based inter-vm communication solution. The QEMU side implementation includes the vhost-user extension, vhost-pci device emulation and management, and inter-VM notification. v1->v2 changes: 1) inter-VM notification support; 2) vhost-