Home
last modified time | relevance | path

Searched full:reports (Results 1 – 25 of 88) sorted by relevance

1234

/qemu/tests/tsan/
H A Dsuppressions.tsan5 # TSan reports a double lock on RECURSIVE mutexes.
9 # TSan reports a race between pthread_mutex_init() and
/qemu/docs/system/arm/
H A Dsbsa.rst13 specification defines how the firmware reports that to any operating system.
36 ``sbsa-ref`` is a static system that reports a very minimal devicetree to the
58 The devicetree reports:
/qemu/tests/migration-stress/guestperf/
H A Dshell.py269 self._parser.add_argument("reports", nargs='*')
278 if len(args.reports) == 0:
289 reports = []
290 for report in args.reports:
291 reports.append(Report.from_json_file(report))
293 plot = Plot(reports,
/qemu/linux-headers/linux/
H A Dpsp-sev.h185 * @mask_chip_id: whether chip id is present in attestation reports or not
186 * @mask_chip_key: whether attestation reports are signed or not
213 * @mask_chip_id: whether chip id is present in attestation reports or not
214 * @mask_chip_key: whether attestation reports are signed or not
/qemu/tests/qemu-iotests/tests/
H A Dblock-status-cache103 # will go to the driver, which will return a result that reports the
108 # Note that once the cache reports the whole image to contain data, any
115 # Now let's see whether the cache reports everything as data, or
/qemu/tests/qemu-iotests/
H A D31463 # has the written data preserved, and "qemu-img check" reports 100% clusters
107 # preserved in the resulting image. Also check that "qemu-img check" reports
138 # reports 100% clusters as compressed.
H A D261.out230 qemu-img info reports 507 snapshots
231 Image header reports 507 snapshots
361 qemu-img info reports 65536 snapshots
362 Image header reports 65536 snapshots
H A DREADME20 reports of failing tests cases to qemu-devel@nongnu.org with a CC:
H A D0094 # Nolan I qcow2 corruption - incorrectly reports free clusters
H A D261396 echo " qemu-img info reports $(_img_info | grep -c '^ \{30\}') snapshots"
397 echo " Image header reports $(peek_file_be "$TEST_IMG" 60 4) snapshots"
523 echo " qemu-img info reports $(_img_info | grep -c '^ \{30\}') snapshots"
524 echo " Image header reports $(peek_file_be "$TEST_IMG" 60 4) snapshots"
H A Dpylintrc36 [REPORTS]
H A D11058 # reports it (as vmdk), whereas other image formats would do so only
/qemu/include/block/
H A Dblock-copy.h95 * cancelled. So, the call may be cancelled (block_copy_call_cancelled() reports
96 * true) but not yet finished (block_copy_call_finished() reports false).
/qemu/docs/about/
H A Ddeprecated.rst154 To be removed with no replacement, as it reports only a limited set of
155 threads (for example, it only reports source side of multifd threads,
163 always reports GenericError on failure when ``block-job-pause`` reports
170 always reports GenericError on failure when ``block-job-resume`` reports
177 always reports GenericError on failure when ``block-job-complete`` reports
/qemu/docs/system/
H A Dcpu-models-x86.rst.inc198 So it should only be enabled for VMs if the host reports @code{Not
208 It should only be enabled for VMs if the host reports ``Not affected``
243 It should only be enabled for VMs if the host reports
254 It should only be enabled for VMs if the host reports ``Not affected``
265 It should only be enabled for VMs if the host reports ``Not affected``
/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml92 reports:
110 reports:
H A Dcustom-runners.yml28 reports:
/qemu/tests/qapi-schema/
H A Denum-bad-name.json2 # FIXME reports 'not\possible' instead of 'not\\possible'
/qemu/python/
H A D.gitignore19 # Coverage.py reports
/qemu/scripts/qapi/
H A Dpylintrc25 [REPORTS]
/qemu/target/i386/tcg/user/
H A Dexcp_helper.c32 * The error_code that hw reports as part of the exception frame in x86_cpu_record_sigsegv()
/qemu/
H A Dgitdm.config5 # reports about development activity in the QEMU repo. The LWN gitdm
/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve-ioctl.py3 # Test the SVE ZReg reports the right amount of data. It uses the
/qemu/docs/devel/migration/
H A Dvfio.rst53 * A ``state_pending_estimate`` function that reports an estimate of the
158 that range and QEMU reports corresponding guest physical pages dirty. During
/qemu/scripts/coverage/
H A Dcompare_gcov_json.py3 # Compare output of two gcovr JSON reports and report differences. To

1234