Searched refs:bdrv_all_can_snapshot (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | snapshot.h | 91 bool bdrv_all_can_snapshot(bool has_devices, strList *devices,
|
/openbmc/qemu/block/ |
H A D | snapshot.c | 534 bool bdrv_all_can_snapshot(bool has_devices, strList *devices, in bdrv_all_can_snapshot() function
|
/openbmc/qemu/migration/ |
H A D | savevm.c | 3071 if (!bdrv_all_can_snapshot(has_devices, devices, errp)) { in save_snapshot() 3249 if (!bdrv_all_can_snapshot(has_devices, devices, errp)) { in load_snapshot() 3334 if (!bdrv_all_can_snapshot(has_devices, devices, errp)) { in delete_snapshot()
|