Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-10 | KVM: x86 emulator: Add adc and sbb missing decoder flags | Mohammed Gamal | |
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> | |||
2009-09-10 | KVM: Rename x86_emulate.c to emulate.c | Avi Kivity | |
We're in arch/x86, what could we possibly be emulating? Signed-off-by: Avi Kivity <avi@redhat.com> |