KVM: s390: dont allocate dirty bitmap
authorCarsten Otte <cotte@de.ibm.com>
Fri, 27 Jun 2008 13:05:31 +0000 (15:05 +0200)
committerAvi Kivity <avi@qumranet.com>
Sun, 20 Jul 2008 09:42:36 +0000 (12:42 +0300)
commiteff0114ac3d3a20a5c93b31b00134e59bfc75189
tree32272e088d90148842b260c650d4c66e2b5d91a5
parentf8b78fa3d406f3a2dc038e2b47749013a9295994
KVM: s390: dont allocate dirty bitmap

This patch #ifdefs the bitmap array for dirty tracking. We don't have dirty
tracking on s390 today, and we'd love to use our storage keys to store the
dirty information for migration. Therefore, we won't need this array at all,
and due to our limited amount of vmalloc space this limits the amount of guests
we can run.

Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
virt/kvm/kvm_main.c