Searched full:anything (Results 1 – 25 of 284) sorted by relevance
12345678910>>...12
/qemu/tests/unit/ |
H A D | test-qemu-opts.c | 113 /* should not return anything, we don't have an "unknown" option */ in test_find_unknown_opts() 139 /* should not find anything at this point */ in test_qemu_opts_create() 154 /* should not find anything at this point */ in test_qemu_opts_create() 170 /* should not find anything at this point */ in test_qemu_opt_get() 179 /* haven't set anything to str2 yet */ in test_qemu_opt_get() 197 /* should not find anything at this point */ in test_qemu_opt_get() 213 /* should not find anything at this point */ in test_qemu_opt_get_bool() 222 /* haven't set anything to bool1 yet, so defval should be returned */ in test_qemu_opt_get_bool() 240 /* should not find anything at this point */ in test_qemu_opt_get_bool() 256 /* should not find anything at this point */ in test_qemu_opt_get_number() [all …]
|
H A D | iothread.c | 62 * g_main_context_push_thread_default() must be called before anything in iothread_run()
|
/qemu/tests/qemu-iotests/ |
H A D | 270 | 48 # anything. (If it were to do anything, it would simply fail its 83 # 2 MB. (Anything from 256 kB should work, though, because then one L2
|
H A D | common.qemu | 51 # If $silent is set to anything but an empty string, then 61 # If $only_capture_events is set to anything but an empty string, 375 # If $wait is set to anything other than the empty string, the process will not
|
/qemu/include/accel/tcg/ |
H A D | cpu-ops.h | 121 * and si_addr set for @addr. Record anything further needed 124 * If the emulated kernel does not provide anything to the signal 125 * handler with anything besides the user context registers, and 145 * and si_addr set for @addr. Record anything further needed 149 * anything besides the user context registers, and the siginfo_t, 185 * do anything special for halt, the same function used for its
|
/qemu/include/exec/ |
H A D | memattrs.h | 40 * Bus interconnect and peripherals can access anything (memories, 80 * A zero (MEMTX_OK) response means success; anything else is a failure
|
/qemu/tests/qapi-schema/ |
H A D | doc-invalid-return2.err | 1 doc-invalid-return2.json:5: 'Returns' section, but command doesn't return anything
|
H A D | doc-invalid-return2.json | 1 # Command doesn't return anything
|
/qemu/include/standard-headers/linux/ |
H A D | types.h | 2 * header does not need to do anything.
|
/qemu/include/system/ |
H A D | block-backend.h | 19 /* DO NOT ADD ANYTHING IN HERE. USE ONE OF THE HEADERS INCLUDED ABOVE */
|
/qemu/scripts/qemugdb/ |
H A D | __init__.py | 21 # We don't need to do anything in our init file currently.
|
/qemu/target/arm/ |
H A D | tcg-stubs.c | 25 /* TLBI insns are only used by TCG, so we don't need to do anything for KVM */
|
/qemu/linux-user/generic/ |
H A D | sockbits.h | 40 /* Security levels - as per NRL IPv6 - don't actually do anything */
|
/qemu/contrib/plugins/ |
H A D | win32_linker.c | 31 /* Otherwise we can't do anything special. */ in dll_failure_hook()
|
/qemu/include/block/ |
H A D | block_int.h | 31 /* DO NOT ADD ANYTHING IN HERE. USE ONE OF THE HEADERS INCLUDED ABOVE */
|
H A D | block.h | 30 /* DO NOT ADD ANYTHING IN HERE. USE ONE OF THE HEADERS INCLUDED ABOVE */
|
/qemu/tests/tcg/aarch64/system/ |
H A D | boot.S | 101 * anything else, we need it to be able to _exit cleanly. 158 /* Ensure we trap if we get anything wrong */ 208 /* Ensure we trap if we get anything wrong */
|
/qemu/python/scripts/ |
H A D | vendor.py | 35 # No options or anything for now, but I guess
|
/qemu/linux-user/alpha/ |
H A D | sockbits.h | 59 /* Security levels - as per NRL IPv6 - don't actually do anything */
|
/qemu/linux-user/hexagon/ |
H A D | target_elf.h | 26 /* For now, treat anything newer than v5 as a v73 */ in cpu_get_model()
|
/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | interrupt.py | 33 # have to worry about anything else, as this function never returns.
|
/qemu/linux-user/sparc/ |
H A D | sockbits.h | 107 /* Security levels - as per NRL IPv6 - don't actually do anything */
|
/qemu/docs/devel/ |
H A D | reset.rst | 75 everything and the different reset controllers do not need to know anything 125 local state of the object; it must not do anything that has a side-effect 362 anything that directly inherits from ``TYPE_OBJECT`` or ``TYPE_DEVICE``
|
/qemu/linux-user/mips/ |
H A D | sockbits.h | 54 /* Security levels - as per NRL IPv6 - don't actually do anything */
|
/qemu/block/ |
H A D | replication.c | 469 * doesn't have to do anything anymore. in replication_start() 625 * doesn't have to do anything anymore. in replication_do_checkpoint() 685 * doesn't have to do anything anymore. in replication_stop()
|
12345678910>>...12