/qemu/hw/9pfs/ |
H A D | 9p-xattr-user.c | 30 * Don't allow fetch of user.virtfs namespace in mp_user_getxattr() 52 * Don't allow fetch of user.virtfs namespace in mp_user_listxattr() 77 * Don't allow fetch of user.virtfs namespace in mp_user_setxattr() 91 * Don't allow fetch of user.virtfs namespace in mp_user_removexattr()
|
H A D | 9p-posix-acl.c | 74 * We don't get ENODATA error when trying to remove a in mp_pacl_removexattr() 75 * posix acl that is not present. So don't throw the error in mp_pacl_removexattr() 128 * We don't get ENODATA error when trying to remove a in mp_dacl_removexattr() 129 * posix acl that is not present. So don't throw the error in mp_dacl_removexattr()
|
/qemu/linux-headers/asm-mips/ |
H A D | mman.h | 34 /* not used by linux, but here to make sure we don't clash with ABI defines */ 41 #define MAP_NORESERVE 0x0400 /* don't check for reservations */ 42 #define MAP_ANONYMOUS 0x0800 /* don't use a file */ 76 #define MADV_DONTNEED 4 /* don't need these pages */ 81 #define MADV_DONTFORK 10 /* don't inherit across fork */
|
/qemu/.gitlab-ci.d/ |
H A D | base.yml | 28 # we don't need. The --filter options avoid blobs and tree references we aren't going to use 36 # Stage 1: exclude scenarios where we definitely don't 48 # Scheduled runs on mainline don't get pipelines except for the special Coverity job 68 # Forks don't get pipelines unless QEMU_CI=1 or QEMU_CI=2 is set 111 # Forks pipeline jobs don't start automatically unless
|
/qemu/tests/tcg/aarch64/gdbstub/ |
H A D | test-mte.py | 5 # Logical tags-related commands rely on local operations, hence don't exercise 61 report(False, "Logical and allocation tags don't match!") 64 # tags rely on local operation and so don't exercise any stub. 72 # set correctly and don't run over each other.
|
/qemu/python/ |
H A D | avocado.cfg | 5 # Don't show stdout/stderr in the test *summary* 9 # Don't show the full debug.log output; only select stdout/stderr.
|
/qemu/docs/system/ |
H A D | vm-templating.rst | 19 stay private and don't modify the original template VM or any other 64 (don't make the memory readonly for the VM). Note that ``share=off`` is 94 don't actually share memory (``share=off``), even though they are 111 new VM, or don't supply any memory to the template VM using virtio-mem
|
H A D | target-arm.rst | 22 The situation for 64-bit Arm is fairly similar, except that we don't 29 the hardware has), so typically you don't need to specify the CPU type 54 If you don't care about reproducing the idiosyncrasies of a particular
|
/qemu/hw/ppc/ |
H A D | pef.c | 76 * Don't set error if KVM_PPC_SVM_OFF ioctl is invoked on kernels 77 * that don't support this ioctl. 116 * If we don't have KVM we should never have been able to in pef_kvm_reset()
|
/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 14 # run the (closed-source) coverity build tools, so don't 15 # use it if you don't trust them! 32 # --dry-run : run the tools, but don't actually do the upload 36 # --update-tools-only : update the cached copy of the tools, but don't run them 42 # --results-tarball : path to copy the results tarball to (default: don't 128 # (either because we don't have a copy, or because it's out of date) 298 # Just do the tools update; we don't need to check whether 414 # We configure with a fixed set of enables here to ensure that we don't
|
H A D | coverity-scan.docker | 8 # set of options) so that random changes don't result in our accidentally 11 # We don't build on top of the fedora.docker file because we don't
|
/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 87 Each change should compile and execute successfully. For instance, don't 130 Don't include irrelevant changes 133 In particular, don't include formatting, coding style or whitespace 138 as a separate patch which makes no semantic changes; don't put it in the 165 change is important. Don't include comments like "This is a suggestion 167 they don't go into the final commit message). Make sure the body of the 209 don't normally experiment with. See :ref:`testing` for more details on 383 When reviewers don't know your goal at the start of their review, they 384 may object to early changes that don't make sense until the end of the 402 "RFC" means "Request For Comments" and is a statement that you don't [all …]
|
/qemu/include/hw/ppc/ |
H A D | mac_dbdma.h | 45 /* DMA is in progress, don't start another one */ 129 #define INTR_NEVER 0x0000 /* don't interrupt */ 137 #define BR_NEVER 0x0000 /* don't branch */ 145 #define WAIT_NEVER 0x0000 /* don't wait */
|
/qemu/tests/functional/ |
H A D | test_ppc_mac.py | 17 # mac99 also works with kvm_pr but we don't have a reliable way at 20 # if we don't have TCG support.
|
/qemu/linux-headers/asm-generic/ |
H A D | mman-common.h | 23 #define MAP_ANONYMOUS 0x20 /* don't use a file */ 49 #define MADV_DONTNEED 4 /* don't need these pages */ 54 #define MADV_DONTFORK 10 /* don't inherit across fork */
|
/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 124 /* UNDEF accesses to D16-D31 if they don't exist. */ in do_neon_ddda() 154 /* UNDEF accesses to D16-D31 if they don't exist. */ in do_neon_ddda_env() 186 /* UNDEF accesses to D16-D31 if they don't exist. */ in do_neon_ddda_fpst() 242 /* UNDEF accesses to D16-D31 if they don't exist. */ in trans_VCADD() 312 /* UNDEF accesses to D16-D31 if they don't exist. */ in trans_VFML() 406 /* UNDEF accesses to D16-D31 if they don't exist. */ in trans_VFML_scalar() 480 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VLDST_multiple() 582 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VLD_all_lanes() 674 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VLDST_single() 791 /* UNDEF accesses to D16-D31 if they don't exist. */ in do_3same() [all …]
|
H A D | translate-vfp.c | 128 * then it will clear LSPACT; we don't need to repeat this for in gen_preserve_fp_state() 168 /* Don't need to do this for any further FP insns in this TB */ in gen_update_fp_context() 205 /* Don't need to do this for any further FP insns in this TB */ in gen_update_fp_context() 323 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VSEL() 449 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VRINT() 517 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VCVT() 636 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VMOV_to_gp() 681 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VMOV_from_gp() 717 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VDUP() 1002 /* UNDEF accesses to D16-D31 if they don't exist */ in trans_VMOV_64_dp() [all …]
|
/qemu/hw/misc/ |
H A D | mps2-fpgaio.c | 63 * Round elapsed down to a whole number of PSCNTR ticks, so we don't in resync_counter() 116 * not all the way to 'now', so we don't lose time if we do multiple in resync_counter() 140 /* User-pressable board buttons. We don't model that, so just return in mps2_fpgaio_read() 171 /* User-togglable board switches. We don't model that, so report 0. */ in mps2_fpgaio_read() 219 * board (SPI, CLCD, etc). We don't implement that yet, so just in mps2_fpgaio_write()
|
/qemu/hw/mem/ |
H A D | memory-device.c | 29 /* dropping const here is fine as we don't touch the memory region */ in memory_device_is_empty() 137 * Consider our soft-limit across all memory devices. We don't really in memory_device_memslot_decision_limit() 379 * region alignment: for example, DIMMs with 1G+1byte size don't make in memory_device_pre_plug() 380 * any sense. Note that we don't check that the size is multiples in memory_device_pre_plug() 476 /* dropping const here is fine as we don't touch the memory region */ in memory_device_get_region_size() 500 * * ROM memory regions don't consume a memslot. These get used very in memory_devices_region_mod() 502 * * Memslots without a fd (memory-backend-ram) don't necessarily in memory_devices_region_mod()
|
/qemu/tests/unit/ |
H A D | crypto-tls-psk-helpers.c | 41 /* Don't hard code a key like this in real applications! Use psktool. */ in test_tls_psk_init() 47 /* Don't hard code a key like this in real applications! Use psktool. */ in test_tls_psk_init_alt()
|
/qemu/include/qapi/ |
H A D | error.h | 85 * error_free(err); // don't do this 92 * assert(!err); // don't do this 99 * if (err) { // don't do this 174 * error_propagate(errp, err); // don't do this 304 * If @errp is NULL, the error is ignored. Don't bother creating one 313 * Please don't error_setg(&error_fatal, ...), use error_report() and 315 * Likewise, don't error_setg(&error_abort, ...), use assert(). 371 * Please don't error_propagate(&error_fatal, ...), use
|
/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 104 a.3 Add tests from @tests (don't exclude anything from them) 133 # we don't support exclude_groups. 143 # Don't want to modify function argument, so create new list.
|
H A D | 185 | 122 # If we don't sleep here 'quit' command races with disk I/O 146 # If we don't sleep here 'quit' command races with disk I/O 170 # If we don't sleep here 'quit' command may be handled before 196 # If we don't sleep here 'quit' command races with disk I/O 217 # If we don't sleep here 'quit' command races with disk I/O
|
/qemu/block/ |
H A D | graph-lock.c | 120 * reader_count >= 1: we don't know if writer read has_writer == 0 or 1, in bdrv_graph_wrlock() 167 * BHs don't deadlock if their condition relies on the coroutine making in bdrv_graph_wrunlock() 186 * has_writer == 1: we don't know if writer read reader_count == 0 in bdrv_graph_co_rdlock() 248 * has_writer == 1: we don't know if writer read reader_count old or in bdrv_graph_co_rdunlock()
|
/qemu/linux-user/hppa/ |
H A D | vdso.ld | 23 * except that those symbols don't exist. The actual symbols are 27 * QEMU handles syscall restart internally, so we don't
|