diff options
author | Juan Quintela <quintela@redhat.com> | 2012-10-18 00:00:59 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2012-12-20 23:09:40 +0100 |
commit | 4c8ae0f60e63478aea0a1741cca95474b68fb949 (patch) | |
tree | 40998170d054ef6e15fc793fe937e0939013c3f4 /qemu-doc.texi | |
parent | ece7931817e03a4d946c15716fab5e4f781663c9 (diff) |
ram: optimize migration bitmap walking
Instead of testing each page individually, we search what is the next
dirty page with a bitmap operation. We have to reorganize the code to
move from a "for" loop, to a while(dirty) loop.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'qemu-doc.texi')
0 files changed, 0 insertions, 0 deletions