Home
last modified time | relevance | path

Searched refs:colo_cache (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/system/
H A Dramblock.h29 uint8_t *colo_cache; /* For colo, VM's ram cache */
34 uint8_t *colo_cache; /* For colo, VM's ram cache */ global() member
/openbmc/qemu/migration/
H A Dram.c3609 if (!block->colo_cache) { in colo_init_ram_cache()
3610 error_report("%s: colo_cache is NULL in block :%s", in colo_init_ram_cache()
3623 return block->colo_cache + offset; in colo_incoming_start_dirty_log()
3664 block->colo_cache = qemu_anon_ram_alloc(block->used_length, in colo_release_ram_cache()
3666 if (!block->colo_cache) { in colo_release_ram_cache()
3671 if (block->colo_cache) {
3672 qemu_anon_ram_free(block->colo_cache, block->used_length);
3673 block->colo_cache = NULL;
3679 qemu_madvise(block->colo_cache, block->used_length,
3741 if (block->colo_cache) { in ram_load_postcopy()
[all...]