/qemu/tests/qemu-iotests/ |
H A D | 133.out | 7 qemu-io: Cannot change the option 'node-name' 8 qemu-io: Cannot change the option 'node-name' 9 qemu-io: Cannot change the option 'node-name' 16 qemu-io: Cannot change the option 'driver' 17 qemu-io: Cannot change the option 'driver' 18 qemu-io: Cannot change the option 'driver'
|
H A D | 195 | 4 # Test change-backing-file command 64 echo "Change backing file of mid (opened read-only)" 69 {"execute":"change-backing-file", "arguments":{"device":"none0","image-node-name":"mid","backing-fi… 76 echo "Change backing file of top (opened writable)" 83 {"execute":"change-backing-file", "arguments":{"device":"none0","image-node-name":"top","backing-fi…
|
H A D | 228 | 28 # Need backing file and change-backing-file support 84 log('--- change-backing-file ---') 104 # Next, change the backing file to something different 106 vm.qmp_log('change-backing-file', 118 # Change it back 121 vm.qmp_log('change-backing-file', 138 vm.qmp_log('change-backing-file', 195 # change-backing-file))
|
H A D | 245 | 148 # We cannot change any of these 152 self.reopen(opts, {'driver': 'raw'}, "Cannot change the option 'driver'") 158 self.reopen(opts, {'file.node-name': 'newname'}, "Cannot change the option 'node-name'") 159 self.reopen(opts, {'file.driver': 'host_device'}, "Cannot change the option 'driver'") 160 self.reopen(opts, {'file.filename': hd_path[1]}, "Cannot change the option 'filename'") 161 self.reopen(opts, {'file.aio': 'native'}, "Cannot change the option 'aio'") 162 self.reopen(opts, {'file.locking': 'off'}, "Cannot change the option 'locking'") 203 # We cannot change any of these options 204 self.reopen(opts, {'backing.node-name': 'newname'}, "Cannot change the option 'node-name'") 205 self.reopen(opts, {'backing.driver': 'raw'}, "Cannot change the option 'driver'") [all …]
|
H A D | 118 | 4 # Test case for media change monitor commands 77 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, 382 self.vm.cmd('blockdev-change-medium', id=self.device_name, 401 self.vm.cmd('blockdev-change-medium', id=self.device_name, 421 result = self.vm.qmp('blockdev-change-medium', id=self.device_name, 443 self.vm.cmd('blockdev-change-medium', 463 self.vm.cmd('blockdev-change-medium', 482 self.vm.cmd('blockdev-change-medium', [all …]
|
H A D | 228.out | 13 --- change-backing-file --- 17 {"execute": "change-backing-file", "arguments": {"backing-file": "null-co://", "device": "node0", "… 24 {"execute": "change-backing-file", "arguments": {"backing-file": "TEST_DIR/PID-base.img", "device":… 31 {"execute": "change-backing-file", "arguments": {"backing-file": "file:TEST_DIR/PID-base.img", "dev…
|
H A D | 161.out | 6 *** Change an option on the backing file 15 *** Stream and then change an option on the backing file 34 *** Commit and then change an option on the backing file
|
H A D | 161 | 59 echo "*** Change an option on the backing file" 78 echo "*** Stream and then change an option on the backing file" 106 echo "*** Commit and then change an option on the backing file"
|
/qemu/hw/xtensa/ |
H A D | mx_pic.c | 188 uint32_t change = 0; in xtensa_mx_pic_ext_reg_write() local 194 change = mx->mieng & v; in xtensa_mx_pic_ext_reg_write() 202 change = ~mx->mieng & v; in xtensa_mx_pic_ext_reg_write() 210 change = mx->miasg & v; in xtensa_mx_pic_ext_reg_write() 218 change = ~mx->miasg & v; in xtensa_mx_pic_ext_reg_write() 226 change = mx->mipipart ^ v; in xtensa_mx_pic_ext_reg_write() 234 change = mx->runstall ^ v; in xtensa_mx_pic_ext_reg_write() 240 if (change & (1u << cpu)) { in xtensa_mx_pic_ext_reg_write() 256 if (change) { in xtensa_mx_pic_ext_reg_write()
|
/qemu/docs/system/devices/ |
H A D | igb.rst | 42 As these devices are very similar, if you make a change for igb and the same 43 change can be applied to e1000e and e1000, please do so. 45 Please do not forget to run tests before submitting a change. As tests included 47 the change to confirm it works in an integrated system.
|
/qemu/hw/input/ |
H A D | trace-events | 7 adb_device_kbd_request_change_addr(int devaddr) "change addr to 0x%x" 8 adb_device_kbd_request_change_addr_and_handler(int devaddr, int handler) "change addr and handler t… 14 adb_device_mouse_request_change_addr(int devaddr) "change addr to 0x%x" 15 adb_device_mouse_request_change_addr_and_handler(int devaddr, int handler) "change addr and handler…
|
/qemu/include/hw/usb/ |
H A D | ehci-regs.h | 31 #define USBSTS_PCD (1 << 2) // Port Change Detect 75 #define PORTSC_OCC (1 << 5) // Over Current Change 77 #define PORTSC_PEDC (1 << 3) // Port Enable/Disable Change 79 #define PORTSC_CSC (1 << 1) // Connect Status Change
|
/qemu/docs/devel/ |
H A D | tcg.rst | 22 The target CPUs have many internal states which change the way they 25 CPU cannot change in it. The state is recorded in the Translation 115 * The change in CPU state must be constant, e.g., a direct branch and 119 may change, causing the code at the destination address to change. 179 mappings change, all caches in QEMU are physically indexed. This 183 change, chaining is only performed when the destination of the jump
|
H A D | replay.rst | 110 Two functions are used for this purpose; because these actions change 133 do not change the virtual machine state. For this reason real time 147 All virtual devices should use virtual clock for timers that change the guest 151 Virtual devices can also use realtime clock for the events that do not change 222 after that stop should not break the replay by the unneeded guest state change. 237 that perform operations with virtual hardware. These operations may change 238 system's state (e.g., change some register or generate interrupt) and
|
/qemu/ |
H A D | hmp-commands.hx | 211 .name = "change", 214 .help = "change a removable medium, optional format, use -f to force the operation", 219 ``change`` *device* *setting* 220 Change the configuration of a device. 222 ``change`` *diskdevice* [-f] *filename* [*format* [*read-only-mode*]] 223 Change the medium for a removable disk device to point to *filename*. eg:: 225 (qemu) change ide1-cd0 /path/to/some.iso 232 *read-only-mode* may be used to change the read-only status of the device. 244 ``change vnc password`` [*password*] 246 Change the password associated with the VNC server. If the new password [all …]
|
/qemu/backends/ |
H A D | hostmem-file.c | 111 error_setg(errp, "cannot change property 'mem-path' of %s", in set_mem_path() 149 error_setg(errp, "cannot change property '%s' of %s", name, in file_memory_backend_set_align() 179 error_setg(errp, "cannot change property '%s' of %s", name, in file_memory_backend_set_offset() 202 error_setg(errp, "cannot change property 'pmem' of %s.", in file_memory_backend_set_pmem() 225 error_setg(errp, "cannot change property 'readonly' of %s.", in file_memory_backend_set_readonly() 251 error_setg(errp, "cannot change property '%s' of %s.", name, in file_memory_backend_set_rom()
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_mem.h | 192 /* Block size and alignment. Cannot change. */ 194 /* Valid with VIRTIO_MEM_F_ACPI_PXM. Cannot change. */ 197 /* Start address of the memory region. Cannot change. */ 199 /* Region size (maximum). Cannot change. */ 212 /* Requested size. New plug requests cannot exceed it. Can change. */
|
/qemu/docs/specs/ |
H A D | vmgenid.rst | 18 guest operating system notices the change, and is then able to react as 136 Notify (\_SB.VGEN, 0x80) // Status Change 147 change the contents of the memory at runtime, specifically when starting a 174 shown above in the iasl dump). Note that this change is not propagated 181 Since BIOS or UEFI does not necessarily run when we wish to change the GUID, 184 As spelled out in the specification, any change to the GUID executes an
|
/qemu/docs/config/ |
H A D | mach-virt-serial.cfg | 13 # CHANGE ME before being able to use this configuration! 108 file = "/usr/share/AAVMF/AAVMF_CODE.fd" # CHANGE ME 115 file = "guest_VARS.fd" # CHANGE ME 214 file = "guest.qcow2" # CHANGE ME 225 file = "install.iso" # CHANGE ME
|
H A D | mach-virt-graphical.cfg | 12 # CHANGE ME before being able to use this configuration! 102 file = "/usr/share/AAVMF/AAVMF_CODE.fd" # CHANGE ME 109 file = "guest_VARS.fd" # CHANGE ME 208 file = "guest.qcow2" # CHANGE ME 219 file = "install.iso" # CHANGE ME
|
/qemu/block/ |
H A D | stream.c | 79 * drained_begin() might change the graph, and if we do this only later, we in stream_prepare() 112 * This call will do I/O, so the graph can change again from here on. in stream_prepare() 113 * We have already completed the graph change, so we are not in danger in stream_prepare() 385 * every block only once, assuming that it doesn't change, so forbid writes in stream_start() 387 * bottom node might change after the call to bdrv_reopen_set_read_only() in stream_start() 389 * above_base node might change after the call to in stream_start()
|
/qemu/include/hw/s390x/ |
H A D | ap-bridge.h | 42 * change event 46 * This function checks for any pending AP config change events and,
|
/qemu/tests/functional/ |
H A D | test_vnc.py | 45 set_password_response = self.vm.qmp('change-vnc-password', 70 set_password_response = self.vm.qmp('change-vnc-password', 83 self.vm.cmd('change-vnc-password',
|
/qemu/qapi/ |
H A D | block.json | 299 # @blockdev-change-medium command. 313 # @blockdev-change-medium: 330 # @read-only-mode: change the read-only mode of the device; defaults 346 # :title: Change a removable medium 348 # -> { "execute": "blockdev-change-medium", 357 # -> { "execute": "blockdev-change-medium", 367 # -> { "execute": "blockdev-change-medium", 375 { 'command': 'blockdev-change-medium', 438 # Change I/O throttle limits for a block drive.
|
H A D | job.json | 108 # @change: see @block-job-change (since 8.2) 114 'finalize', 'change' ] } 176 # JOB_STATUS_CHANGE event. Usually, the status will change to 275 # of the job. This value can arbitrarily change while the job is
|