From: Paolo Bonzini Date: Mon, 13 Apr 2026 10:49:36 +0000 (+0200) Subject: Merge tag 'kvm-x86-vmx-7.1' of https://github.com/kvm-x86/linux into HEAD X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e7a6e2ad24b45b323a5c2e474847650e982b82a;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'kvm-x86-vmx-7.1' of https://github.com/kvm-x86/linux into HEAD KVM VMX changes for 7.1 - Drop obsolete (largely ignored by hardwre) branch hint prefixes from the VMX instruction macros, as saving a byte of code per instruction provides more benefits than the (mostly) superfluous prefixes. - Use ASM_INPUT_RM() in __vmcs_writel() to coerce clang into using a register input when appropriate. - Drop unnecessary parentheses in cpu_has_load_cet_ctrl() so as not to suggest that "return (x & y);" is KVM's preferred style. --- 7e7a6e2ad24b45b323a5c2e474847650e982b82a