commit | f23b070e662ca55a8fdaaa28537af06cab664499 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | Thu Jul 26 13:12:22 2012 +0800 |
committer | Avi Kivity <avi@redhat.com> | Thu Jul 26 12:10:58 2012 +0300 |
tree | 1b15d4cc5f1d8cbbffbc3dd7e332e2dcad76cba0 | |
parent | a2766325cf9f9e36d1225145f1ce1b066f001837 [diff] |
KVM: x86 emulator: simplify read_emulated 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>