RE: [PATCH v5 0/9] target/arm/kvm: enable SVE in guests

2019-10-06 Thread Zhang, Lei
t; From: Andrew Jones > Sent: Friday, October 04, 2019 3:55 PM > To: Zhang, Lei/張 雷 > Cc: 'qemu-devel@nongnu.org' ; Mizuma, Masayoshi > ; Okamoto, Takayuki/岡本 高幸 > > Subject: Re: [PATCH v5 0/9] target/arm/kvm: enable SVE in guests > > On Thu, Oct 03, 2019 at

Re: [PATCH v5 0/9] target/arm/kvm: enable SVE in guests

2019-10-03 Thread Andrew Jones
On Thu, Oct 03, 2019 at 11:55:36PM +, Zhang, Lei wrote: > Hi Jones, > > Thanks for your patch. > > I have tested the v5 patch. > > All the test is passed, except one problem. > The problem was reported > in [[Qemu-devel] [RFC QEMU v2 0/2] arm/virt: Account for guest pause time] > https://lis

[PATCH v5 0/9] target/arm/kvm: enable SVE in guests

2019-10-03 Thread Zhang, Lei
Hi Jones, Thanks for your patch. I have tested the v5 patch. All the test is passed, except one problem. The problem was reported in [[Qemu-devel] [RFC QEMU v2 0/2] arm/virt: Account for guest pause time] https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg05713.html My test environment is

[PATCH v5 0/9] target/arm/kvm: enable SVE in guests

2019-10-01 Thread Andrew Jones
Since Linux kernel v5.2-rc1 KVM has support for enabling SVE in guests. This series provides the QEMU bits for that enablement. First, we select existing CPU properties representing features we want to advertise in addition to the SVE vector lengths and prepare them for a qmp query. Then we introdu