Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | KVM: x86 emulator: Add adc and sbb missing decoder flags | Mohammed Gamal | 2009-09-10 |
| | | | | | | | | Add missing decoder flags for adc and sbb instructions (opcodes 0x14-0x15, 0x1c-0x1d) Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com> | ||
* | KVM: Rename x86_emulate.c to emulate.c | Avi Kivity | 2009-09-10 |
We're in arch/x86, what could we possibly be emulating? Signed-off-by: Avi Kivity <avi@redhat.com> |