aboutsummaryrefslogtreecommitdiff
path: root/migration/page_cache.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-08migration: Fix cache_init()'s "Failed to allocate" error messagesMarkus Armbruster1-4/+2
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster1-1/+1
2020-10-26migration: using trace_ to replace DPRINTFBihong Yu1-10/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-06-01migration: use local path for local headersMichael S. Tsirkin1-1/+1
2017-10-29migration: Make sure that we pass the right cache sizeJuan Quintela1-5/+7
2017-10-23migration: Make cache_init() take an error parameterJuan Quintela1-6/+11
2017-10-23migration: Make cache size elements use the right typesJuan Quintela1-4/+4
2017-10-23migratiom: Remove max_item_age parameterJuan Quintela1-2/+0
2017-09-06xbzrle: Drop unused cache_resize()Markus Armbruster1-56/+0
2017-05-17migration: Move page_cache.c to migration/Juan Quintela1-0/+236