|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] hvm_decode() questions
>1) single-byte opcode 0x87 (xchg): What is this strange conditional
>
> if ( ((*(opcode+1)) & 0xc7) == 5 )
>
>supposed to address? xchg has absolutely symmetric operands.
>
>2) two-byte opcode 0xB7 (movzx): What is this dependency on rex
>bit 3 doing here? Apparently this was based on Intel's (broken)
>documentation - the source operand is always 16 bits.
>
>Unless someone can explain these, I'll send a patch to remove them.
I agree that hvm_decode needs a careful review.
-Xin
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|