Home
last modified time | relevance | path

Searched full:detect (Results 1 – 25 of 213) sorted by relevance

123456789

/qemu/tests/qemu-iotests/
H A D16156 # First test: reopen $TEST.IMG changing the detect-zeroes option on
69 'qemu-io none0 \"reopen -o backing.detect-zeroes=on\"' } }" \
75 # reopen $TEST.IMG changing the detect-zeroes option on its new
97 'qemu-io none0 \"reopen -o backing.detect-zeroes=on\"' } }" \
103 # $TEST.IMG changing the detect-zeroes option on its new backing file
130 'qemu-io none0 \"reopen -o backing.detect-zeroes=on\"' } }" \
H A D161.out12 'qemu-io none0 "reopen -o backing.detect-zeroes=on"' } }
26 'qemu-io none0 "reopen -o backing.detect-zeroes=on"' } }
48 'qemu-io none0 "reopen -o backing.detect-zeroes=on"' } }
H A D245258 # Change 'detect-zeroes' and 'discard'
260 self.reopen(opts, {'detect-zeroes': 'on'})
262 self.reopen(opts, {'detect-zeroes': 'unmap'},
263 "setting detect-zeroes to unmap is not allowed " +
266 self.reopen(opts, {'detect-zeroes': 'unmap', 'discard': 'unmap'})
888 # Enable 'detect-zeroes' on all three nodes
889 opts['detect-zeroes'] = 'on'
890 opts['backing']['detect-zeroes'] = 'on'
891 opts['backing']['backing']['detect-zeroes'] = 'on'
903 # This has reset 'detect-zeroes' on hd0, but not on hd1 and hd2.
/qemu/tests/qemu-iotests/tests/
H A Dwrite-zeroes-unmap91 echo "=== detect-zeroes=on - write actual zeros ==="
96 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,detect-zeroes=on \
101 echo "=== detect-zeroes=on,discard=on - write actual zeros ==="
106 … | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,detect-zeroes=on,discard=on \
H A Ddetect-zeroes-registered-buf4 # Check that detect-zeroes=unmap works on writes with registered I/O buffers.
51 IMGSPEC="$TEST_IMG,discard=unmap,detect-zeroes=unmap"
H A Dmirror-sparse.out17 "detect-zeroes":"off"}}
47 "detect-zeroes":"off"}}
77 "detect-zeroes":"unmap"}}
121 "detect-zeroes":"off"}}
165 "detect-zeroes":"off"}}
209 "detect-zeroes":"unmap"}}
253 "detect-zeroes":"off"}}
297 "detect-zeroes":"off"}}
341 "detect-zeroes":"unmap"}}
H A Dwrite-zeroes-unmap.out43 === detect-zeroes=on - write actual zeros ===
53 === detect-zeroes=on,discard=on - write actual zeros ===
H A Dmirror-sparse61 # and not punching holes due to detect-zeroes
88 "detect-zeroes":"'$zeroes'"}}' 'return'
H A Ddetect-zeroes-registered-buf.out1 QA output created by detect-zeroes-registered-buf
/qemu/scripts/
H A Drdma-migration-helper.sh87 operation=${1:-detect}
105 elif [ "$operation" == "detect" ]; then
108 echo "Usage: $0 [setup | detect | clean]"
/qemu/include/hw/misc/
H A Dallwinner-r40-dramc.h90 MemoryRegion dram_high; /**< The high 1G dram for dualrank detect */
91 MemoryRegion detect_cells; /**< DRAM memory cells for auto detect */
/qemu/python/wheels/
HDmeson-1.8.1-py3-none-any.whl ... /compilers/d.py mesonbuild/compilers/detect.py mesonbuild/compilers/fortran.py mesonbuild ...
/qemu/include/hw/mem/
H A Dnvdimm.h121 * @dirty: It allows OSPM to detect change and restart read in
131 /* detect if NVDIMM support is enabled. */
H A Dmemory-device.h101 * memory region in guest physical memory, but also to detect the
134 * Called when plugging the memory device to detect the required alignment
/qemu/hw/gpio/
H A Dnrf51_gpio.c128 qemu_set_irq(s->detect, assert_detect); in update_state()
304 qdev_init_gpio_out_named(DEVICE(s), &s->detect, "detect", 1); in nrf51_gpio_init()
/qemu/docs/system/i386/
H A Dsgx.rst69 enclaves when it suffers sudden lose of EPC; and if guest enclaves can detect
71 with #PF.SGX, guest software can gracefully detect it and recreate enclaves;
73 detect such error and sensitive information can be provisioned to it again.
/qemu/include/hw/char/
H A Dimx_serial.h59 #define USR2_DCDDELT (1<<6) /* Data Carrier Detect delta */
60 #define USR2_DCDIN (1<<5) /* Data Carrier Detect Input */
/qemu/include/exec/
H A Dvaddr.h9 * We do not support 64-bit guest on 32-host and detect at configure time.
/qemu/tests/qtest/
H A Dmicrobit-test.c407 qtest_irq_intercept_out_named(qts, "/machine/nrf51/gpio", "detect"); in test_nrf51_gpio_detect()
415 /* Check that DETECT is high */ in test_nrf51_gpio_detect()
418 /* Set pin low, check that DETECT goes low. */ in test_nrf51_gpio_detect()
425 /* Set pin 0 high, check that DETECT doesn't fire */ in test_nrf51_gpio_detect()
430 /* Set pins 1, 2, and 3 high, then set 3 low. Check DETECT is still high */ in test_nrf51_gpio_detect()
/qemu/ui/
H A Ddbus-display1.xml34 /org/qemu/Display1/VM object, and can be used to detect
149 ``/org/qemu/Display1/Console_$id`` object, and can be used to detect the
461 /org/qemu/Display1/Listener object, and can be used to detect
762 /org/qemu/Display1/Clipboard object, and can be used to detect
837 /org/qemu/Display1/Audio object, and can be used to detect
937 /org/qemu/Display1/AudioOutListener object, and can be used to detect
1039 /org/qemu/Display1/AudioInListener object, and can be used to detect
1134 ``/org/qemu/Display1/Chardev_$i`` object, and can be used to detect
/qemu/tests/functional/
H A Dtest_ppc_mac.py18 # the moment (e.g. by looking at /proc/modules) to detect whether
/qemu/linux-user/sparc/
H A Dtarget_syscall.h43 * libc has to runtime-detect it using the hwcaps.
/qemu/tests/docker/
H A Dtest-tsan26 # detect deadlocks is false currently simply because
/qemu/block/
H A Dqed-check.c88 /* Detect invalid cluster offset */ in qed_check_l2_table()
129 /* Detect invalid L2 offset */ in qed_check_l1_table()
/qemu/include/hw/gpio/
H A Dnrf51_gpio.h67 qemu_irq detect; member

123456789