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:
5601d05
)
KVM: emulator: Fix permission checking in io permission bitmap
author
Gleb Natapov
<gleb@redhat.com>
Mon, 7 Mar 2011 12:55:07 +0000
(14:55 +0200)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Thu, 17 Mar 2011 16:08:33 +0000
(13:08 -0300)
Currently if io port + len crosses 8bit boundary in io permission bitmap the
check may allow IO that otherwise should not be allowed. The patch fixes that.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found