Message ID | alpine.DEB.2.21.1906181618130.2072@sstabellini-ThinkPad-T480s (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <xen-devel-bounces@lists.xenproject.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 90477924 for <patchwork-xen-devel@patchwork.kernel.org>; Tue, 18 Jun 2019 23:22:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7CB3E204C1 for <patchwork-xen-devel@patchwork.kernel.org>; Tue, 18 Jun 2019 23:22:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6FD2228B27; Tue, 18 Jun 2019 23:22:03 +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,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1168E204C1 for <patchwork-xen-devel@patchwork.kernel.org>; Tue, 18 Jun 2019 23:22:02 +0000 (UTC) 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 1hdNOf-0004qv-8z; Tue, 18 Jun 2019 23:20:13 +0000 Received: from us1-rack-dfw2.inumbo.com ([104.130.134.6]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from <SRS0=PyOf=UR=kernel.org=sstabellini@srs-us1.protection.inumbo.net>) id 1hdNOe-0004qq-Bl for xen-devel@lists.xenproject.org; Tue, 18 Jun 2019 23:20:12 +0000 X-Inumbo-ID: 9df34c56-921f-11e9-8980-bc764e045a96 Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-rack-dfw2.inumbo.com (Halon) with ESMTPS id 9df34c56-921f-11e9-8980-bc764e045a96; Tue, 18 Jun 2019 23:20:10 +0000 (UTC) Received: from localhost (c-67-164-102-47.hsd1.ca.comcast.net [67.164.102.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D559720873; Tue, 18 Jun 2019 23:20:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560900010; bh=COv/dqOuYFQigpJGfouL+o6mtGDm7jWJYT7RnMZ5vfE=; h=Date:From:To:cc:Subject:From; b=eNSuMgjH2ts1UvdDmNnt8PKOuP0TjdYzqduXGM0xWnPXaJYuXSTKS1ywZDVzrC72e hrt3EMFLOaOCRZuEK0BzisjL9NyB93PjaiTb3t96COPVtT7LwP5F3ANhvv68WO29cq 5riSL209iFRVqlUzz5I5rmPRkWuee1vIIOms7J1s= Date: Tue, 18 Jun 2019 16:20:09 -0700 (PDT) From: Stefano Stabellini <sstabellini@kernel.org> X-X-Sender: sstabellini@sstabellini-ThinkPad-T480s To: xen-devel@lists.xenproject.org Message-ID: <alpine.DEB.2.21.1906181618130.2072@sstabellini-ThinkPad-T480s> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v3 0/5] iomem memory policy X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list 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: sstabellini@kernel.org, wei.liu2@citrix.com, andrew.cooper3@citrix.com, julien.grall@arm.com, JBeulich@suse.com, ian.jackson@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> X-Virus-Scanned: ClamAV using ClamSMTP |