/qemu/linux-user/ |
H A D | linuxload.c | 107 /* 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 D | bsdload.c | 110 /* 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 D | error.py | 6 semantic failures (e.g. "failed to connect") without needing to know the 40 Abstract error class for protocol failures.
|
/qemu/scripts/qapi/ |
H A D | backend.py | 35 :raise QAPIError: On failures. 58 :raise QAPIError: On failures.
|
/qemu/hw/i386/ |
H A D | sgx.c | 121 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 D | postcopy-tests.c | 133 "/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 D | sha512.c | 573 * 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 D | buildtest.yml | 303 # 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 D | virtio_balloon.h | 73 #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 D | Makefile.target | 5 # This triggers failures for hppa-linux about 1% of the time
|
/qemu/tests/tcg/sh4/ |
H A D | Makefile.target | 6 # This triggers failures for sh4-linux about 10% of the time.
|
/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cpdt.c | 126 /* 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 D | run-state.json | 677 # 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 D | test_gdbstub.py | 70 print("All tests complete: {} failures".format(fail_count))
|
/qemu/tests/qemu-iotests/ |
H A D | meson.build | 61 # on slow machines to minimize spurious failures
|
H A D | 241 | 96 # we would have to use nbdkit to provoke the current client failures.
|
/qemu/docs/system/devices/ |
H A D | igb.rst | 25 actual hardware, and you may experience various failures if you try to use it
|
/qemu/tests/qemu-iotests/tests/ |
H A D | qemu-img-close-errors | 50 # failures in different places. With a low number, only merging the bitmap
|
/qemu/scripts/ |
H A D | device-crash-test | 70 # * 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 D | test-armv6m-undef.S | 19 * Failures can be debugged with -d in_asm,int,exec,cpu and the
|
/qemu/docs/devel/ |
H A D | kconfig.rst | 300 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 D | meson.build | 243 # 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 D | test_virtio_version.py | 64 # just in case there are failures, show larger diff:
|
/qemu/block/ |
H A D | commit.c | 64 /* FIXME: bdrv_drop_intermediate treats total failures and partial failures in commit_prepare()
|
/qemu/docs/sphinx/ |
H A D | compat.py | 154 # future on us and lead to surprising new failures.
|