Message ID | alpine.DEB.2.21.1910021833180.2691@sstabellini-ThinkPad-T480s (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=xXFq=X4=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 E5F4313BD for <patchwork-xen-devel@patchwork.kernel.org>; Thu, 3 Oct 2019 01:36: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 C23E1222BE for <patchwork-xen-devel@patchwork.kernel.org>; Thu, 3 Oct 2019 01:36:36 +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="QVnTKAOa" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C23E1222BE 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 1iFq1R-0003Vo-P5; Thu, 03 Oct 2019 01:35:13 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from <SRS0=KLgg=X4=kernel.org=sstabellini@srs-us1.protection.inumbo.net>) id 1iFq1Q-0003Vj-R4 for xen-devel@lists.xen.org; Thu, 03 Oct 2019 01:35:12 +0000 X-Inumbo-ID: 0a6270d8-e57e-11e9-bf31-bc764e2007e4 Received: from mail.kernel.org (unknown [198.145.29.99]) by localhost (Halon) with ESMTPS id 0a6270d8-e57e-11e9-bf31-bc764e2007e4; Thu, 03 Oct 2019 01:35:12 +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 25CAB222BE; Thu, 3 Oct 2019 01:35:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570066511; bh=gxgsK01pHZGsBjshB72aXCD2idVV4itmtFvxc6ZU0Gg=; h=Date:From:To:cc:Subject:From; b=QVnTKAOaNQdadbxRqa6y8KHFidiUgRBk8ybdy+ZPNzUxjLuv+9vUQ1O463JSJyigw tr1lNFWPKgH0akXJDJeI8d8UQUwWYfTwhopVujAKD77JsfzQ60OxQzUstQqeH7DJjU 7z8tdcGQA7UMEC13xHHqfxHMQk7gxit4tAIlsnm0= Date: Wed, 2 Oct 2019 18:35:09 -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.1910021833180.2691@sstabellini-ThinkPad-T480s> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v8 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> |