Message ID | 20210409152154.198566-1-alexandru.elisei@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: arm64: Hide SPE from guests | expand |
On Fri, 9 Apr 2021 16:21:52 +0100, Alexandru Elisei wrote: > This was part of the KVM SPE series that I posted some time ago [1]. The > series didn't get too much attention, so I've decided to send this > fix/cleanup/improvement separately, to make it easier to review. > > I've split the original patch into two because it makes more sense to me > this way, but I'm not opposed to squashing the series back into a single > patch if that is preferred. > > [...] Applied to kvm-arm64/debug-5.13, thanks! [1/2] KVM: arm64: Don't print warning when trapping SPE registers commit: 13611bc80d3da162aaf32b01ceffc804e027d406 [2/2] KVM: arm64: Don't advertise FEAT_SPE to guests commit: 96f4f6809beec1bb2338e1aeac408e6a733f8135 Cheers, M.