RE: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap

2021-08-29 Thread ishii.shuuic...@fujitsu.com
mayd...@linaro.org; > phi...@redhat.com; qemu-devel@nongnu.org; qemu-...@nongnu.org > Subject: Re: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap > > On Fri, Aug 27, 2021 at 08:30:07AM +, ishii.shuuic...@fujitsu.com wrote: > > > > Thank you, Andre

RE: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap

2021-08-29 Thread ishii.shuuic...@fujitsu.com
ones ; richard.hender...@linaro.org; > phi...@redhat.com; qemu-devel@nongnu.org; qemu-...@nongnu.org > Subject: Re: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap > > On Fri, 27 Aug 2021 at 09:30, ishii.shuuic...@fujitsu.com > wrote: > > > > > > Thank you

Re: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap

2021-08-27 Thread Andrew Jones
On Fri, Aug 27, 2021 at 08:30:07AM +, ishii.shuuic...@fujitsu.com wrote: > > Thank you, Andrew, for creating the patches. > And thank you all for your comments. > > I have applied the suggested v2 patch series by andrew locally, > and reviewed the next version of the a64fx patch series as fo

Re: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap

2021-08-27 Thread Peter Maydell
On Fri, 27 Aug 2021 at 09:30, ishii.shuuic...@fujitsu.com wrote: > > > Thank you, Andrew, for creating the patches. > And thank you all for your comments. > > I have applied the suggested v2 patch series by andrew locally, FYI, Andrew's patches are now upstream so you'll be able to base your next

RE: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap

2021-08-27 Thread ishii.shuuic...@fujitsu.com
Thank you, Andrew, for creating the patches. And thank you all for your comments. I have applied the suggested v2 patch series by andrew locally, and reviewed the next version of the a64fx patch series as follows. I would appreciate if you could comment on whether there are any problems with th

Re: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap

2021-08-26 Thread Peter Maydell
On Mon, 23 Aug 2021 at 17:06, Andrew Jones wrote: > > v2: > - Completed testing > - Removed extra space in an error message > - Added Phil's r-b's > > While reviewing the new A64FX CPU type it became clear that CPU > types should be able to specify which SVE vector lengths are > supported. This