Home
last modified time | relevance | path

Searched refs:bitmaps (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/qemu/tests/qemu-iotests/
H A D190.out2 == Huge file without bitmaps ==
9 bitmaps size: 0
12 bitmaps size: 0
14 == Huge file with bitmaps ==
28 bitmaps size: 537198592
32 "bitmaps": 545259520,
H A D257231 bitmaps = drive.vm.query_bitmaps()
232 log({'bitmaps': bitmaps}, indent=2)
234 return bitmaps
344 bitmaps = perform_writes(drive0, 1)
346 bitmap = vm.get_bitmap(drive0.node, 'bitmap0', bitmaps=bitmaps)
362 bitmaps = perform_writes(drive0, 2, filter_node_name='backup-top')
365 bitmaps=bitmaps))
370 bitmaps=bitmaps))
382 bitmaps = vm.query_bitmaps()
383 log({'bitmaps': bitmaps}, indent=2)
[all …]
H A D236.out4 --- Adding preliminary bitmaps A & B ---
22 "bitmaps": {
86 "bitmaps": {
188 "bitmaps": {
235 "bitmaps": [
258 "bitmaps": {
305 "bitmaps": [
321 "bitmaps": {
359 --- Removing bitmaps A, B, C, and D ---
373 "bitmaps": {
H A D246.out6 --- Adding bitmaps Small, Medium, Large, and Transient ---
16 --- Forcing flush of bitmaps to disk ---
19 "bitmaps": {
59 "bitmaps": {
96 "bitmaps": {
141 --- Forcing flush of bitmaps to disk ---
146 "bitmaps": {
205 --- Forcing flush of bitmaps to disk ---
210 "bitmaps": {
268 "bitmaps": {
H A D254.out28 "bitmaps": [
49 "bitmaps": [
70 "bitmaps": [
94 query-block: device = drive0, node-name = snap, dirty-bitmaps:
122 bitmaps in backing image:
H A D178.out.qcow241 bitmaps size: 0
50 bitmaps size: 0
59 bitmaps size: 0
67 bitmaps size: 0
75 bitmaps size: 0
81 bitmaps size: 0
87 bitmaps size: 0
98 bitmaps size: 0
185 "bitmaps": 0,
196 "bitmaps": 0,
[all …]
H A D242.out39 bitmaps:
48 The same bitmaps in JSON format:
73 bitmaps:
87 The same bitmaps in JSON format:
115 bitmaps:
131 The same bitmaps in JSON format:
166 bitmaps:
H A D300564 bitmaps = self.vm_b.query_bitmaps()
567 for node in bitmaps:
568 bitmaps[node] = sorted((bmap['name'] for bmap in bitmaps[node]))
570 self.assertEqual(bitmaps,
661 bitmaps = self.vm_b.query_bitmaps()
663 for node in bitmaps:
664 bitmaps[node] = sorted(((bmap['name'], bmap['persistent'])
665 for bmap in bitmaps[node]))
667 self.assertEqual(bitmaps,
H A D257.out20 "bitmaps": {}
53 "bitmaps": {
108 "bitmaps": {
163 "bitmaps": {
191 "bitmaps": {
239 "bitmaps": {
261 "bitmaps": {}
289 "bitmaps": {}
322 "bitmaps": {
370 "bitmaps": {
[all …]
H A D260.out9 check that no bitmaps are in snapshot: not found
26 check that no bitmaps are in snapshot: not found
43 check that no bitmaps are in snapshot: not found
H A D24244 bitmaps = result['format-specific']['data']['bitmaps']
46 log(bitmaps, indent=2)
H A D194.out26 Check bitmaps on source:
28 Check bitmaps on target:
H A D12493 self.bitmaps = list()
193 bitmap = self.bitmaps[-1]
203 self.bitmaps.append(bitmap)
211 bitmap = self.bitmaps[-1]
225 bitmap = self.bitmaps[-1]
245 for bitmap in self.bitmaps:
281 for bitmap in self.bitmaps:
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors.out3 === Test with 6 bitmaps ===
9 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
11 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
14 === Test with 7 bitmaps ===
17 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
18 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
H A Dqemu-img-bitmaps.out1 QA output created by qemu-img-bitmaps
20 qemu-img: Format driver 'raw' does not support bitmaps
29 bitmaps:
45 bitmaps:
70 bitmaps:
91 bitmaps:
128 bitmaps:
148 Try --skip-broken-bitmaps, or use 'qemu-img bitmap --remove' to delete it
158 bitmaps:
171 bitmaps:
H A Dqemu-img-bitmaps84 $QEMU_IMG convert --bitmaps -O raw "$TEST_IMG.orig" "$TEST_IMG" &&
92 $QEMU_IMG convert --bitmaps -O qcow2 "$TEST_IMG.orig" "$TEST_IMG"
145 $QEMU_IMG convert --bitmaps -O qcow2 "$TEST_IMG" "$TEST_IMG.copy" &&
151 $QEMU_IMG convert --bitmaps --skip-broken-bitmaps \
160 $QEMU_IMG convert --bitmaps -O qcow2 "$TEST_IMG" "$TEST_IMG.copy"
/openbmc/qemu/block/
H A Dparallels-ext.c195 GSList *bitmaps = NULL, *el; in parallels_parse_format_extension() local
261 bitmaps = g_slist_append(bitmaps, bitmap); in parallels_parse_format_extension()
273 for (el = bitmaps; el; el = el->next) { in parallels_parse_format_extension()
276 g_slist_free(bitmaps); in parallels_parse_format_extension()
/openbmc/qemu/migration/
H A Dblock-dirty-bitmap.c166 GSList *bitmaps; member
284 for (bmbal = bmna->bitmaps; bmbal; bmbal = bmbal->next) { in construct_alias_map()
855 s->bitmaps = g_slist_prepend(s->bitmaps, b); in dirty_bitmap_load_start()
882 s->bitmaps = g_slist_remove(s->bitmaps, b); in before_vm_start_handle_item()
893 g_slist_foreach(s->bitmaps, before_vm_start_handle_item, s); in dirty_bitmap_mig_before_vm_start()
912 for (item = s->bitmaps; item; item = g_slist_next(item)) { in cancel_incoming_locked()
928 g_slist_free_full(s->bitmaps, g_free); in cancel_incoming_locked()
929 s->bitmaps = NULL; in cancel_incoming_locked()
965 for (item = s->bitmaps; item; item = g_slist_next(item)) { in dirty_bitmap_load_complete()
971 s->bitmaps = g_slist_remove(s->bitmaps, b); in dirty_bitmap_load_complete()
/openbmc/qemu/docs/interop/
H A Dbitmaps.rst46 QEMU uses these bitmaps when making incremental backups to know which sections
59 QEMU supports persisting these bitmaps to disk via the qcow2 image format.
61 whereas bitmaps that are not are called "transient".
63 QEMU also supports the migration of both transient bitmaps (tracking any
64 arbitrary image format) or persistent bitmaps (qcow2) via live migration.
79 .. warning:: Transient bitmaps will not be saved on QEMU exit! Persistent
80 bitmaps are available only on qcow2 images.
86 managed bitmaps have a human-readable name chosen by the user at creation
89 - A bitmap's name is unique to the node, but bitmaps attached to different
90 nodes can share the same name. Therefore, all bitmaps are addressed via
[all …]
H A Dindex.rst12 bitmaps
H A Dqcow2.rst150 This bit indicates consistency for the bitmaps
154 bitmaps extension present.
156 If the bitmaps extension is present but this
157 bit is unset, the bitmaps extension data must be
320 The bitmaps extension is an optional header extension. It provides the ability
321 to store bitmaps related to a virtual disk. For now, there is only one bitmap
328 The fields of the bitmaps extension are::
331 The number of bitmaps contained in the image. Must be
334 Note: QEMU currently only supports up to 65535 bitmaps per
758 As mentioned above, the bitmaps extension provides the ability to store bitmaps
[all …]
/openbmc/qemu/nbd/
H A Dserver.c118 bool *bitmaps; /* member
935 memset(meta->bitmaps, 1, meta->exp->nr_export_bitmaps); in nbd_meta_qemu_query()
953 memset(meta->bitmaps, 1, meta->exp->nr_export_bitmaps); in nbd_meta_qemu_query()
964 meta->bitmaps[i] = true; in nbd_meta_qemu_query()
1033 g_autofree G_GNUC_UNUSED bool *bitmaps = NULL; in nbd_negotiate_meta_queries() local
1055 g_free(meta->bitmaps); in nbd_negotiate_meta_queries()
1070 meta->bitmaps = g_new0(bool, meta->exp->nr_export_bitmaps); in nbd_negotiate_meta_queries()
1072 bitmaps = meta->bitmaps; in nbd_negotiate_meta_queries()
1088 memset(meta->bitmaps, 1, meta->exp->nr_export_bitmaps); in nbd_negotiate_meta_queries()
1123 if (!meta->bitmaps[i]) { in nbd_negotiate_meta_queries()
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DAdobe-Utopia6 The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font Metric
/openbmc/qemu/block/monitor/
H A Dbitmap-qmp-cmds.c313 BlockDirtyBitmapOrStrList *bitmaps, in qmp_block_dirty_bitmap_merge() argument
316 block_dirty_bitmap_merge(node, target, bitmaps, NULL, errp); in qmp_block_dirty_bitmap_merge()
/openbmc/qemu/
H A Dqemu-nbd.c602 BlockDirtyBitmapOrStrList *bitmaps = NULL; in main() local
734 QAPI_LIST_PREPEND(bitmaps, el); in main()
838 opts.device || disconnect || fmt || sn_id_or_name || bitmaps || in main()
1188 .has_bitmaps = !!bitmaps, in main()
1189 .bitmaps = bitmaps, in main()

123