From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6gM0-0000jR-CI for qemu-devel@nongnu.org; Sat, 28 May 2016 11:40:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6gLt-0004DN-3f for qemu-devel@nongnu.org; Sat, 28 May 2016 11:40:43 -0400 Received: from mga09.intel.com ([134.134.136.24]:40123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6gLs-0004Bv-Rl for qemu-devel@nongnu.org; Sat, 28 May 2016 11:40:36 -0400 From: Wei Wang Date: Sun, 29 May 2016 07:36:29 +0800 Message-Id: <1464478595-146533-1-git-send-email-wei.w.wang@intel.com> Subject: [Qemu-devel] [PATCH 0/6] *** 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, virtio-dev@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