On Tue, Nov 15, 2022, Vishal Annapurve wrote:
This series is posted in context of the discussion at: https://lore.kernel.org/lkml/Ywa9T+jKUpaHLu%2Fl@google.com/
Major changes:
- Move common startup logic to a single function in kvm_util.c
- Introduce following APIs: kvm_selftest_arch_init: to perform arch specific common startup. kvm_arch_vm_post_create: to perform arch specific common setup after VM creation.
Looks good! A few uber nits, but nothing that can't be fixed up when applying.