Searched full:reports (Results 1 – 25 of 88) sorted by relevance
1234
/qemu/tests/tsan/ |
H A D | suppressions.tsan | 5 # TSan reports a double lock on RECURSIVE mutexes. 9 # TSan reports a race between pthread_mutex_init() and
|
/qemu/docs/system/arm/ |
H A D | sbsa.rst | 13 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 D | shell.py | 269 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 D | psp-sev.h | 185 * @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 D | block-status-cache | 103 # 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 D | 314 | 63 # 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 D | 261.out | 230 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 D | README | 20 reports of failing tests cases to qemu-devel@nongnu.org with a CC:
|
H A D | 009 | 4 # Nolan I qcow2 corruption - incorrectly reports free clusters
|
H A D | 261 | 396 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 D | pylintrc | 36 [REPORTS]
|
H A D | 110 | 58 # reports it (as vmdk), whereas other image formats would do so only
|
/qemu/include/block/ |
H A D | block-copy.h | 95 * 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 D | deprecated.rst | 154 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 D | cpu-models-x86.rst.inc | 198 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 D | buildtest-template.yml | 92 reports: 110 reports:
|
H A D | custom-runners.yml | 28 reports:
|
/qemu/tests/qapi-schema/ |
H A D | enum-bad-name.json | 2 # FIXME reports 'not\possible' instead of 'not\\possible'
|
/qemu/python/ |
H A D | .gitignore | 19 # Coverage.py reports
|
/qemu/scripts/qapi/ |
H A D | pylintrc | 25 [REPORTS]
|
/qemu/target/i386/tcg/user/ |
H A D | excp_helper.c | 32 * The error_code that hw reports as part of the exception frame in x86_cpu_record_sigsegv()
|
/qemu/ |
H A D | gitdm.config | 5 # reports about development activity in the QEMU repo. The LWN gitdm
|
/qemu/tests/tcg/aarch64/gdbstub/ |
H A D | test-sve-ioctl.py | 3 # Test the SVE ZReg reports the right amount of data. It uses the
|
/qemu/docs/devel/migration/ |
H A D | vfio.rst | 53 * 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 D | compare_gcov_json.py | 3 # Compare output of two gcovr JSON reports and report differences. To
|
1234