Searched full:detect (Results 1 – 25 of 213) sorted by relevance
123456789
56 # First test: reopen $TEST.IMG changing the detect-zeroes option on69 'qemu-io none0 \"reopen -o backing.detect-zeroes=on\"' } }" \75 # reopen $TEST.IMG changing the detect-zeroes option on its new97 'qemu-io none0 \"reopen -o backing.detect-zeroes=on\"' } }" \103 # $TEST.IMG changing the detect-zeroes option on its new backing file130 'qemu-io none0 \"reopen -o backing.detect-zeroes=on\"' } }" \
12 '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"' } }
258 # 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 nodes889 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.
91 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 \
4 # Check that detect-zeroes=unmap works on writes with registered I/O buffers.51 IMGSPEC="$TEST_IMG,discard=unmap,detect-zeroes=unmap"
17 "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"}}
43 === detect-zeroes=on - write actual zeros ===53 === detect-zeroes=on,discard=on - write actual zeros ===
61 # and not punching holes due to detect-zeroes88 "detect-zeroes":"'$zeroes'"}}' 'return'
1 QA output created by detect-zeroes-registered-buf
87 operation=${1:-detect}105 elif [ "$operation" == "detect" ]; then108 echo "Usage: $0 [setup | detect | clean]"
90 MemoryRegion dram_high; /**< The high 1G dram for dualrank detect */91 MemoryRegion detect_cells; /**< DRAM memory cells for auto detect */
... /compilers/d.py mesonbuild/compilers/detect.py mesonbuild/compilers/fortran.py mesonbuild ...
121 * @dirty: It allows OSPM to detect change and restart read in131 /* detect if NVDIMM support is enabled. */
101 * memory region in guest physical memory, but also to detect the134 * Called when plugging the memory device to detect the required alignment
128 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()
69 enclaves when it suffers sudden lose of EPC; and if guest enclaves can detect71 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.
59 #define USR2_DCDDELT (1<<6) /* Data Carrier Detect delta */60 #define USR2_DCDIN (1<<5) /* Data Carrier Detect Input */
9 * We do not support 64-bit guest on 32-host and detect at configure time.
407 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()
34 /org/qemu/Display1/VM object, and can be used to detect149 ``/org/qemu/Display1/Console_$id`` object, and can be used to detect the461 /org/qemu/Display1/Listener object, and can be used to detect762 /org/qemu/Display1/Clipboard object, and can be used to detect837 /org/qemu/Display1/Audio object, and can be used to detect937 /org/qemu/Display1/AudioOutListener object, and can be used to detect1039 /org/qemu/Display1/AudioInListener object, and can be used to detect1134 ``/org/qemu/Display1/Chardev_$i`` object, and can be used to detect
18 # the moment (e.g. by looking at /proc/modules) to detect whether
43 * libc has to runtime-detect it using the hwcaps.
26 # detect deadlocks is false currently simply because
88 /* Detect invalid cluster offset */ in qed_check_l2_table()129 /* Detect invalid L2 offset */ in qed_check_l1_table()
67 qemu_irq detect; member