]> xenbits.xensource.com Git - xen.git/commit
vmx: Don't open-code vmresume/vmlaunch instructions
authorTeddy Astie <teddy.astie@vates.tech>
Thu, 17 Apr 2025 14:24:44 +0000 (14:24 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 18 Apr 2025 14:16:12 +0000 (15:16 +0100)
commit64cf7a80a17a017a6b88ea17c7f490e42baefcca
tree77f8b31b03fb5878f70f8f474a01087aac5d1318
parent209ab249bd93c2932bf02307aa51dd062a7c3ef6
vmx: Don't open-code vmresume/vmlaunch instructions

binutils 2.25 has support for assembling vmresume/vmlaunch
instructions, so we don't need to open-code the byte sequences
for these opcodes anymore.

Signed-off-by: Teddy Astie <teddy.astie@vates.tech>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/vmx/entry.S