Lines Matching full:medium
100 # Ejects the medium from a removable drive.
134 # inserted as a medium, it will become inaccessible to the guest (but
188 # tree will be loaded as the medium.
221 # @blockdev-remove-medium:
223 # Removes a medium (a block driver state tree) from a block device.
227 # If the tray is open and there is no medium inserted, this will be a
236 # -> { "execute": "blockdev-remove-medium",
254 # -> { "execute": "blockdev-remove-medium",
259 { 'command': 'blockdev-remove-medium',
263 # @blockdev-insert-medium:
265 # Inserts a medium (a block driver state tree) into a block device.
267 # attached guest device) and there must be no medium inserted already.
285 # -> { "execute": "blockdev-insert-medium",
291 { 'command': 'blockdev-insert-medium',
299 # @blockdev-change-medium command.
313 # @blockdev-change-medium:
315 # Changes the medium inserted into a block device by ejecting the
316 # current medium and loading a new image file which is inserted as the
317 # new medium (this command combines blockdev-open-tray,
318 # blockdev-remove-medium, blockdev-insert-medium and
346 # :title: Change a removable medium
348 # -> { "execute": "blockdev-change-medium",
355 # :title: Load a read-only medium into a writable drive
357 # -> { "execute": "blockdev-change-medium",
367 # -> { "execute": "blockdev-change-medium",
375 { 'command': 'blockdev-change-medium',