Thanks for looking at this Radim, On Tue, Jan 30, 2018 at 8:09 AM, Radim Krčmář <rkrcmar@xxxxxxxxxx> wrote: > 2018-01-25 10:48-0800, Ken Hofsass: >> Test framework for KVM and the Linux kernel that enables standalone > .... > This email didn't make it to the kvm list. Might be because it is too > big, please see what the server said and potentially resend after > splitting into parts, thanks. OK. The gtests framework code doesn't readily break into smaller functionally independent patches. I will break it into patches that separately add the large files and then have the last patch update the Makefiles/etc, so the project still builds after each patch. (If that's not acceptable, please recommend an alternative.) > (Also, doesn't compile here due to missing #include <asm/msr-index.h> > and I didn't look further.) My apologies. Please try "KERNEL=<kernel-srcdir> make" The gtests code needs the actual KVM/kernel headers for the API/ABI details. I should have added a check for $KERNEL before building gtests. If you have a different recommendation for referencing the kernel sources from the kvm-unit-test directory, let me know. thanks again, Ken