From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6oOE-000401-Hf for qemu-devel@nongnu.org; Sat, 28 May 2016 20:15:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6oO9-0006kV-G6 for qemu-devel@nongnu.org; Sat, 28 May 2016 20:15:33 -0400 Received: from mga01.intel.com ([192.55.52.88]:6080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6oO9-0006kP-AF for qemu-devel@nongnu.org; Sat, 28 May 2016 20:15:29 -0400 From: Wei Wang Date: Sun, 29 May 2016 16:11:28 +0800 Message-Id: <1464509494-159509-1-git-send-email-wei.w.wang@intel.com> Subject: [Qemu-devel] [PATCH 0/6 Resend] *** Vhost-pci RFC *** List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kvm@vger.kernel.org, qemu-devel@nongnu.org, virtio-comment@lists.oasis-open.org, mst@redhat.com, stefanha@redhat.com, pbonzini@redhat.com 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. Please read the RFC patches for details. Wei Wang (6): Vhost-pci RFC: Introduction Vhost-pci RFC: Modification Scope Vhost-pci RFC: Benefits to KVM Vhost-pci RFC: Detailed Description in the Virtio Specification Format Vhost-pci RFC: Future Security Enhancement Vhost-pci RFC: Experimental Results Benefits | 8 ++ Details | 324 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ FutureWorks | 21 ++++ Introduction | 31 ++++++ ModificationScope | 3 + Results | 18 +++ 6 files changed, 405 insertions(+) create mode 100644 Benefits create mode 100644 Details create mode 100644 FutureWorks create mode 100644 Introduction create mode 100644 ModificationScope create mode 100644 Results -- 1.8.3.1