Message ID | 20220801153605.3051778-1-peter.maydell@linaro.org |
---|---|
State | Not Applicable |
Headers | show |
On 8/1/22 08:36, Peter Maydell wrote: > Only thing for Arm for rc1 is RTH's fix for the KVM SVE probe code. > > -- PMM > > The following changes since commit 4e06b3fc1b5e1ec03f22190eabe56891dc9c2236: > > Merge tag 'pull-hex-20220731' of https://github.com/quic/qemu into staging (2022-07-31 21:38:54 -0700) > > are available in the Git repository at: > > https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20220801 > > for you to fetch changes up to 5265d24c981dfdda8d29b44f7e84a514da75eedc: > > target/arm: Move sve probe inside kvm >= 4.15 branch (2022-08-01 16:21:18 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * Fix KVM SVE ID register probe code Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate. r~ > > ---------------------------------------------------------------- > Richard Henderson (3): > target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_features > target/arm: Set KVM_ARM_VCPU_SVE while probing the host > target/arm: Move sve probe inside kvm >= 4.15 branch > > target/arm/kvm64.c | 45 ++++++++++++++++++++++----------------------- > 1 file changed, 22 insertions(+), 23 deletions(-) >