commit | cd1a4a982a78e793125db2f386e91dc7c89c9ed1 | [log] [tgz] |
---|---|---|
author | Uri Lublin <uril@qumranet.com> | Thu Feb 22 16:43:09 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Mar 04 11:12:42 2007 +0200 |
tree | 7e5e9dd9534feed9ecc83c147e2f6166a6edbc48 | |
parent | ab51a434c5816e1ca3f033791c1cc5c6594998ec [diff] |
KVM: Fix dirty page log bitmap size/access calculation Since dirty_bitmap is an unsigned long array, the alignment and size need to take that into account. Signed-off-by: Uri Lublin <uril@qumranet.com> Signed-off-by: Avi Kivity <avi@qumranet.com>