Home
last modified time | relevance | path

Searched refs:reopen (Results 1 – 12 of 12) sorted by relevance

/qemu/tests/qemu-iotests/
H A D245102 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 D142369 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 D161.out12 '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 D248.out5 {"execute": "blockdev-reopen", "arguments": {"options": [{"driver": "qcow2", "file": {"driver": "ra…
H A D025.out17 === Verifying image size after reopen
H A D171195 reopen -o driver=raw,offset=1536,size=1024
H A D182.out9 === Testing reopen ===
H A D142.out111 --- 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 D171.out287 == test reopen ==
/qemu/qapi/
H A Dpragma.json79 'blockdev-reopen' ],
H A Dblock-core.json1751 # 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 Dbuild-environment.rst79 # update MSYS2 itself, you need to reopen your shell at the end.