Lines Matching full:of
6 with ``multifd``. This enables parallel migration of a guest's RAM to
9 The core of the feature is to ensure that RAM pages are mapped
17 usage of O_DIRECT for save/restore of the migration stream as the
48 thought of as snapshots. We can further categorize them into live and
58 Note: if a snapshot is taken of a running VM, but the VM will be
60 right before the snapshot to take benefit of the performance gains
68 background-snapshot should be evaluated as well. One benefit of
71 supported outside of Linux.
73 .. [#alternatives] While this same effect could be obtained with the usage of
76 100s of GiBs), specially if the VM has been stopped beforehand.
81 Instead of having a sequential stream of pages that follow the
106 | stream of pages | | ramblock 2 header |
112 | stream of pages | --------------------------------
128 bitmap of pages written, bitmap size and offset of pages in the
134 Since pages are written to their relative offsets and out of order
137 required. This can be verified in the QIOChannel by the presence of
141 RAM. Other types of memory such as VRAM are migrated as part of device