From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9BE0CC2BA2B for ; Tue, 7 Apr 2020 14:29:04 +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 6AC072078C for ; Tue, 7 Apr 2020 14:29:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=xen.org header.i=@xen.org header.b="HdPbhcGs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6AC072078C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=pass 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 ) id 1jLpDS-0000UP-4r; Tue, 07 Apr 2020 14:28:38 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jLpDR-0000UK-MK for xen-devel@lists.xenproject.org; Tue, 07 Apr 2020 14:28:37 +0000 X-Inumbo-ID: 11933314-78dc-11ea-80d4-12813bfff9fa Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 11933314-78dc-11ea-80d4-12813bfff9fa; Tue, 07 Apr 2020 14:28:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:Mime-Version:Content-Type: References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=XSa4awPWjTVr+eLrRBq6LVZN76LNyL5MtqRIO6BS2hg=; b=HdPbhcGs0fO4G+FpiLcxVfhMaJ 85hLM2pzS4T6hfVHb72hrwQgP/m4G/zrRgbWyfA9UHDCIW7zSJ553I3/1k3isT7BTaj7D6G95p4VB okueUvnvrGzUBshqVjMm4+8x1mfGpYPPTAWdbZlib02bJqi3Htb9vVBUaXoiIK/QNZI4=; Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jLpDQ-0004bY-04; Tue, 07 Apr 2020 14:28:36 +0000 Received: from 54-240-197-225.amazon.com ([54.240.197.225] helo=freeip.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1jLpDP-0003nm-M0; Tue, 07 Apr 2020 14:28:35 +0000 Message-ID: Subject: Re: [PATCH 0/5] use new API for Xen page tables From: Hongyan Xia To: Jan Beulich Date: Tue, 07 Apr 2020 15:28:33 +0100 In-Reply-To: <0f072eca-bd34-ebb7-706f-9dc688c991ad@suse.com> References: <636251f68db5e094f0c4dd5871eb4146dadb1589.camel@xen.org> <0f072eca-bd34-ebb7-706f-9dc688c991ad@suse.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: xen-devel@lists.xenproject.org, Roger Pau =?ISO-8859-1?Q?Monn=E9?= , Wei Liu , Andrew Cooper Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" On Mon, 2020-04-06 at 13:03 +0200, Jan Beulich wrote: > On 06.04.2020 10:27, Hongyan Xia wrote: > > Ping. > > Does this somehow imply you didn't get my replies sent on the 1st? > > Jan Apologies. Somehow your replies ended up in a separate thread. There is a problem with my email client. Hongyan