Home
last modified time | relevance | path

Searched defs:bitmaps (Results 1 – 8 of 8) sorted by relevance

/qemu/block/monitor/
H A Dbitmap-qmp-cmds.c313 BlockDirtyBitmapOrStrList *bitmaps, in qmp_block_dirty_bitmap_merge()
/qemu/block/
H A Dparallels-ext.c195 GSList *bitmaps = NULL, *el; in parallels_parse_format_extension() local
H A Dqcow2.c5261 Qcow2BitmapInfoList *bitmaps; in qcow2_get_specific_info() local
/qemu/
H A Dqemu-nbd.c595 BlockDirtyBitmapOrStrList *bitmaps = NULL; in main() local
H A Dqemu-img.c2254 bool bitmaps = false; in img_convert() local
/qemu/nbd/
H A Dserver.c118 bool *bitmaps; /* member
1031 g_autofree G_GNUC_UNUSED bool *bitmaps = NULL; in nbd_negotiate_meta_queries() local
1795 BlockDirtyBitmapOrStrList *bitmaps; in nbd_export_create() local
/qemu/migration/
H A Dblock-dirty-bitmap.c166 GSList *bitmaps; member
/qemu/tests/qemu-iotests/
H A Diotests.py1091 def get_bitmap(self, node_name, bitmap_name, recording=None, bitmaps=None): argument