Home
last modified time | relevance | path

Searched full:failures (Results 1 – 25 of 63) sorted by relevance

123

/qemu/linux-user/
H A Dlinuxload.c107 /* FIXME - handle put_user() failures */ in loader_build_argptr()
115 /* FIXME - handle put_user() failures */ in loader_build_argptr()
120 /* FIXME - handle put_user() failures */ in loader_build_argptr()
125 /* FIXME - handle put_user() failures */ in loader_build_argptr()
130 /* FIXME - handle put_user() failures */ in loader_build_argptr()
135 /* FIXME - handle put_user() failures */ in loader_build_argptr()
/qemu/bsd-user/
H A Dbsdload.c110 /* FIXME - handle put_user() failures */ in loader_build_argptr()
114 /* FIXME - handle put_user() failures */ in loader_build_argptr()
119 /* FIXME - handle put_user() failures */ in loader_build_argptr()
122 /* FIXME - handle put_user() failures */ in loader_build_argptr()
127 /* FIXME - handle put_user() failures */ in loader_build_argptr()
/qemu/python/qemu/qmp/
H A Derror.py6 semantic failures (e.g. "failed to connect") without needing to know the
40 Abstract error class for protocol failures.
/qemu/scripts/qapi/
H A Dbackend.py35 :raise QAPIError: On failures.
58 :raise QAPIError: On failures.
/qemu/hw/i386/
H A Dsgx.c121 int failures; in sgx_epc_reset() local
130 failures = 0; in sgx_epc_reset()
144 failures++; in sgx_epc_reset()
150 if (!failures) { in sgx_epc_reset()
/qemu/tests/qtest/migration/
H A Dpostcopy-tests.c133 "/migration/postcopy/recovery/double-failures/handshake", in migration_test_add_postcopy()
137 "/migration/postcopy/recovery/double-failures/reconnect", in migration_test_add_postcopy()
/qemu/tests/tcg/multiarch/
H A Dsha512.c573 * of failures which mean that not all tests are run.
624 static unsigned int failures = 0; /* Number of tests that failed */ variable
703 failures++; in _gen_result()
736 failures--; in _gen_result()
795 if(failures) { in _cleanup()
797 failures, test_count); in _cleanup()
802 if(failures) in _cleanup()
804 failures, test_count); in _cleanup()
858 /* If there's no plan, just return the number of failures */ in exit_status_()
860 return failures; in exit_status_()
[all …]
/qemu/.gitlab-ci.d/
H A Dbuildtest.yml303 # but often the CI system is the only way to trigger the failures.
635 - failures=0
640 …er}" -runs=1 -seed=1 || { echo "FAILED:"" ${fuzzer} exit code is $?"; failures=$(($failures+1)); };
642 - echo "Number of failures:"" $failures"
643 - test $failures = 0
/qemu/include/standard-headers/linux/
H A Dvirtio_balloon.h73 #define VIRTIO_BALLOON_S_HTLB_PGFAIL 9 /* Hugetlb page allocation failures */
92 VIRTIO_BALLOON_S_NAMES_prefix "hugetlb-failures", \
/qemu/tests/tcg/hppa/
H A DMakefile.target5 # This triggers failures for hppa-linux about 1% of the time
/qemu/tests/tcg/sh4/
H A DMakefile.target6 # This triggers failures for sh4-linux about 10% of the time.
/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdt.c126 /* FIXME - handle put_user() failures */ in storeSingle()
149 /* FIXME - handle put_user() failures */ in storeDouble()
179 /* FIXME - handle put_user() failures */ in storeExtended()
/qemu/qapi/
H A Drun-state.json677 # case for action-optional failures.
684 # action-required failures if the recipient is the hypervisor;
689 # to handle memory failures.
702 # Additional information on memory failures.
/qemu/tests/guest-debug/
H A Dtest_gdbstub.py70 print("All tests complete: {} failures".format(fail_count))
/qemu/tests/qemu-iotests/
H A Dmeson.build61 # on slow machines to minimize spurious failures
H A D24196 # we would have to use nbdkit to provoke the current client failures.
/qemu/docs/system/devices/
H A Digb.rst25 actual hardware, and you may experience various failures if you try to use it
/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors50 # failures in different places. With a low number, only merging the bitmap
/qemu/scripts/
H A Ddevice-crash-test70 # * warn: if True, matching failures will be logged as warnings
189 # other exitcode=1 failures not listed above will just generate INFO messages:
528 # Async QMP, when in use, is chatty about connection failures.
598 logger.error("Fatal failures on some machine/device combinations")
/qemu/tests/tcg/arm/system/
H A Dtest-armv6m-undef.S19 * Failures can be debugged with -d in_asm,int,exec,cpu and the
/qemu/docs/devel/
H A Dkconfig.rst300 fail, but should never abort. Failures in ``make check`` with
303 if a necessary device is not present in the build. Such failures
/qemu/tests/qapi-schema/
H A Dmeson.build243 # a golden reference. This is in theory susceptible to failures if Sphinx
269 # in the golden reference (which could otherwise cause test failures
/qemu/tests/functional/
H A Dtest_virtio_version.py64 # just in case there are failures, show larger diff:
/qemu/block/
H A Dcommit.c64 /* FIXME: bdrv_drop_intermediate treats total failures and partial failures in commit_prepare()
/qemu/docs/sphinx/
H A Dcompat.py154 # future on us and lead to surprising new failures.

123