/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-top-perms | 58 Before commit 53431b9086b28, mirror-top used to not take any 65 take its own locks, e.g. a format driver.) 67 the mirroring VM tries to take back the image, restores the 94 # forced to take the WRITE permission so it can write to the
|
H A D | qcow2-internal-snapshots | 64 echo "=== Write some data, take a snapshot and overwrite part of it ===" 99 # Take a second snapshot
|
/qemu/include/block/ |
H A D | block_int-global-state.h | 54 * @on_error: The action to take upon error. 86 * @on_error: The action to take upon error. 111 * @on_error: The action to take upon error. 143 * @on_source_error: The action to take upon error reading from the source. 144 * @on_target_error: The action to take upon error writing to the target. 180 * @on_source_error: The action to take upon error reading from the source. 181 * @on_target_error: The action to take upon error writing to the target. 182 * @on_cbw_error: The action to take upon error in copy-before-write operations.
|
/qemu/target/arm/tcg/ |
H A D | mte_helper.h | 38 * accessible, and do not take watchpoint traps. The calling code must 41 * that the page is going to be accessible. We will take watchpoint traps. 42 * (3) probe = false, ra != 0 : non-probe -- we will take both memory access
|
H A D | m-nocp.decode | 22 # should take precedence over UNDEF faults over the whole wide 46 # Special cases which do not take an early NOCP: VLLDM and VLSTM 58 # for the UNDEFs there that must take precedence over NOCP.)
|
/qemu/include/qemu/ |
H A D | stats64.h | 19 * those architectures, it tries hard not to take the lock. 99 /* If the high part is affected, take the lock. */ in stat64_add() 153 /* If the value changes in any way, we have to take the lock. */ in stat64_min() 193 /* If the value changes in any way, we have to take the lock. */ in stat64_max()
|
/qemu/target/microblaze/ |
H A D | op_helper.c | 406 bool take = env->msr & MSR_EE; in mb_transaction_failed_internal() local 413 take &= cpu->cfg.iopb_bus_exception; in mb_transaction_failed_internal() 417 take &= cpu->cfg.dopb_bus_exception; in mb_transaction_failed_internal() 421 take &= cpu->cfg.dopb_bus_exception; in mb_transaction_failed_internal() 428 take ? "TAKEN" : "DROPPED"); in mb_transaction_failed_internal() 430 if (take) { in mb_transaction_failed_internal()
|
/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 101 a.1 Take all tests from @groups 107 b.1 exclude_groups must be not specified, so just take @tests 110 c.1 Take all tests
|
/qemu/target/hexagon/ |
H A D | gen_helper_protos.py | 44 ## Add the TCG_CALL_NO_RWG_SE flag to helpers that don't take the env 45 ## argument and aren't HVX instructions. Since HVX instructions take
|
/qemu/ui/ |
H A D | ui-qmp-cmds.c | 85 error_setg(errp, "Parameter 'time' doesn't take value '%s'", in qmp_expire_password() 219 * png_save: Take a screenshot as PNG 353 error_setg(errp, "There is no console to take a screendump from"); in qmp_screendump() 362 * further graphic update are possible until it is released. Take in qmp_screendump()
|
/qemu/bsd-user/netbsd/ |
H A D | target_os_signal.h | 48 #define TARGET_SA_ONSTACK 0x0001 /* take signal on signal stack */ 66 #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */
|
/qemu/include/io/ |
H A D | channel-file.h | 62 * and will take responsibility for closing it, so the 80 * The channel will own the duplicated file descriptor and will take
|
/qemu/bsd-user/openbsd/ |
H A D | target_os_signal.h | 48 #define TARGET_SA_ONSTACK 0x0001 /* take signal on signal stack */ 66 #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */
|
/qemu/docs/devel/ |
H A D | conflict-resolution.rst | 6 Conflicts in the community can take many forms, from someone having a 45 1. Take no action. For example, if the leadership committee determines
|
H A D | tcg-icount.rst | 13 long an instruction would take on real hardware. That is a job for 48 number of instructions to take the budget to 0 meaning whatever timer
|
/qemu/bsd-user/freebsd/ |
H A D | target_os_signal.h | 57 #define TARGET_SA_ONSTACK 0x0001 /* take signal on signal stack */ 78 #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */
|
/qemu/rust/qemu-api/src/ |
H A D | timer.rs | 91 // take a Pin<&mut Self>, therefore the timer is pinned in modify() 97 // take a Pin<&mut Self>, therefore the timer is pinned in delete()
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hotplug.rst | 397 uint32_t index; /* DRC index of resource to take action 400 uint32_t count; /* number of DR resources to take 405 uint32_t count; /* number of DR resources to take 408 uint32_t index; /* DRC index of first resource to take 409 * action on. guest will take action 417 * DRC to take action on
|
/qemu/tests/fp/ |
H A D | meson.build | 112 # The full test suite can take a bit of time, default to a quick run 113 # "-l 2 -r all" can take more than a day for some operations and is best
|
/qemu/util/ |
H A D | stats64.c | 50 /* 64-bit writes always take the lock, so we can read in in stat64_get() 80 /* 64-bit reads always take the lock, so they don't care about the in stat64_add32_carry()
|
/qemu/tests/qapi-schema/ |
H A D | args-alternate.err | 2 args-alternate.json:3: command's 'data' cannot take alternate type 'Alt'
|
H A D | returns-alternate.err | 2 returns-alternate.json:3: command's 'returns' cannot take alternate type 'Alt'
|
H A D | args-int.err | 2 args-int.json:2: command's 'data' cannot take built-in type 'int'
|
H A D | args-any.err | 2 args-any.json:2: command's 'data' cannot take built-in type 'any'
|
H A D | args-union.err | 2 args-union.json:9: command's 'data' can take union type 'Uni' only with 'boxed': true
|