Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 97) sorted by relevance

1234

/qemu/tests/qemu-iotests/
A D16047 for skip in $TEST_SKIP_BLOCKS; do
57 echo "== Converting the image with dd with skip=$skip =="
59 $QEMU_IMG dd if="$TEST_IMG" of="$TEST_IMG.out" skip="$skip" -O "$IMGFMT" \
62 dd if="$TEST_IMG" of="$TEST_IMG.out.dd" skip="$skip" status=none
A D261171 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn0-pre" bs=1 skip=$sn0_ofs count=40 \
173 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn1-pre" bs=1 skip=$sn1_ofs count=40 \
175 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn2-pre" bs=1 skip=$sn2_ofs count=40 \
180 skip=$((sn0_ofs + 40)) count=$sn0_eds &> /dev/null
182 skip=$((sn1_ofs + 40)) count=$sn1_eds &> /dev/null
184 skip=$((sn2_ofs + 40)) count=$sn2_eds &> /dev/null
188 skip=$((sn0_ofs + 40 + sn0_eds)) count=$sn0_ids \
191 skip=$((sn1_ofs + 40 + sn1_eds)) count=$sn1_ids \
194 skip=$((sn2_ofs + 40 + sn2_eds)) count=$sn2_ids \
A D160.out9 == Converting the image with dd with skip=1 ==
21 == Converting the image with dd with skip=2 ==
33 == Converting the image with dd with skip=30 ==
45 == Converting the image with dd with skip=30K ==
A D29465 dd if=$TEST_IMG_FILE of=${TEST_IMG_FILE}.bk bs=4K skip=0 count=1
77 dd if=${TEST_IMG_FILE}.bk of=${TEST_IMG_FILE} bs=4K skip=0 count=1 conv=notrunc
/qemu/docs/spin/
A Dwin32-qemu-event.promela47 :: else -> skip; \
49 :: else -> skip; \
53 :: else -> skip; \
64 :: else -> skip; \
70 :: else -> skip; \
74 :: else -> skip; \
76 :: else -> skip; \
87 :: else -> skip;
89 :: else -> skip;
A Daio_notify_bug.promela42 :: else -> skip;
56 :: event -> skip; \
59 :: else -> skip; \
71 :: event -> skip; \
74 :: else -> skip; \
102 :: true -> skip;
124 :: true -> skip;
129 :: !event && notifier_done -> do :: true -> skip; od;
A Daio_notify_accept.promela55 :: else -> skip;
62 :: else -> skip;
75 :: event -> skip; \
78 :: else -> skip; \
85 :: else -> skip; \
114 :: true -> skip;
136 :: true -> skip;
141 :: !event && notifier_done -> do :: true -> skip; od;
A Dtcg-exclusive.promela94 :: else -> skip; \
129 :: else -> skip; \
132 :: else -> skip; \
149 :: else -> skip; \
153 :: else -> skip; \
167 :: else -> skip; \
170 :: else -> skip; \
174 :: else -> skip; \
222 :: ! LIVENESS -> accept_liveness: skip
A Daio_notify.promela44 :: (req > 0) -> skip;
74 :: else -> printf("Skipped event_notifier_set\n"); skip;
82 :: 1 -> skip;
91 :: done < FINAL -> skip;
/qemu/scripts/
A Dmodinfo-collect.py20 skip = False
23 if skip:
24 skip = False
27 skip = True
30 skip = True
A Dcheck_sparse.py15 skip = True
23 if skip:
24 skip = False
28 skip = True
A Dcpu-x86-uarch-abi.py76 skip = [ variable
102 if present and feature not in skip:
/qemu/contrib/plugins/
A Dexeclog.c180 bool skip = (imatches || amatches); in vcpu_tb_trans() local
206 if (skip && imatches) { in vcpu_tb_trans()
208 for (j = 0; j < imatches->len && skip; j++) { in vcpu_tb_trans()
211 skip = false; in vcpu_tb_trans()
217 if (skip && amatches) { in vcpu_tb_trans()
219 for (j = 0; j < amatches->len && skip; j++) { in vcpu_tb_trans()
222 skip = false; in vcpu_tb_trans()
240 skip = false; in vcpu_tb_trans()
253 if (skip) { in vcpu_tb_trans()
286 skip = (imatches || amatches); in vcpu_tb_trans()
/qemu/tests/tcg/aarch64/
A DMakefile.softmmu-target64 $(call skip-test, $<, "MANUAL ONLY")
67 $(call skip-test, $<, "MANUAL ONLY")
96 $(call skip-test, "BUILD of $@", "missing compiler support")
98 $(call skip-test, "RUN of pauth-3", "not built")
124 $(call skip-test "RUN of gdbstub-mte", "GDB does not support MTE in baremetal!")
128 $(call skip-test, "BUILD of $@", "missing compiler support")
130 $(call skip-test, "RUN of mte", "not build")
/qemu/net/
A Dannounce.c141 bool skip; in qemu_announce_self_iter() local
146 skip = true; in qemu_announce_self_iter()
151 skip = false; in qemu_announce_self_iter()
157 skip = false; in qemu_announce_self_iter()
162 qemu_ether_ntoa(&nic->conf->macaddr), skip); in qemu_announce_self_iter()
164 if (!skip) { in qemu_announce_self_iter()
/qemu/tests/tcg/ppc64/
A DMakefile.target17 $(call skip-test, $<, "BROKEN (flaky with clang) ")
19 $(call skip-test, $<, "BROKEN (flaky with clang) ")
22 $(call skip-test, $<, "BROKEN (flaky with clang) ")
24 $(call skip-test, $<, "BROKEN (flaky with clang) ")
/qemu/util/
A Doslib-posix.c838 if (fd < skip[i]) { in qemu_close_all_open_fd_proc()
841 } else if (fd == skip[i]) { in qemu_close_all_open_fd_proc()
862 static bool qemu_close_all_open_fd_close_range(const int *skip, in qemu_close_all_open_fd_close_range() argument
874 while (cur_skip < nskip && first == skip[cur_skip]) { in qemu_close_all_open_fd_close_range()
882 last = skip[cur_skip] - 1; in qemu_close_all_open_fd_close_range()
912 if (cur_skip < nskip && i == skip[cur_skip]) { in qemu_close_all_open_fd_fallback()
923 void qemu_close_all_open_fd(const int *skip, unsigned int nskip) in qemu_close_all_open_fd() argument
927 assert(skip != NULL || nskip == 0); in qemu_close_all_open_fd()
929 if (!qemu_close_all_open_fd_close_range(skip, nskip, open_max) && in qemu_close_all_open_fd()
930 !qemu_close_all_open_fd_proc(skip, nskip)) { in qemu_close_all_open_fd()
[all …]
A Dfifo8.c81 uint32_t skip, uint32_t *numptr, in fifo8_peekpop_bufptr() argument
88 assert(skip <= fifo->num); in fifo8_peekpop_bufptr()
89 head = (fifo->head + skip) % fifo->capacity; in fifo8_peekpop_bufptr()
/qemu/tests/functional/
A Dtest_netdev_ethtool.py10 from unittest import skip
79 @skip("Incomplete reg 0x00178 support")
83 @skip("Incomplete reg 0x00178 support")
/qemu/tests/tcg/hexagon/
A Dtest_reorder.S20 if (p0.new) jump:nt skip
29 skip: label
/qemu/tests/tcg/sh4/
A DMakefile.target9 $(call skip-test, $<, "BROKEN")
11 $(call skip-test, $<, "BROKEN")
/qemu/tests/tcg/multiarch/
A DMakefile.target52 $(call skip-test, $<, "flaky on CI?")
54 $(call skip-test, $<, "flaky on CI?")
135 …$(call skip-test, "gdbstub test $*", "need working gdb with $(patsubst -%,,$(TARGET_NAME)) support…
168 $(call skip-test, $<, "MANUAL ONLY")
171 $(call skip-test, $<, "MANUAL ONLY")
/qemu/target/riscv/insn_trans/
A Dtrans_rvzicfiss.c.inc25 TCGLabel *skip = gen_new_label();
33 tcg_gen_brcond_tl(TCG_COND_EQ, data, rs1, skip);
38 gen_set_label(skip);
/qemu/tests/tcg/arm/
A DMakefile.softmmu-target55 $(call skip-test, $<, "MANUAL ONLY")
58 $(call skip-test, $<, "MANUAL ONLY")
/qemu/target/avr/
A Dcpu.h128 uint32_t skip; /* if set skip instruction */ member
205 if (env->skip) { in cpu_get_tb_cpu_state()

Completed in 34 milliseconds

1234