commit | f85e2cb5dbaf905e9470d3fe099b31619da431fc | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | Thu Nov 24 17:41:54 2011 +0800 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 27 11:17:42 2011 +0200 |
tree | eb4d486094e0f2c7503a9e28a8ac76ce84d2a09e | |
parent | bf3e05bc1e2781d5d8d3ddb2d8bf2d6ec207e5cb [diff] |
KVM: introduce a table to map slot id to index in memslots array The operation of getting dirty log is frequent when framebuffer-based displays are used(for example, Xwindow), so, we introduce a mapping table to speed up id_to_memslot() Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>