From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 993C3C43381 for ; Tue, 26 Mar 2019 11:29:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 5BAA82070B for ; Tue, 26 Mar 2019 11:29:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="KbcTGUZf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5BAA82070B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=c/LNdbEi12JyfVe+Z8bITF4uOGlOuUetqbRnuHnNsNQ=; b=KbcTGUZfzsEhMU 2bZ+7H1e6MZhqidGJOvQyJ3U500fu+8DOFe8SJ3CaXKOn5PZ7fG9cmGBQYCm6ffF+dsGuycPrl2SW 5cCB99zx8RZ7OoZ/idOnGRuutZlRKBE6qXxjxwmHNGw7R3V/S/slqD+E7ZHIgS+PQ5NNOtLbSAvgH 4FlfaP8uazpjybEtz2qVl17rp1AIlc4GHg1bi+OAlAssPbNmmD/b+ywYwC7ppmLN5qLSILo3TL4Da ohLDiBY2TgDQQ9stgAncDUa0a/hUc1w+vuGNYKL5cYGEM8R8I7N/mteNHGTzZor2gJMOWbaFqCs7S 4zrUS/3aCDf6ZsmPQb9A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8kGK-0007vo-KO; Tue, 26 Mar 2019 11:29:00 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8kGG-0007v0-Ej for linux-arm-kernel@lists.infradead.org; Tue, 26 Mar 2019 11:28:58 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6F27B1596; Tue, 26 Mar 2019 04:28:48 -0700 (PDT) Received: from e103592.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5A7933F59C; Tue, 26 Mar 2019 04:28:46 -0700 (PDT) Date: Tue, 26 Mar 2019 11:28:43 +0000 From: Dave Martin To: Andrew Jones Subject: Re: [PATCH v5 00/26] KVM: arm64: SVE guest support Message-ID: <20190326112841.GQ3567@e103592.cambridge.arm.com> References: <1553017938-710-1-git-send-email-Dave.Martin@arm.com> <20190325163249.rkk6vvnzex5d4z7k@kamzik.brq.redhat.com> <20190325164956.srlnsw6likpnfozl@kamzik.brq.redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190325164956.srlnsw6likpnfozl@kamzik.brq.redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190326_042856_555942_48BD952A X-CRM114-Status: GOOD ( 14.59 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Okamoto Takayuki , Christoffer Dall , Ard Biesheuvel , Marc Zyngier , Catalin Marinas , Will Deacon , Zhang Lei , Julien Grall , kvmarm@lists.cs.columbia.edu, arm-mail-list Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Mar 25, 2019 at 05:49:56PM +0100, Andrew Jones wrote: > On Mon, Mar 25, 2019 at 04:38:03PM +0000, Peter Maydell wrote: > > On Mon, 25 Mar 2019 at 16:33, Andrew Jones wrote: > > > > > > On Tue, Mar 19, 2019 at 05:51:51PM +0000, Dave Martin wrote: > > > > This series implements support for allowing KVM guests to use the Arm > > > > Scalable Vector Extension (SVE), superseding the previous v5 series [1]. > > > > > Hi Dave and Peter, > > > > > > Do either of you know if anyone has picked up the QEMU side of this? > > > If not, then I'll take it. > > > > Nobody has yet, so feel free. > > > > OK, hopefully I'll get something sent by the end of next week. If one of you guys can review the patches with QEMU in mind in the meantime, that would be very helpful. Just looking at the documentation updates would be a good place to start. Cheers ---Dave _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel