Searched refs:reopen (Results 1 – 12 of 12) sorted by relevance
/qemu/tests/qemu-iotests/ |
H A D | 245 | 102 def reopen(self, opts, newopts = {}, errmsg = None): member in TestBlockdevReopen 143 self.reopen(opts) 146 self.reopen(opts, {'file': 'hd0-file'}) 149 … self.reopen(opts, {'node-name': 'not-found'}, "Failed to find node with node-name='not-found'") 150 self.reopen(opts, {'node-name': ''}, "Failed to find node with node-name=''") 151 …self.reopen(opts, {'node-name': None}, "Invalid parameter type for 'options[0].node-name', expecte… 152 self.reopen(opts, {'driver': 'raw'}, "Cannot change the option 'driver'") 153 self.reopen(opts, {'driver': ''}, "Parameter 'driver' does not accept value ''") 154 …self.reopen(opts, {'driver': None}, "Invalid parameter type for 'options[0].driver', expected: str… 155 self.reopen(opts, {'file': 'not-found'}, "Cannot find device='' nor node-name='not-found'") [all …]
|
H A D | 142 | 369 reopen -o cache.direct=on 371 reopen -o cache.direct=off 376 reopen -o cache.direct=off 378 reopen -o cache.direct=on
|
H A D | 161.out | 12 'qemu-io none0 "reopen -o backing.detect-zeroes=on"' } } 26 'qemu-io none0 "reopen -o backing.detect-zeroes=on"' } } 48 'qemu-io none0 "reopen -o backing.detect-zeroes=on"' } }
|
H A D | 248.out | 5 {"execute": "blockdev-reopen", "arguments": {"options": [{"driver": "qcow2", "file": {"driver": "ra…
|
H A D | 025.out | 17 === Verifying image size after reopen
|
H A D | 171 | 195 reopen -o driver=raw,offset=1536,size=1024
|
H A D | 182.out | 9 === Testing reopen ===
|
H A D | 142.out | 111 --- Cache modes after reopen (live snapshot) --- 187 --- Change cache modes with reopen (qemu-io command, flags) --- 263 --- Change cache modes with reopen (qemu-io command, options) --- 501 --- Cache modes after reopen (live snapshot) --- 589 --- Change cache modes with reopen (qemu-io command, flags) --- 668 --- Basic reopen ---
|
H A D | 171.out | 287 == test reopen ==
|
/qemu/qapi/ |
H A D | pragma.json | 79 'blockdev-reopen' ],
|
H A D | block-core.json | 1751 # cause QEMU to reopen the image file to reparse the backing filename 1752 # (it may, however, perform a reopen to change permissions from r/o -> 3307 # dynamically reopen the image file read-write when the first 3308 # writer is attached to the node and reopen read-only when the 4915 # @blockdev-reopen: 4925 # The command receives a list of block devices to reopen. For each 4956 { 'command': 'blockdev-reopen',
|
/qemu/docs/devel/ |
H A D | build-environment.rst | 79 # update MSYS2 itself, you need to reopen your shell at the end.
|