commit | 747afd5bcdc90f608c75d95f8a629a9cfc838c57 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Mon Nov 04 12:59:02 2013 +0100 |
committer | Juan Quintela <quintela@redhat.com> | Mon Jan 13 14:04:55 2014 +0100 |
tree | 5793d2a1a3456981a6eb4b98f28296ada768862c | |
parent | 12291ec18fdce3c1973c172f5a942a1bd26b9a5f [diff] |
kvm: use directly cpu_physical_memory_* api for tracking dirty pages Performance is important in this function, and we want to optimize even further. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>