From patchwork Sun May 29 08:11:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wang, Wei W" X-Patchwork-Id: 9139633 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CBD3060759 for ; Sun, 29 May 2016 00:16:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BD62027C3B for ; Sun, 29 May 2016 00:16:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B16D82807E; Sun, 29 May 2016 00:16:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=2.0 tests=BAYES_00, DATE_IN_FUTURE_06_12, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 71C6D27C3B for ; Sun, 29 May 2016 00:16:12 +0000 (UTC) Received: from localhost ([::1]:54496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6oOp-00042P-FC for patchwork-qemu-devel@patchwork.kernel.org; Sat, 28 May 2016 20:16:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6oOG-00040B-US for qemu-devel@nongnu.org; Sat, 28 May 2016 20:15:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6oOA-0006ki-H6 for qemu-devel@nongnu.org; Sat, 28 May 2016 20:15:35 -0400 Received: from mga01.intel.com ([192.55.52.88]:6080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6oOA-0006kP-8k for qemu-devel@nongnu.org; Sat, 28 May 2016 20:15:30 -0400 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 28 May 2016 17:15:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,381,1459839600"; d="scan'208";a="990754669" Received: from unknown (HELO otc18.sh.intel.com.com) ([10.239.48.138]) by fmsmga002.fm.intel.com with ESMTP; 28 May 2016 17:15:28 -0700 From: Wei Wang To: kvm@vger.kernel.org, qemu-devel@nongnu.org, virtio-comment@lists.oasis-open.org, mst@redhat.com, stefanha@redhat.com, pbonzini@redhat.com Date: Sun, 29 May 2016 16:11:30 +0800 Message-Id: <1464509494-159509-3-git-send-email-wei.w.wang@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1464509494-159509-1-git-send-email-wei.w.wang@intel.com> References: <1464509494-159509-1-git-send-email-wei.w.wang@intel.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.55.52.88 Subject: [Qemu-devel] [PATCH 2/6 Resend] Vhost-pci RFC: Modification Scope X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Wei Wang Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Wei Wang --- ModificationScope | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ModificationScope diff --git a/ModificationScope b/ModificationScope new file mode 100644 index 0000000..ea949ee --- /dev/null +++ b/ModificationScope @@ -0,0 +1,3 @@ +Changes to: QEMU, Guest kernel +Affects specific archs: x86 +Affects specific guests: Linux