commit | 6b6712efccd383b48a909bee0b29e079a57601ec | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Wed Mar 22 15:18:04 2017 +0100 |
committer | Juan Quintela <quintela@redhat.com> | Thu May 04 10:00:38 2017 +0200 |
tree | d9d71f7dce54e59bd0c9e1b5ef9fc9d876603880 | |
parent | e619b14746e5d8c0e53061661fd0e1da01fd4d60 [diff] |
ram: Split dirty bitmap by RAMBlock Both the ram bitmap and the unsent bitmap are split by RAMBlock. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: zhanghailiang <zhang.zhanghailiang@huawei.com> Reviewed-by: Peter Xu <peterx@redhat.com> -- Fix compilation when DEBUG_POSTCOPY is enabled (thanks Hailiang)