Home
last modified time | relevance | path

Searched refs:ram_dirty_bitmap_reload (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/migration/
H A Dram.h75 bool ram_dirty_bitmap_reload(MigrationState *s, RAMBlock *rb, Error **errp);
H A Dmigration.c2247 return ram_dirty_bitmap_reload(s, block, errp); in migrate_handle_rp_recv_bitmap()
H A Dram.c4364 bool ram_dirty_bitmap_reload(MigrationState *s, RAMBlock *block, Error **errp) in ram_dirty_bitmap_reload() function