On Tue, Jan 10, 2023, Peter Gonda wrote: > This patch series continues the work Michael Roth has done in supporting > SEV guests in selftests. It continues on top of the work Sean > Christopherson has sent to support ucalls from SEV guests. Along with a > very simple version of the SEV selftests Michael originally proposed. ... > Michael Roth (2): > KVM: selftests: sparsebit: add const where appropriate > KVM: selftests: add support for protected vm_vaddr_* allocations > > Peter Gonda (5): > KVM: selftests: add hooks for managing protected guest memory > KVM: selftests: handle protected bits in page tables > KVM: selftests: add library for creating/interacting with SEV guests > KVM: selftests: Update ucall pool to allocate from shared memory > KVM: selftests: Add simple sev vm testing Lot's of non-trivial feedback. To help move things along, I pushed a completely untested (probably doesn't compile) branch to https://github.com/sean-jc/linux/tree/x86/sev_selftests_for_peter that has most of the feedback incorporated. Feel free to massage/rework things as needed (and again, it needs testing+polishing), my goal is purely to avoid you having to duplicate what I've already done as part of working through the review.