Searched refs:recording (Results 1 – 17 of 17) sorted by relevance
/qemu/tests/qemu-iotests/ |
H A D | 246.out | 27 "recording": true 35 "recording": true 43 "recording": true 51 "recording": true 67 "recording": true 75 "recording": true 83 "recording": true 104 "recording": true 112 "recording": true 120 "recording": true [all …]
|
H A D | 236.out | 30 "recording": true 38 "recording": true 94 "recording": true 102 "recording": true 196 "recording": false 204 "recording": false 212 "recording": false 266 "recording": false 274 "recording": false 282 "recording": false [all …]
|
H A D | 257.out | 61 "recording": true 115 "recording": false 122 "recording": false 129 "recording": false 138 "recording": true 146 "recording": true 171 "recording": true 199 "recording": true 247 "recording": true 330 "recording": true [all …]
|
H A D | 254.out | 102 "recording": true 110 "recording": true 118 "recording": true
|
H A D | 194.out | 27 …alse, "count": 0, "granularity": 65536, "name": "bitmap0", "persistent": false, "recording": true}] 29 …alse, "count": 0, "granularity": 65536, "name": "bitmap0", "persistent": false, "recording": true}]
|
H A D | 257 | 369 anonymous.compare(vm.get_bitmap(drive0.node, '', recording=True,
|
H A D | iotests.py | 1109 def get_bitmap(self, node_name, bitmap_name, recording=None, bitmaps=None): argument 1120 if recording is None or bitmap.get('recording') == recording:
|
/qemu/qapi/ |
H A D | audio.json | 17 # recording. 92 # recording. 155 # and recording. 206 # recording. 256 # recording. 308 # and recording. 352 # recording. 393 # recording. 409 # @in: options of the recording stream
|
H A D | block-core.json | 604 # @recording: true if the bitmap is recording new writes from the 615 # improperly stored. Implies @persistent to be true; @recording 623 'recording': 'bool', 'busy': 'bool',
|
/qemu/docs/system/ |
H A D | replay.rst | 14 Execution recording writes a non-deterministic events log, which can be later 45 * After recording, you can replay it by using another command line: 56 The only difference with recording is changing the rr option 58 * Block device images are not actually changed in the recording mode, 129 This snapshot is created at start of recording and restored at start 172 recording the virtual machine this filter puts all packets coming from 180 Audio data is recorded and replay automatically. The command line for recording 190 for recording and replaying must contain identical number of ports in record
|
/qemu/docs/interop/ |
H A D | bitmaps.rst | 120 - ``recording``: This bitmap is recording writes. 142 #. ``Disabled``: This bitmap is not recording new writes. 144 (This is now ``-recording -busy``.) 146 #. ``Active``: This bitmap is recording new writes. 148 (This is now ``+recording -busy``.) 196 persistence, and recording state can be adjusted at creation time. 200 to create a new, actively recording persistent bitmap: 220 To create a new, disabled (``-recording``), transient bitmap that tracks 300 "Enables" a bitmap, setting the ``recording`` bit to true, causing writes to 305 - Persistent enabled bitmaps will remember their ``+recording`` status on [all …]
|
/qemu/docs/devel/ |
H A D | replay.rst | 13 execution. Execution recording writes a non-deterministic events log, which 19 Several parts of QEMU include function calls to make event log recording 42 * recording/replaying user input (mouse, keyboard, and microphone) 44 * network filter for recording and replaying the packets 47 * recording of random numbers obtained from the external sources 56 is written to the log while recording the execution. In replay mode we
|
/qemu/block/ |
H A D | dirty-bitmap.c | 465 info->recording = bdrv_dirty_bitmap_recording(bm); in bdrv_query_dirty_bitmaps()
|
/qemu/docs/system/devices/ |
H A D | usb.rst | 399 All usb devices have support for recording the usb traffic. This can
|
/qemu/docs/tools/ |
H A D | qemu-img.rst | 315 ``--enable`` to change *BITMAP* to start recording future edits. 317 ``--disable`` to change *BITMAP* to stop recording future edits.
|
/qemu/docs/about/ |
H A D | removed-features.rst | 643 these commands is removed. Two new boolean fields, ``recording`` and
|
/qemu/ |
H A D | qemu-options.hx | 1031 Use the specified source/sink for recording/playback. 1047 Use the specified source/sink for recording/playback. 4966 at the start of execution recording. In replay mode this option
|