From: Avi Kivity Date: Mon, 26 Jul 2010 11:37:46 +0000 (+0300) Subject: KVM: x86 emulator: Make group storage bits separate from operand bits X-Git-Tag: v2.6.37-rc1~142^2~312 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce495365f6cdd5792c4db0ddb8ac8544950b671;p=pandora-kernel.git KVM: x86 emulator: Make group storage bits separate from operand bits Currently group bits are stored in bits 0:7, where operand bits are stored. Make group bits be 0:3, and move the existing bits 0:3 to 16:19, so we can mix group and operand bits. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed