commit | 2ce495365f6cdd5792c4db0ddb8ac8544950b671 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Jul 26 14:37:46 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:49:55 2010 +0200 |
tree | 93052b57aa9cbe1ab10c6644a1e57f339447badf | |
parent | 880a1883785d37287e13e4faf3fe92b294404de0 [diff] |
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 <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>