/qemu/hw/intc/ |
H A D | grlib_irqmp.c | 84 uint32_t force[IRQMP_MAX_CPU]; member 98 uint32_t pend = (state->pending | state->force[i]) & state->mask[i]; in grlib_irqmp_check_irqs() 102 trace_grlib_irqmp_check_irqs(state->pending, state->force[i], in grlib_irqmp_check_irqs() 115 state->force[cpu] &= ~mask; in grlib_irqmp_ack_mask() 154 s->force[i] |= 1 << irq; in grlib_irqmp_set_irq() 184 /* This register is an "alias" for the force register of CPU 0 */ in grlib_irqmp_read() 185 return state->force[0]; in grlib_irqmp_read() 209 /* force registers */ in grlib_irqmp_read() 214 return state->force[cpu]; in grlib_irqmp_read() 254 /* This register is an "alias" for the force register of CPU 0 */ in grlib_irqmp_write() [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 153.out | 2 == readonly=off,force-share=on should be rejected == 3 QEMU_PROG: -drive if=none,file=null-co://,readonly=off,force-share=on: force-share=on can only be u… 21 == Launching another QEMU, opts: 'read-only=on,force-share=on' == 104 qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 109 qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 147 qemu-img: Could not open 'TEST_DIR/t.qcow2': force-share=on can only be used with read-only images 166 == Launching another QEMU, opts: 'read-only=on,force-share=on' == 228 qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 233 qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images 271 qemu-img: Could not open 'TEST_DIR/t.qcow2': force-share=on can only be used with read-only images [all …]
|
H A D | 218 | 74 log('--- force=false ---') 82 log(vm.qmp('block-job-cancel', device='mirror', force=False)) 88 log('--- force=true ---') 96 log(vm.qmp('block-job-cancel', device='mirror', force=True)) 106 log('--- force=false ---') 116 log(vm.qmp('block-job-cancel', device='mirror', force=False)) 122 log('--- force=true ---') 132 log(vm.qmp('block-job-cancel', device='mirror', force=True))
|
H A D | 266 | 53 'force-size': False }) 61 # Not representable in CHS (fine with force-size=True) 68 'force-size': True }) 71 # Size not representable in CHS with force-size=False 76 # Not representable in CHS (will not work with force-size=False) 82 'force-size': False }) 113 'force-size': True })
|
H A D | 153 | 88 echo "== readonly=off,force-share=on should be rejected ==" 89 _run_qemu_with_images null-co://,readonly=off,force-share=on 91 for opts1 in "" "read-only=on" "read-only=on,force-share=on"; do 105 for opts2 in "" "read-only=on" "read-only=on,force-share=on"; do 160 test_opts="read-only=off read-only=on read-only=on,force-share=on" 260 echo "== Detecting -U and force-share conflicts ==" 264 $QEMU_IMG info -U --image-opts driver=null-co,force-share=on 267 $QEMU_IMG info -U --image-opts driver=null-co,force-share=off 271 $QEMU_IO -c 'open -r -U -o driver=null-co,force-share=on' 274 $QEMU_IO -c 'open -r -U -o driver=null-co,force-share=off'
|
H A D | 218.out | 4 --- force=false --- 10 --- force=true --- 18 --- force=false --- 25 --- force=true ---
|
H A D | 146 | 60 echo === Testing VPC with current_size force === 68 echo === Testing VPC with chs force === 87 echo === Testing Hyper-V with current_size force === 95 echo === Testing Hyper-V with chs force === 114 echo === Testing d2v with current_size force === 122 echo === Testing d2v with chs force ===
|
H A D | 295 | 125 slot = None, force = False): argument 155 if force == True: 156 args['force'] = True 163 def eraseKeyQmp(self, id, old_secret = None, slot = None, force = False): argument 189 if force == True: 190 args['force'] = True 255 self.addKeyQmp("testdev", new_secret = self.secrets[5], slot=2, force=True) 265 self.eraseKeyQmp("testdev", old_secret = self.secrets[0], force=True)
|
H A D | 293 | 174 echo "== replace secret0 with secret1 with force (should work) ==" 175 … $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}iter-time=10,${PR}keyslot=0 --force 191 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}old-secret=sec5 --force 192 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}old-secret=sec0 --force 193 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=1 --force 196 echo "== erase last secret with force by slot (should work) ==" 197 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=0 --force
|
H A D | 261.out | 183 You can force-remove this extra metadata with qemu-img check -r all 186 You can force-remove this extra metadata with qemu-img check -r all 206 You can force-remove all 1 overhanging snapshots with qemu-img check -r all 209 You can force-remove all 1 overhanging snapshots with qemu-img check -r all 238 You can force-remove this extra metadata with qemu-img check -r all 241 You can force-remove this extra metadata with qemu-img check -r all 264 You can force-remove all 65536 overhanging snapshots with qemu-img check -r all
|
H A D | 229 | 4 # Test for force canceling a running blockjob that is paused in 92 echo '=== Force cancel job paused in error state ===' 101 'force': true}}" \
|
H A D | 266.out | 34 …{"job-id": "job0", "options": {"driver": "vpc", "file": "protocol-node", "force-size": false, "siz… 56 …{"job-id": "job0", "options": {"driver": "vpc", "file": "protocol-node", "force-size": true, "size… 77 …{"job-id": "job0", "options": {"driver": "vpc", "file": "protocol-node", "force-size": false, "siz… 141 …{"job-id": "job0", "options": {"driver": "vpc", "file": "protocol-node", "force-size": true, "size…
|
/qemu/include/standard-headers/linux/ |
H A D | input.h | 179 #define EVIOCSFF _IOW('E', 0x80, struct ff_effect) /* send a force effect to a force feedback devi… 180 #define EVIOCRMFF _IOW('E', 0x81, int) /* Erase a force effect */ 286 * Values describing the status of a force-feedback effect 303 * struct ff_replay - defines scheduling of the force-feedback effect 313 * struct ff_trigger - defines what triggers the force-feedback effect 323 * struct ff_envelope - generic force-feedback effect envelope 330 * envelope force-feedback core will convert to positive/negative 342 * struct ff_constant_effect - defines parameters of a constant force-feedback effect 352 * struct ff_ramp_effect - defines parameters of a ramp force-feedback effect 364 * struct ff_condition_effect - defines a spring or friction force-feedback effect [all …]
|
/qemu/block/ |
H A D | qapi-system.c | 67 * If @force, ignore its tray lock. 77 bool force, Error **errp) in do_open_tray() argument 104 blk_dev_eject_request(blk, force); in do_open_tray() 107 if (!locked || force) { in do_open_tray() 111 if (locked && !force) { in do_open_tray() 112 error_setg(errp, "Device '%s' is locked and force was not specified, " in do_open_tray() 122 bool has_force, bool force, in qmp_blockdev_open_tray() argument 129 force = false; in qmp_blockdev_open_tray() 131 rc = do_open_tray(device, id, force, &local_err); in qmp_blockdev_open_tray() 311 bool has_force, bool force, in qmp_blockdev_change_medium() argument [all …]
|
H A D | amend.c | 42 bool force; member 52 ret = s->bs->drv->bdrv_co_amend(s->bs, s->opts, s->force, errp); in blockdev_amend_run() 92 bool force, in qmp_x_blockdev_amend() argument 144 s->force = has_force ? force : false; in qmp_x_blockdev_amend()
|
/qemu/ |
H A D | job.c | 888 static void job_cancel_async_locked(Job *job, bool force) in job_cancel_async_locked() argument 893 force = job->driver->cancel(job, force); in job_cancel_async_locked() 896 /* No .cancel() means the job will behave as if force-cancelled */ in job_cancel_async_locked() 897 force = true; in job_cancel_async_locked() 917 * @force.) in job_cancel_async_locked() 919 if (force || !job->deferred_to_main_loop) { in job_cancel_async_locked() 921 /* To prevent 'force == false' overriding a previous 'force == true' */ in job_cancel_async_locked() 922 job->force_cancel |= force; in job_cancel_async_locked() 952 * Therefore, pass force=true to terminate all other jobs as quickly in job_completed_txn_abort_locked() 1137 void job_cancel_locked(Job *job, bool force) in job_cancel_locked() argument [all …]
|
/qemu/tests/functional/ |
H A D | test_x86_cpu_model_versions.py | 255 'Cascadelake-Server,x-force-features=on,check=off,' 265 'Cascadelake-Server,x-force-features=on,check=off,' 276 'Cascadelake-Server,x-force-features=on,check=off,' 286 'Cascadelake-Server,x-force-features=on,check=off,' 297 'Cascadelake-Server-v1,x-force-features=on,check=off,' 307 'Cascadelake-Server-v2,x-force-features=on,check=off,' 318 'Cascadelake-Server-v1,x-force-features=on,check=off,' 328 'Cascadelake-Server-v2,x-force-features=on,check=off,'
|
H A D | test_virtio_version.py | 95 # Force modern mode: 106 # Force transitional mode: 111 # Force legacy mode: 155 # Force modern mode:
|
/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 322 # if not self.file.force: 554 if not self.file.force: 566 if not self.file.force: 570 if not self.file.force: 577 if not self.file.force: 582 if not self.file.force: 634 if not self.file.force: 651 if not self.file.force: 655 if not self.file.force: 662 if not self.file.force: [all …]
|
/qemu/include/qemu/ |
H A D | job.h | 300 * immediately without any further I/O (mandatory if @force is 302 * know whether a job has been truly (force-)cancelled, or whether 308 bool (*cancel)(Job *job, bool force); 640 * Asynchronously cancel the specified @job. If @force is true, the job should 644 void job_cancel_locked(Job *job, bool force); 651 void job_user_cancel_locked(Job *job, bool force, Error **errp); 655 * before the function returns. If @force is false, the job may 664 int job_cancel_sync(Job *job, bool force); 667 int job_cancel_sync_locked(Job *job, bool force); 670 * Synchronously force-cancels all jobs using job_cancel_sync_locked().
|
/qemu/include/hw/timer/ |
H A D | imx_gpt.h | 64 #define GPT_CR_FO1 (1 << 29) /* Force Output Compare Channel 1 */ 65 #define GPT_CR_FO2 (1 << 30) /* Force Output Compare Channel 2 */ 66 #define GPT_CR_FO3 (1 << 31) /* Force Output Compare Channel 3 */
|
/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 301 bool force = qdict_get_try_bool(qdict, "force", false); in hmp_block_job_cancel() local 303 qmp_block_job_cancel(device, true, force, &error); in hmp_block_job_cancel() 467 bool force = qdict_get_try_bool(qdict, "force", false); in hmp_nbd_server_remove() local 471 qmp_nbd_server_remove(name, force, BLOCK_EXPORT_REMOVE_MODE_HARD, &err); in hmp_nbd_server_remove() 538 bool force = qdict_get_try_bool(qdict, "force", false); in hmp_eject() local 542 qmp_eject(device, NULL, true, force, &err); in hmp_eject() 994 const char *arg, const char *read_only, bool force, in hmp_change_medium() argument 1010 qmp_blockdev_change_medium(device, NULL, target, arg, true, force, in hmp_change_medium()
|
/qemu/accel/tcg/ |
H A D | watchpoint.c | 99 * Force recompile to succeed, because icount may in cpu_check_watchpoint() 103 /* Force execution of one insn next time. */ in cpu_check_watchpoint() 133 /* Force execution of one insn next time. */ in cpu_check_watchpoint()
|
/qemu/docs/system/ |
H A D | generic-loader.rst | 79 -device loader,file=<file>[,addr=<addr>][,cpu-num=<cpu-num>][,force-raw=<raw>] 97 ``<force-raw>`` 98 Setting 'force-raw=on' forces the file to be treated as a raw image.
|
/qemu/docs/system/arm/ |
H A D | aspeed.rst | 324 -device loader,force-raw=on,addr=0x400000000,file=${IMGDIR}/u-boot-nodtb.bin \ 325 -device loader,force-raw=on,addr=$((0x400000000 + ${UBOOT_SIZE})),file=${IMGDIR}/u-boot.dtb \ 326 -device loader,force-raw=on,addr=0x430000000,file=${IMGDIR}/bl31.bin \ 327 -device loader,force-raw=on,addr=0x430080000,file=${IMGDIR}/optee/tee-raw.bin \ 383 -device loader,force-raw=on,addr=0x400000000,file=${IMGDIR}/u-boot-nodtb.bin \ 384 -device loader,force-raw=on,addr=$((0x400000000 + ${UBOOT_SIZE})),file=${IMGDIR}/u-boot.dtb \ 385 -device loader,force-raw=on,addr=0x430000000,file=${IMGDIR}/bl31.bin \ 386 -device loader,force-raw=on,addr=0x430080000,file=${IMGDIR}/optee/tee-raw.bin \
|