Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-03 | KVM: x86 emulator: limit instructions to 15 bytes | Avi Kivity | |
While we are never normally passed an instruction that exceeds 15 bytes, smp games can cause us to attempt to interpret one, which will cause large latencies in non-preempt hosts. Cc: stable@kernel.org 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> |