From: Avi Kivity Date: Tue, 13 Sep 2011 07:45:42 +0000 (+0300) Subject: KVM: x86 emulator: expand decode flags to 64 bits X-Git-Tag: v3.2-rc1~119^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ea50b2b63a95aa5a7944b48ba4d0e9b32211d3;p=pandora-kernel.git KVM: x86 emulator: expand decode flags to 64 bits Unifiying the operands means not taking advantage of the fact that some operand types can only go into certain operands (for example, DI can only be used by the destination), so we need more bits to hold the operand type. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed