Changes to "pci: cast masks to uint32_t for unsigned long values" to cast the masks instead of changing the values in the header. This is a re-send of the v2 patches, which included patches that shouldn't have been included. Bill Wendling (7): x86: emulator: use "SSE2" for the target pci: cast masks to 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/pci.c | 3 ++- 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(+), 12 deletions(-) -- 2.25.1.481.gfbce0eb801-goog