Message ID | 1550519559-15915-1-git-send-email-Dave.Martin@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: arm64: SVE guest support | expand |
On Mon, Feb 18, 2019 at 07:52:13PM +0000, Dave Martin wrote: [...] > AArch32 host testing is pending. I will ping this series with a reply > to the cover letter when that testing has been completed. AArch32 host testing now done on Arm TC2: 15 guests were able to boot and execute "find /" concurrently without error. Due to the trivial nature of the changes in the common code, this is probably sufficient testing, but if anyone thinks I should run something else (or wants to give it a try), let me know. Cheers ---Dave
On Sun, Mar 03, 2019 at 02:40:57AM +0000, Zhang, Lei wrote: > Hi Dave, > > > -----Original Message----- > > From: linux-arm-kernel <linux-arm-kernel-bounces@lists.infradead.org> On > > Behalf Of Dave Martin > > Sent: Tuesday, February 19, 2019 4:52 AM > > To: kvmarm@lists.cs.columbia.edu > > Cc: Peter Maydell <peter.maydell@linaro.org>; Okamoto, Takayuki/岡本 高幸 > > <tokamoto@jp.fujitsu.com>; Christoffer Dall <cdall@kernel.org>; Ard > > Biesheuvel <ard.biesheuvel@linaro.org>; Marc Zyngier > > <marc.zyngier@arm.com>; Catalin Marinas <catalin.marinas@arm.com>; Will > > Deacon <will.deacon@arm.com>; Zhang, Lei/張 雷 > > <zhang.lei@jp.fujitsu.com>; Julien Grall <julien.grall@arm.com>; Alex Bennée > > <alex.bennee@linaro.org>; linux-arm-kernel@lists.infradead.org > > Subject: [PATCH v5 00/26] KVM: arm64: SVE guest support > > > > This series implements support for allowing KVM guests to use the Arm > > Scalable Vector Extension (SVE), superseding the previous v4 series [1]. > > > > The patches are also available on a branch for reviewer convenience. [2] > > > > The patches are based on v5.0-rc6. > > > > They depend on another small series currently under review [3] that does a bit > > of relevant refactoring (as well as fixing an anomaly not directly related to this > > series). A base branch [4] is provided so that reviewers don't need to hunt > > down both series independently. > [>] > I tested the patch on A64FX chip which SVE feature had been implemented. > All of tests have been passed. > Please add follows : > Tested-by: zhang.lei <zhang.lei@jp.fujitsu.com> Thanks for this! There will be at least one more iteration of this series before it is final, so it would be good if you can test again when I repost. I'll make sure that you are on Cc. Cheers ---Dave
Hi Dave, riginal Message----- > From: Dave Martin <Dave.Martin@arm.com> > Sent: Tuesday, March 05, 2019 6:48 PM > To: Zhang, Lei/張 雷 <zhang.lei@jp.fujitsu.com> > Cc: kvmarm@lists.cs.columbia.edu; Peter Maydell > <peter.maydell@linaro.org>; Okamoto, Takayuki/岡本 高幸 > <tokamoto@jp.fujitsu.com>; Christoffer Dall <cdall@kernel.org>; Ard > Biesheuvel <ard.biesheuvel@linaro.org>; Marc Zyngier > <marc.zyngier@arm.com>; Catalin Marinas <catalin.marinas@arm.com>; Will > Deacon <will.deacon@arm.com>; Julien Grall <julien.grall@arm.com>; Alex > Bennée <alex.bennee@linaro.org>; linux-arm-kernel@lists.infradead.org > Subject: Re: [PATCH v5 00/26] KVM: arm64: SVE guest support > > On Sun, Mar 03, 2019 at 02:40:57AM +0000, Zhang, Lei wrote: > > Hi Dave, > > > > > -----Original Message----- > > > From: linux-arm-kernel > > > <linux-arm-kernel-bounces@lists.infradead.org> On Behalf Of Dave > > > Martin > > > Sent: Tuesday, February 19, 2019 4:52 AM > > > To: kvmarm@lists.cs.columbia.edu > > > Cc: Peter Maydell <peter.maydell@linaro.org>; Okamoto, Takayuki/岡本 > > > 高幸 > > > <tokamoto@jp.fujitsu.com>; Christoffer Dall <cdall@kernel.org>; Ard > > > Biesheuvel <ard.biesheuvel@linaro.org>; Marc Zyngier > > > <marc.zyngier@arm.com>; Catalin Marinas <catalin.marinas@arm.com>; > > > Will Deacon <will.deacon@arm.com>; Zhang, Lei/張 雷 > > > <zhang.lei@jp.fujitsu.com>; Julien Grall <julien.grall@arm.com>; > > > Alex Bennée <alex.bennee@linaro.org>; > > > linux-arm-kernel@lists.infradead.org > > > Subject: [PATCH v5 00/26] KVM: arm64: SVE guest support > > > > > > This series implements support for allowing KVM guests to use the > > > Arm Scalable Vector Extension (SVE), superseding the previous v4 series > [1]. > > > > > > The patches are also available on a branch for reviewer convenience. > > > [2] > > > > > > The patches are based on v5.0-rc6. > > > > > > They depend on another small series currently under review [3] that > > > does a bit of relevant refactoring (as well as fixing an anomaly not > > > directly related to this series). A base branch [4] is provided so > > > that reviewers don't need to hunt down both series independently. > > [>] > > I tested the patch on A64FX chip which SVE feature had been implemented. > > All of tests have been passed. > > Please add follows : > > Tested-by: zhang.lei <zhang.lei@jp.fujitsu.com> > > Thanks for this! > > There will be at least one more iteration of this series before it is final, so it > would be good if you can test again when I repost. [>] Of course I will do the test on A64FX, when you repost patch. Best Reagards, Zhang Lei