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:
a276632
)
KVM: x86 emulator: simplify read_emulated
author
Xiao Guangrong
<xiaoguangrong@linux.vnet.ibm.com>
Thu, 26 Jul 2012 05:12:22 +0000
(13:12 +0800)
committer
Avi Kivity
<avi@redhat.com>
Thu, 26 Jul 2012 09:10:58 +0000
(12:10 +0300)
No need split mmio read region into 8-bits pieces since we do it in
emulator_read_write_onepage
Changelog:
Add a WARN_ON to check read-cache overflow
Acked-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found