Message ID | alpine.DEB.2.21.1908201838370.20094@sstabellini-ThinkPad-T480s (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=S9Ce=WR=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 06F6614F7 for <patchwork-xen-devel@patchwork.kernel.org>; Wed, 21 Aug 2019 03:55:16 +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 D7B9B22CF7 for <patchwork-xen-devel@patchwork.kernel.org>; Wed, 21 Aug 2019 03:55:15 +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="Vf/unoDo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D7B9B22CF7 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 1i0HgL-0007Wm-Ed; Wed, 21 Aug 2019 03:53:09 +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=Tsmg=WR=kernel.org=sstabellini@srs-us1.protection.inumbo.net>) id 1i0HgJ-0007Wh-II for xen-devel@lists.xen.org; Wed, 21 Aug 2019 03:53:07 +0000 X-Inumbo-ID: 2ec105a8-c3c7-11e9-adbf-12813bfff9fa Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 2ec105a8-c3c7-11e9-adbf-12813bfff9fa; Wed, 21 Aug 2019 03:53:06 +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 6BF4722CF7; Wed, 21 Aug 2019 03:53:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566359585; bh=uRRVeBnfnzDwwH7QVxhQOUjGsld1O0YDKLGyeS1Yv8g=; h=Date:From:To:cc:Subject:From; b=Vf/unoDoauvkESzQ21T6L9zwJq+FX3U5/D5CtsJha/tJyqmXgGYhHtDtUdZ6IyFZx V1znuhWRSgSINpcK1A7axn3mk0K98AjCjHAgNuJ9GnnCGR6TOfy9edS/mk+/2iM+85 quVuC5sIMBj7wOQQt7gSqR9xoivToC3jIamLtxZE= Date: Tue, 20 Aug 2019 20:53:04 -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.1908201838370.20094@sstabellini-ThinkPad-T480s> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v4 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> |