Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 237) sorted by relevance

12345678910

/qemu/block/
H A Dqed-check.c71 BDRVQEDState *s = check->s; in qed_check_l2_table()
90 if (check->fix) { in qed_check_l2_table()
113 BDRVQEDState *s = check->s; in qed_check_l1_table()
132 if (check->fix) { in qed_check_l1_table()
171 check->request.l2_table = NULL; in qed_check_l1_table()
190 BDRVQEDState *s = check->s; in qed_check_for_leaks()
195 check->result->leaks++; in qed_check_for_leaks()
226 QEDCheck check = { in qed_check() local
235 check.used_clusters = g_try_new0(uint32_t, (check.nclusters + 31) / 32); in qed_check()
236 if (check.nclusters && check.used_clusters == NULL) { in qed_check()
[all …]
/qemu/tests/
H A DMakefile.include3 .PHONY: check-help
4 check-help:
15 ifneq ($(filter $(all-check-targets), check-softfloat),)
75 .PHONY: check-tcg
87 .PHONY: check-venv check-avocado check-acceptance check-acceptance-deprecated-warning
138 check-avocado: check-venv $(TESTS_RESULTS_DIR) get-vm-images
153 check-acceptance: check-acceptance-deprecated-warning | check-avocado
157 .PHONY: check check-clean get-vm-images
158 check:
160 check-build: run-ninja
[all …]
/qemu/python/
H A DMakefile53 pipenv check-pipenv:
75 .PHONY: check-minreqs
80 make check; \
96 .PHONY: check-dev
97 check-dev: dev-venv
101 make check; \
108 .PHONY: check
109 check: target
112 .PHONY: check-tox
113 check-tox:
[all …]
/qemu/.gitlab-ci.d/
H A Dbuildtest.yml16 check-system-alpine:
23 MAKE_CHECK_ARGS: check-unit check-qtest
47 check-system-ubuntu:
79 check-system-debian:
123 check-system-fedora:
239 check-system-centos:
436 MAKE_CHECK_ARGS: check-qtest check-tcg
448 MAKE_CHECK_ARGS: check-unit check-tcg
479 check-cfi-aarch64:
551 check-cfi-x86_64:
[all …]
H A Dstatic_checks.yml1 check-patch:
7 - .gitlab-ci.d/check-patch.py
15 check-dco:
20 script: .gitlab-ci.d/check-dco.py
26 check-python-minreqs:
31 - make -C python check-minreqs
37 check-python-tox:
42 - make -C python check-tox
H A Dcirrus.yml61 TEST_TARGETS: check
77 TEST_TARGETS: check-unit check-block check-qapi-schema check-softfloat check-qtest-x86_64
92 TEST_TARGETS: check-unit check-block check-qapi-schema check-softfloat check-qtest-x86_64
/qemu/tests/qemu-iotests/
H A D260.out9 check that no bitmaps are in snapshot: not found
16 check bitmap after commit: name=bitmap0 dirty-clusters=2
17 check updated bitmap: name=bitmap0 dirty-clusters=3
26 check that no bitmaps are in snapshot: not found
33 check bitmap after commit: name=bitmap0 dirty-clusters=2
34 check updated bitmap: name=bitmap0 dirty-clusters=3
43 check that no bitmaps are in snapshot: not found
51 check bitmap after commit: name=bitmap0 dirty-clusters=2
52 check updated bitmap: name=bitmap0 dirty-clusters=3
H A D233.out18 == check TLS client to plain server fails ==
23 == check plain client to TLS server fails ==
29 == check TLS works ==
44 == check TLS fail over TCP with mismatched hostname ==
48 == check TLS works over TCP with mismatched hostname and override ==
59 == check TLS with different CA fails ==
71 == check TLS with authorization ==
75 == check TLS fail over UNIX with no hostname ==
79 == check TLS works over UNIX with hostname override ==
90 == check TLS works over UNIX with PSK ==
[all …]
H A D207.out17 === Test host-key-check options ===
21 …": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "none"}…
32 …": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "known_…
43 …": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong"…
49 …": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH",…
60 …": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong"…
66 …": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH",…
77 …": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong"…
83 …": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH",…
94 …": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "none"}…
[all …]
H A D31481 $QEMU_IMG check "$TEST_IMG" | _filter_testdir
102 $QEMU_IMG check "$TEST_IMG" | _filter_testdir
132 $QEMU_IMG check "$TEST_IMG" | _filter_testdir
159 $QEMU_IMG check "$TEST_IMG" | _filter_testdir
H A D171.out14 check that offset is respected
55 write zeroes and check
77 discard and check
87 discard at image boundary and check
106 check that offset is respected
147 write zeroes and check
171 discard and check
181 discard at image boundary and check
202 check that offset is respected
243 write zeroes and check
[all …]
H A D137.out25 qemu-io: Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.templ…
26 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
27 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
35 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
H A DREADME13 Just run ./check to run all tests for the raw image format, or ./check
14 -qcow2 to test the qcow2 image format. The output of ./check -h explains
H A D29840 check = iotests.qemu_img_check(disk)
41 self.assertFalse('leaks' in check)
42 self.assertFalse('corruptions' in check)
43 self.assertEqual(check['check-errors'], 0)
H A DMakefile2 CLEANFILES= *.out.bad *.notrun check.log check.time*
/qemu/tests/qemu-iotests/tests/
H A Dparallels-checks.out31 == check last cluster ==
42 == check second cluster ==
46 == check second cluster ==
58 == check the first cluster ==
61 == check second cluster ==
67 == check the first cluster ==
81 == check second cluster ==
85 == check second cluster ==
92 == check second cluster ==
110 == check first cluster ==
[all …]
/qemu/
H A D.travis.yml34 - TEST_CMD="make check V=1"
82 - name: "[aarch64] GCC check-tcg"
112 - TEST_CMD="make check check-tcg V=1"
116 - name: "[ppc64] Clang check-tcg"
147 - TEST_CMD="make check check-tcg V=1"
151 - name: "[s390x] GCC check-tcg"
181 - TEST_CMD="make check check-tcg V=1"
235 - TEST_CMD="make check check-tcg V=1"
267 - TEST_CMD="make check-unit"
H A Dqemu-img.c630 if (!(check->corruptions || check->leaks || check->check_errors)) { in dump_human_image_check()
640 if (check->leaks) { in dump_human_image_check()
655 if (check->total_clusters != 0 && check->allocated_clusters != 0) { in dump_human_image_check()
658 check->allocated_clusters, check->total_clusters, in dump_human_image_check()
659 check->allocated_clusters * 100.0 / check->total_clusters, in dump_human_image_check()
660 check->fragmented_clusters * 100.0 / check->allocated_clusters, in dump_human_image_check()
729 ImageCheck *check; in img_check() local
836 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
886 if (check->corruptions) { in img_check()
888 } else if (check->leaks) { in img_check()
[all …]
/qemu/tests/unit/
H A Dmeson.build5 'check-block-qdict': [],
6 'check-qdict': [],
7 'check-qnum': [],
8 'check-qstring': [],
9 'check-qlist': [],
10 'check-qnull': [],
11 'check-qobject': [],
12 'check-qjson': [],
13 'check-qlit': [],
43 'check-qom-interface': [qom],
[all …]
/qemu/scripts/qapi/
H A Dschema.py143 super().check(schema)
369 super().check(schema)
572 m.check(schema)
733 def check( member in QAPISchemaVariants
737 v.check(schema)
748 def check( member in QAPISchemaBranches
798 v.check(schema)
836 def check( member in QAPISchemaAlternatives
1147 self.check()
1481 ent.check(self)
[all …]
/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-aarch64.yml23 - make check-tcg
24 - make --output-sync -j`nproc --ignore=40` check
46 - make --output-sync -j`nproc --ignore=40` check
68 - make --output-sync -j`nproc --ignore=40` check
87 - make --output-sync -j`nproc --ignore=40` check
109 - make --output-sync -j`nproc --ignore=40` check
151 - make --output-sync -j`nproc --ignore=40` check
H A Dubuntu-22.04-s390x.yml21 - make --output-sync check-tcg
22 - make --output-sync -j`nproc` check
41 - make --output-sync -j`nproc` check
64 - make --output-sync -j`nproc` check
86 - make --output-sync -j`nproc` check
128 - make --output-sync -j`nproc` check
/qemu/docs/
H A Dmeson.build14 check: true).stdout().split()[1]
20 jobs = run_command(nproc, check: true).stdout()
28 run_command('mkdir', ['-p', tmpdir / 'sphinx'], check: true)
29 run_command('touch', [tmpdir / 'sphinx/index.rst'], check: true)
33 tmpdir / 'sphinx/out'], check: false)
/qemu/crypto/
H A Dtrace-events15 …ic_constraints(void *creds, const char *file, int status) "TLS creds x509 check basic constraints …
16 …s, const char *file, int status, int usage, int critical) "TLS creds x509 check key usage creds=%p…
17 … char *file, int status, const char *usage, int critical) "TLS creds x509 check key usage creds=%p…
23 qcrypto_tls_session_check_creds(void *session, const char *status) "TLS session check creds session…
/qemu/authz/
H A Dtrace-events4 qauthz_is_allowed(void *authz, const char *identity, bool allowed) "AuthZ %p check identity=%s allo…
7 …uthz, const char *wantidentity, const char *gotidentity) "AuthZ simple %p check want identity=%s g…
10 … char *identity, const char *rule, int format, int policy) "AuthZ list %p check rule=%s identity=%…

12345678910