summaryrefslogtreecommitdiffstats
path: root/include/exec/ram_addr.h
Commit message (Collapse)AuthorAgeFilesLines
...
* memory: syncronize kvm bitmap using bitmaps operationsJuan Quintela2014-01-131-18/+36
| | | | | | | | If bitmaps are aligned properly, use bitmap operations. If they are not, just use old bit at a time code. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>
* memory: move bitmap synchronization to its own functionJuan Quintela2014-01-131-0/+31
| | | | | | | | We want to have all the functions that handle directly the dirty bitmap near. We will change it later. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>
* memory: split cpu_physical_memory_* functions to its own includeJuan Quintela2014-01-131-0/+98
All the functions that use ram_addr_t should be here. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>