summaryrefslogtreecommitdiffstats
path: root/include/migration/page_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* page_cache: dup memory on insertPeter Lieven2013-03-111-1/+2
| | | | | | | | | | | | The page cache frees all data on finish, on resize and if there is collision on insert. So it should be the caches responsibility to dup the data that is stored in the cache. Signed-off-by: Peter Lieven <pl@kamp.de> Signed-off-by: Orit Wasserman <owasserm@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Juan Quintela <quintela@redhat.com>
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-0/+79
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>