From patchwork Thu Sep 26 14:22:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleksandr Tyshchenko X-Patchwork-Id: 11162831 Return-Path: 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 D679214E5 for ; Thu, 26 Sep 2019 14:23:43 +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 B06A1222C6 for ; Thu, 26 Sep 2019 14:23:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="P3dlxqbd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B06A1222C6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com 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 ) id 1iDUew-0007cH-TN; Thu, 26 Sep 2019 14:22:18 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iDUev-0007cB-LK for xen-devel@lists.xenproject.org; Thu, 26 Sep 2019 14:22:17 +0000 X-Inumbo-ID: 0a662472-e069-11e9-bf31-bc764e2007e4 Received: from mail-lf1-x129.google.com (unknown [2a00:1450:4864:20::129]) by localhost (Halon) with ESMTPS id 0a662472-e069-11e9-bf31-bc764e2007e4; Thu, 26 Sep 2019 14:22:16 +0000 (UTC) Received: by mail-lf1-x129.google.com with SMTP id y127so1876590lfc.0 for ; Thu, 26 Sep 2019 07:22:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=F+lLDVKEInDDLZ4wBdlhAUTPF4RpelcELyyw5CAPfVM=; b=P3dlxqbdZIHxH7/DkCtj2R4jfX8AcgiVhzA+vmK7zUTU6jM0ImUY9i8lzfagDjBQkd hd4h53Mit5HaZWTpBKil4AUq0aJAlpxzFL9jIimPdR8tekXt/FNMbOVSGSq+VM4SLAYj VCQ+rHnhHjx4odF4JlkerOHyaR7SwRwCqsX+E4m9PeRZ3wQU4QcT4zSnfUUrBzTu9xS3 wHIPSKjZU8FGWedbJM3c6NqH1zUBiewBYkSdIgZ2Cm/rUAY+SmpKs6nAZkvmWUko7wIB gxz57MpdCf5dffhjWSPFl9khWuPtegQa7+6zIX9bcAV1V/sUlHdme1IQVQmY3RCgKo0S A/sA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=F+lLDVKEInDDLZ4wBdlhAUTPF4RpelcELyyw5CAPfVM=; b=nVljri7QEofaJLLM2NxP4+zm468Nj080VXp20V46QbF5g2FI4t+xTbmrdVcxm6cXpA P6A7lPiIdEUptRQFzz0G8AxaH4gN5cj/5DX8iuqc3hnZmAx3RAr1OKLSE23fDaEQpC3p oEKJ1ahRWkmgxyXaXhYjj1bC4Kv2i6yALVJd1IxOkepKWqCoFxZnwUVgdQjtypDhMerC Bx3v29M0NByl6VGkHqss5IkijxJWtSGccB0uJwPShE3CCH+l5XBf0cT/yU+4enFPf7uJ G2sOpwlC8V7Qi6TUgDn4C9SzagQiH54cWjm0aB91kakkCB1ysE1Ux5CUxFZqxXQacNm/ OWCw== X-Gm-Message-State: APjAAAXs+kN0s/wQrqOZ8F8HdWHWfcRZneV4xtAWIvWp3TElgFhbEC1s CtdT9GU2Bg5z0oA3S1kc63DaC5+t614= X-Google-Smtp-Source: APXvYqzDOUycyFc47vBs+e2rdnNoryDB4xwtp6UT7dl7Sojv3CDz0hMiCk5+t07gjxse3blO6LjC5g== X-Received: by 2002:a05:6512:14c:: with SMTP id m12mr2321114lfo.27.1569507735622; Thu, 26 Sep 2019 07:22:15 -0700 (PDT) Received: from otyshchenko.kyiv.epam.com (ll-22.209.223.85.sovam.net.ua. [85.223.209.22]) by smtp.gmail.com with ESMTPSA id t24sm537405ljc.23.2019.09.26.07.22.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 26 Sep 2019 07:22:15 -0700 (PDT) From: Oleksandr Tyshchenko To: xen-devel@lists.xenproject.org Date: Thu, 26 Sep 2019 17:22:02 +0300 Message-Id: <1569507722-16981-1-git-send-email-olekstysh@gmail.com> X-Mailer: git-send-email 2.7.4 Subject: [Xen-devel] [PATCH] SUPPORT.md: Describe Renesas IPMMU-VMSA support (Arm) 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: sstabellini@kernel.org, Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Tim Deegan , Oleksandr Tyshchenko , julien.grall@arm.com, Jan Beulich , volodymyr_babchuk@epam.com MIME-Version: 1.0 Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" From: Oleksandr Tyshchenko Renesas IPMMU-VMSA support (Arm) can be considered as Technological Preview feature. Signed-off-by: Oleksandr Tyshchenko Acked-by: Stefano Stabellini --- Please note, should only go in after: https://lists.xenproject.org/archives/html/xen-devel/2019-09/msg02707.html CC: Andrew Cooper CC: George Dunlap CC: Ian Jackson CC: Jan Beulich CC: Julien Grall CC: Konrad Rzeszutek Wilk CC: Stefano Stabellini CC: Tim Deegan CC: Wei Liu --- SUPPORT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUPPORT.md b/SUPPORT.md index 375473a..100a3b1 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -64,6 +64,7 @@ supported in this document. Status, Intel VT-d: Supported Status, ARM SMMUv1: Supported Status, ARM SMMUv2: Supported + Status, Renesas IPMMU-VMSA: Tech Preview ### ARM/GICv3 ITS