Khoa Huynh
2006-Apr-10 22:34 UTC
[Xen-devel] [PATCH] Fix maximum instruction length and minor code clean-up
The maximum instruction length for both x86-32 and x86-64 is 15 bytes (including all prefixes, opcode, ModRM, SIB, displacement, and immediate bytes). This patch adjusts the MAX_INST_LEN to the correct value. This should reduce the size of some variables in the hypervisor code. This patch also does some minor code clean-up in the vm exit handler for VMX. This patch should apply cleanly to hg tip 9594. Thanks. Signed off by: Khoa Huynh (khoa@us.ibm.com) (See attached file: max_inst_len.patch) Regards, Khoa _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Apparently Analagous Threads
- x86 instruction format which takes a single 64-bit immediate
- [PATCH v9 10/11] x86/paravirt: Adapt assembly for PIE support
- [LLVMdev] [RFC PATCH 1/2] x86: Fix ModR/M byte output in 16-bit addressing mode
- x86 instruction format which takes a single 64-bit immediate
- [LLVMdev] [RFC PATCH 1/2] x86: Fix ModR/M byte output in 16-bit addressing mode