From: Bill Wendling <morbo@xxxxxxxxxx> This is a series of patches which allow clang to build the kvm-unit-tests. Bill Wendling (7): x86: emulator: use "SSE2" for the target pci: use uint32_t for unsigned long values x86: realmode: syscall: add explicit size suffix to ambiguous instructions svm: change operand to output-only for matching constraint svm: convert neg shift to unsigned shift x86: VMX: use inline asm to get stack pointer x86: VMX: the "noclone" attribute is gcc-specific lib/linux/pci_regs.h | 4 ++-- x86/emulator.c | 2 +- x86/realmode.c | 6 +++--- x86/svm.c | 6 +++--- x86/syscall.c | 2 +- x86/vmx_tests.c | 11 ++++++++--- 6 files changed, 18 insertions(+), 13 deletions(-) -- 2.25.0.265.gbab2e86ba0-goog