Message ID | alpine.DEB.2.21.1909251146261.24909@sstabellini-ThinkPad-T480s (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=n2L7=XU=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 EFA0114E5 for <patchwork-xen-devel@patchwork.kernel.org>; Wed, 25 Sep 2019 18:50:58 +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 CC52A222C1 for <patchwork-xen-devel@patchwork.kernel.org>; Wed, 25 Sep 2019 18:50:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="yUPxRoRX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC52A222C1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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 1iDCLX-00048B-Sq; Wed, 25 Sep 2019 18:49:03 +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 <SRS0=Cfsh=XU=kernel.org=sstabellini@srs-us1.protection.inumbo.net>) id 1iDCLX-000486-39 for xen-devel@lists.xen.org; Wed, 25 Sep 2019 18:49:03 +0000 X-Inumbo-ID: 238734ae-dfc5-11e9-963a-12813bfff9fa Received: from mail.kernel.org (unknown [198.145.29.99]) by localhost (Halon) with ESMTPS id 238734ae-dfc5-11e9-963a-12813bfff9fa; Wed, 25 Sep 2019 18:49:01 +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 3689C2146E; Wed, 25 Sep 2019 18:49:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569437340; bh=wtd2ZEAxfSyQ8BkHLCp4XlyNv/xkNYGN7+Hvg5Ac2q4=; h=Date:From:To:cc:Subject:From; b=yUPxRoRXw+z3nOloleLJdergHqUCP2FqONH0rmmyPFV243wNp3LA2aS7Gog1VSswe Ykn/OfDDcPBP+NXZTu3MG34dNK+jQAzBp7rhxdxiUCkNXss02AKZ0ZC0hNge3RrxCg /i3g3Tt9zoUAk6+doeSX7qNUVNX+urbnf67t05Vc= Date: Wed, 25 Sep 2019 11:48:59 -0700 (PDT) From: Stefano Stabellini <sstabellini@kernel.org> X-X-Sender: sstabellini@sstabellini-ThinkPad-T480s To: julien.grall@arm.com Message-ID: <alpine.DEB.2.21.1909251146261.24909@sstabellini-ThinkPad-T480s> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v5 0/8] dom0less device assignment 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: Volodymyr_Babchuk@epam.com, Achin.Gupta@arm.com, sstabellini@kernel.org, andrii_anisov@epam.com, xen-devel@lists.xen.org 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> |