On Fri, May 12, 2017 at 02:30:00AM -0700, no-re...@patchew.org wrote:
> In file included from
> [01m[K/tmp/qemu-test/src/include/hw/virtio/vhost-pci-slave.h:4:0[m[K,
> from [01m[K/tmp/qemu-test/src/vl.c:132[m[K:
> [01m[K/tmp/qemu-test/src/linux-headers/linux/vhost.h:13:2
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
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
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-