Home
last modified time | relevance | path

Searched refs:bdrv_all_find_vmstate_bs (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/block/
H A Dsnapshot.h109 BlockDriverState *bdrv_all_find_vmstate_bs(const char *vmstate_bs,
/openbmc/qemu/replay/
H A Dreplay-debugging.c150 bs = bdrv_all_find_vmstate_bs(NULL, false, NULL, NULL); in replay_find_nearest_snapshot()
/openbmc/qemu/block/
H A Dsnapshot.c731 BlockDriverState *bdrv_all_find_vmstate_bs(const char *vmstate_bs, in bdrv_all_find_vmstate_bs() function
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c885 bs = bdrv_all_find_vmstate_bs(NULL, false, NULL, &err); in hmp_info_snapshots()
/openbmc/qemu/migration/
H A Dsavevm.c3096 bs = bdrv_all_find_vmstate_bs(vmstate, has_devices, devices, errp); in save_snapshot()
3262 bs_vm_state = bdrv_all_find_vmstate_bs(vmstate, has_devices, devices, errp); in load_snapshot()