Fake dirty loggin when it's not there
authorAlexander Graf <agraf@suse.de>
Fri, 17 Jul 2009 11:51:48 +0000 (13:51 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Jul 2009 15:58:46 +0000 (10:58 -0500)
commitd461e220e93ab12cc97108b83f9d66506fa7f0e1
tree3f3ef7aa4af62496ce5fdcaac21eaf736f919566
parent6d1c6308dfa4c66991a085170e397a2755da933f
Fake dirty loggin when it's not there

Some KVM platforms don't support dirty logging yet, like IA64 and PPC,
so in order to still have screen updates on those, we need to fake it.

This patch just tells the getter function for dirty bitmaps, that all
pages within a slot are dirty when the slot has dirty logging enabled.

That way we can implement dirty logging on those platforms sometime when
it drags down performance, but share the rest of the code with dirty
logging capable platforms.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
kvm-all.c