Home
last modified time | relevance | path

Searched full:medium (Results 1 – 25 of 116) sorted by relevance

12345

/qemu/tests/functional/
H A Dtest_s390x_topology.py116 self.check_topology(0, 0, 0, 0, 'medium', False)
128 self.check_topology(0, 0, 0, 0, 'medium', False)
129 self.check_topology(1, 0, 0, 0, 'medium', False)
130 self.check_topology(2, 1, 0, 0, 'medium', False)
131 self.check_topology(3, 1, 0, 0, 'medium', False)
132 self.check_topology(4, 2, 0, 0, 'medium', False)
133 self.check_topology(5, 2, 0, 0, 'medium', False)
134 self.check_topology(6, 0, 1, 0, 'medium', False)
135 self.check_topology(7, 0, 1, 0, 'medium', False)
136 self.check_topology(8, 1, 1, 0, 'medium', False)
[all …]
/qemu/qapi/
H A Dblock.json100 # 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:
[all …]
/qemu/tests/qemu-iotests/
H A D246.out6 --- Adding bitmaps Small, Medium, Large, and Transient ---
10 {"execute": "block-dirty-bitmap-add", "arguments": {"name": "Medium", "node": "drive0", "persistent…
41 "name": "Medium",
73 "name": "Medium",
126 "name": "Medium",
176 "name": "Medium",
240 "name": "Medium",
259 {"execute": "block-dirty-bitmap-remove", "arguments": {"name": "Medium", "node": "drive0"}}
H A D11877 self.vm.cmd('blockdev-change-medium',
109 self.vm.cmd('blockdev-change-medium', id=self.device_name,
179 self.vm.cmd('blockdev-change-medium', id=self.device_name,
211 self.vm.cmd('blockdev-remove-medium',
219 self.vm.cmd('blockdev-insert-medium',
248 result = self.vm.qmp('blockdev-remove-medium', id=self.device_name)
261 result = self.vm.qmp('blockdev-insert-medium', id=self.device_name,
303 result = self.vm.qmp('blockdev-insert-medium', id=self.device_name,
334 self.vm.cmd('blockdev-remove-medium', id=self.device_name)
382 self.vm.cmd('blockdev-change-medium', id=self.device_name,
[all …]
H A D24649 log('\n--- Adding bitmaps Small, Medium, Large, and Transient ---\n')
53 name="Medium", persistent=True)
110 vm.qmp_log("block-dirty-bitmap-remove", node="drive0", name="Medium")
H A D186107 echo "=== -drive if=none/-device=<bb-name> (with medium) ==="
116 echo "=== -drive if=none/-device=<bb-name> (without medium) ==="
H A D093400 self.vm.cmd("blockdev-remove-medium", id='dev0')
401 self.vm.cmd("blockdev-insert-medium", id='dev0', node_name='cd1')
409 self.vm.cmd("blockdev-remove-medium", id='dev0')
411 # Check that we can't set limits if the device has no medium
/qemu/include/scsi/
H A Dutils.h62 /* LUN not ready, Medium not present */
64 /* LUN not ready, medium removal prevented */
86 /* Illegal request, medium removal prevented */
100 /* Medium error, Unrecovered read error */
108 /* LUN not ready, Medium not present */
112 /* Unit attention, Medium may have changed*/
/qemu/scsi/
H A Dutils.c165 /* LUN not ready, Medium not present */
170 /* LUN not ready, medium removal prevented */
220 /* Illegal request, Incompatible medium installed */
225 /* Illegal request, medium removal prevented */
275 /* Medium Error, Unrecovered read error */
300 /* Unit attention, No medium */
305 /* Unit attention, Medium may have changed */
420 case 0x3a00: /* MEDIUM NOT PRESENT */ in scsi_sense_to_errno()
421 case 0x3a01: /* MEDIUM NOT PRESENT TRAY CLOSED */ in scsi_sense_to_errno()
422 case 0x3a02: /* MEDIUM NOT PRESENT TRAY OPEN */ in scsi_sense_to_errno()
[all …]
/qemu/include/system/
H A Dblock-backend-common.h48 * is closed, and the medium is locked.
50 * this callback. Device models that can lock the medium or tray might
57 * Is the virtual medium locked into the device?
/qemu/block/
H A Dqapi-system.c217 * called at all); therefore, the medium needs to be ejected here. in blockdev_remove_medium()
250 error_setg(errp, "There already is a medium in the device"); in qmp_blockdev_insert_anon_medium()
261 * called at all); therefore, the medium needs to be pushed into the in qmp_blockdev_insert_anon_medium()
394 /* If the medium has been inserted, the device has its own reference, so in qmp_blockdev_change_medium()
434 error_setg(errp, "Device has no medium"); in qmp_block_set_io_throttle()
/qemu/docs/devel/
H A Ds390-cpu-topology.rst42 "entitlement": "medium",
136 - Vertical medium
/qemu/docs/system/s390x/
H A Dcpu-topology.rst109 - entitlement: ``medium``
200 - a vCPU with vertical medium entitlement specifies that this
208 with medium or low entitlement.
/qemu/gdb-xml/
H A Di386-64bit-linux.xml5 are permitted in any medium without royalty provided the copyright
H A Di386-32bit-linux.xml5 are permitted in any medium without royalty provided the copyright
H A Driscv-32bit-virtual.xml5 are permitted in any medium without royalty provided the copyright
H A Driscv-64bit-virtual.xml5 are permitted in any medium without royalty provided the copyright
H A Daarch64-mte.xml5 are permitted in any medium without royalty provided the copyright
H A Dmicroblaze-stack-protect.xml5 are permitted in any medium without royalty provided the copyright
H A Daarch64-pauth.xml5 are permitted in any medium without royalty provided the copyright
H A Darm-vfp-sysregs.xml5 are permitted in any medium without royalty provided the copyright
H A Darm-m-profile-mve.xml5 are permitted in any medium without royalty provided the copyright
/qemu/scripts/ci/gitlab-kubernetes-runners/
H A Dvalues.yaml28 medium = "Memory"
/qemu/include/qemu/
H A Dprocessor.h17 /* set Hardware Multi-Threading (HMT) priority to low; then back to medium */
/qemu/python/
H A Dsetup.py33 # https://medium.com/@daveshawley/safely-using-setup-cfg-for-metadata-1babbe54c108

12345