Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 65) sorted by relevance

123

/qemu/scripts/ci/
H A Dcoverage-summary.sh24 column -t rejoined.txt > final.txt
27 grep -v "0%" final.txt
/qemu/hw/s390x/
H A Ds390-stattrib.c201 static int cmma_save(QEMUFile *f, void *opaque, int final) in cmma_save() argument
216 while (final ? 1 : migration_rate_exceeded(f) == 0) { in cmma_save()
239 if (final) { in cmma_save()
/qemu/tests/docker/dockerfiles/
H A Dpython.docker22 # As a final step configure the user (if env is defined)
H A Ddebian-xtensa-cross.docker32 # As a final step configure the user (if env is defined)
H A Ddebian-tricore-cross.docker47 # As a final step configure the user (if env is defined)
H A Ddebian-toolchain.docker44 # As a final step configure the user (if env is defined)
H A Ddebian-loongarch-cross.docker50 # As a final step configure the user (if env is defined)
H A Ddebian-legacy-test-cross.docker47 # As a final step configure the user (if env is defined)
H A Ddebian-hexagon-cross.docker50 # As a final step configure the user (if env is defined)
H A Dalpine.docker134 # As a final step configure the user (if env is defined)
H A Dopensuse-leap.docker145 # As a final step configure the user (if env is defined)
H A Dfedora-win64-cross.docker112 # As a final step configure the user (if env is defined)
H A Dcentos9.docker138 # As a final step configure the user (if env is defined)
H A Ddebian-all-test-cross.docker71 # As a final step configure the user (if env is defined)
H A Ddebian-riscv64-cross.docker83 # As a final step configure the user (if env is defined)
H A Dfedora.docker156 # As a final step configure the user (if env is defined)
H A Dubuntu2204.docker160 # As a final step configure the user (if env is defined)
H A Ddebian.docker167 # As a final step configure the user (if env is defined)
H A Demsdk-wasm32-cross.docker137 # FIXME: emscripten doesn't provide some pthread functions in the final link,
H A Dfedora-rust-nightly.docker179 # As a final step configure the user (if env is defined)
H A Ddebian-amd64-cross.docker180 # As a final step configure the user (if env is defined)
H A Ddebian-s390x-cross.docker177 # As a final step configure the user (if env is defined)
/qemu/target/arm/tcg/
H A Dsme-fa64.decode53 # These are the "avoidance of doubt" final table of Illegal Advanced SIMD instructions
/qemu/tests/qemu-iotests/
H A D197.out27 === Partial final cluster ===
/qemu/nbd/
H A Dserver.c2147 bool final, in nbd_co_send_chunk_read() argument
2160 set_be_chunk(client, iov, 3, final ? NBD_REPLY_FLAG_DONE : 0, in nbd_co_send_chunk_read()
2215 bool final; in nbd_co_send_sparse_read() local
2226 final = progress + pnum == size; in nbd_co_send_sparse_read()
2238 final ? NBD_REPLY_FLAG_DONE : 0, in nbd_co_send_sparse_read()
2251 data + progress, pnum, final, errp); in nbd_co_send_sparse_read()

123