Message ID | cover.1570034362.git.hongyax@amazon.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=BXCD=X3=lists.xenproject.org=xen-devel-bounces@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D6923112B for <patchwork-xen-devel@patchwork.kernel.org>; Wed, 2 Oct 2019 17:18:36 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B1FF021D81 for <patchwork-xen-devel@patchwork.kernel.org>; Wed, 2 Oct 2019 17:18:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="OuRTPhsi" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B1FF021D81 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=amazon.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from <xen-devel-bounces@lists.xenproject.org>) id 1iFiFL-0008CP-Af; Wed, 02 Oct 2019 17:17:03 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from <SRS0=aMxB=X3=amazon.com=prvs=17142d732=hongyax@srs-us1.protection.inumbo.net>) id 1iFiFJ-0008CK-VA for xen-devel@lists.xenproject.org; Wed, 02 Oct 2019 17:17:02 +0000 X-Inumbo-ID: 728e5528-e538-11e9-8628-bc764e2007e4 Received: from smtp-fw-2101.amazon.com (unknown [72.21.196.25]) by localhost (Halon) with ESMTPS id 728e5528-e538-11e9-8628-bc764e2007e4; Wed, 02 Oct 2019 17:17:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1570036621; x=1601572621; h=from:to:cc:subject:date:message-id:mime-version; bh=f6cwDU2ie2s8UVTn9hlExfxVN53hCHOL9mZq5a2tA1c=; b=OuRTPhsiT1W5CIrsxaxgZGeggGjKSfeWdVha0x4sIs/ph9dXpnxG9PjD SJm84pN71wSJJhDogDWYDEilhBpElZtEljZray0zhDmBc41hEnbdGzI4W fAUfKRsx5E1/wKDIJ8gvHGSVKdXEv9gdgjCkj18t2lBopQgKYS6IvSoXm 4=; X-IronPort-AV: E=Sophos;i="5.67,249,1566864000"; d="scan'208";a="754987207" Received: from iad6-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-2c-4e7c8266.us-west-2.amazon.com) ([10.124.125.2]) by smtp-border-fw-out-2101.iad2.amazon.com with ESMTP; 02 Oct 2019 17:16:56 +0000 Received: from EX13MTAUEA001.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2c-4e7c8266.us-west-2.amazon.com (Postfix) with ESMTPS id 89D87A05E5; Wed, 2 Oct 2019 17:16:56 +0000 (UTC) Received: from EX13D09UEE002.ant.amazon.com (10.43.62.239) by EX13MTAUEA001.ant.amazon.com (10.43.61.243) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 2 Oct 2019 17:16:56 +0000 Received: from EX13MTAUEE001.ant.amazon.com (10.43.62.200) by EX13D09UEE002.ant.amazon.com (10.43.62.239) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 2 Oct 2019 17:16:55 +0000 Received: from u9d785c4ba99158.ant.amazon.com (10.125.106.78) by mail-relay.amazon.com (10.43.62.226) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Wed, 2 Oct 2019 17:16:55 +0000 From: Hongyan Xia <hongyax@amazon.com> To: <xen-devel@lists.xenproject.org> Date: Wed, 2 Oct 2019 18:16:45 +0100 Message-ID: <cover.1570034362.git.hongyax@amazon.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Precedence: Bulk Subject: [Xen-devel] [PATCH v3 0/9] Add alternative API for Xen PTEs X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 List-Id: Xen developer discussion <xen-devel.lists.xenproject.org> List-Unsubscribe: <https://lists.xenproject.org/mailman/options/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=unsubscribe> List-Post: <mailto:xen-devel@lists.xenproject.org> List-Help: <mailto:xen-devel-request@lists.xenproject.org?subject=help> List-Subscribe: <https://lists.xenproject.org/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=subscribe> Cc: Andrew Cooper <andrew.cooper3@citrix.com>, Wei Liu <wl@xen.org>, Jan Beulich <jbeulich@suse.com>, =?utf-8?q?Roger_Pau_Monn=C3=A9?= <roger.pau@citrix.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" <xen-devel-bounces@lists.xenproject.org> |
Series |
Add alternative API for Xen PTEs
|
expand
|