Excerpts from Nicholas Piggin's message of March 23, 2021 11:02 am: > I think enough changes and fixes have gone in since last round > to repost. > > I put a git tree here to make things easier to get. > > https://github.com/npiggin/linux/tree/kvm-in-c-2 I just pushed a new tree https://github.com/npiggin/linux/tree/kvm-in-c-3 This mainly fixes up the compile error with older binutils and PR=1 hcall reflection into guest for PR KVM. Haven't been able to completely test PR KVM because of unrelated connectivity issues but at least the PR=1 syscall reflection is working again. Thanks, Nick