git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b0b5e
)
KVM: x86 emulator: limit instructions to 15 bytes
author
Avi Kivity
<avi@redhat.com>
Tue, 24 Nov 2009 13:20:15 +0000
(15:20 +0200)
committer
Avi Kivity
<avi@redhat.com>
Thu, 3 Dec 2009 07:32:25 +0000
(09:32 +0200)
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>
No differences found