Message ID | 20221115213845.3348210-1-vannapurve@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Minor improvements to the selftest setup logic | expand |
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: > 1) Move common startup logic to a single function in kvm_util.c > 2) 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.