/qemu/hw/ppc/ |
H A D | spapr_events.c | 90 uint32_t summary; member 450 return entry->summary & RTAS_LOG_TYPE_MASK; in spapr_event_log_entry_type() 553 entry->summary = RTAS_LOG_VERSION_6 in spapr_powerdown_req() 605 entry->summary = RTAS_LOG_VERSION_6 in spapr_hotplug_req_event() 755 uint32_t summary; in spapr_mce_get_elog_type() local 758 summary = RTAS_LOG_VERSION_6 | RTAS_LOG_OPTIONAL_PART_PRESENT; in spapr_mce_get_elog_type() 760 summary |= RTAS_LOG_DISPOSITION_FULLY_RECOVERED; in spapr_mce_get_elog_type() 762 summary |= RTAS_LOG_DISPOSITION_NOT_RECOVERED; in spapr_mce_get_elog_type() 778 summary |= mc_derror_table[i].initiator in spapr_mce_get_elog_type() 781 return summary; in spapr_mce_get_elog_type() [all …]
|
H A D | spapr.c | 1950 VMSTATE_UINT32(summary, SpaprEventLogEntry),
|
/qemu/ |
H A D | .b4-config | 10 am-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback - 11 prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
|
H A D | meson.build | 4664 # Configuration summary # 4672 summary(summary_info, bool_yn: true, section: 'Build environment') 4692 summary(summary_info, bool_yn: true, section: 'Directories') 4714 summary(summary_info, bool_yn: true, section: 'Host binaries') 4744 summary(summary_info, bool_yn: true, section: 'Configurable features') 4814 summary(summary_info, bool_yn: true, section: 'Compilation') 4830 summary(summary_info, bool_yn: true, section: 'Cross compilers') 4865 summary(summary_info, bool_yn: true, section: 'Targets and accelerators') 4891 summary(summary_info, bool_yn: true, section: 'Block layer support') 4911 summary(summary_inf [all...] |
/qemu/python/qemu/utils/ |
H A D | __init__.py | 136 def summary(self) -> str: member in VerboseProcessError 160 self.summary(),
|
/qemu/python/ |
H A D | avocado.cfg | 5 # Don't show stdout/stderr in the test *summary*
|
/qemu/contrib/gitdm/ |
H A D | group-map-individuals | 6 # together in the summary stats.
|
/qemu/tests/tcg/multiarch/system/ |
H A D | Makefile.softmmu-target | 71 PLUGIN_ARGS=$(COMMA)region-summary=true
|
/qemu/docs/devel/migration/ |
H A D | dirty-limit.rst | 68 In summary, thanks to the KVM dirty ring technology, the dirty limit
|
/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 155 summary of change". Whether the "single line summary of change" starts 156 with a capital is a matter of taste, but we prefer that the summary does 541 For later versions of patches, include a summary of changes from 551 summary belongs. The `git-publish 553 tracking a good summary across versions. Also, the `git-backport-diff
|
H A D | tcg-plugins.rst | 55 if they want to dump a summary of collected information once the
|
H A D | build-system.rst | 360 - Add code to print out the feature status in the configure summary
|
/qemu/docs/interop/ |
H A D | qemu-ga.rst | 127 Desktop Entry Specification, here is a quick summary: it consists of
|
/qemu/pc-bios/ |
H A D | edk2-licenses.txt | 192 Subject: [Repository/Branch PATCH] Module: Brief-single-line-summary 226 * "Brief-single-line-summary" is a short summary of the change. 427 Subject: [PATCH] CodeModule: Brief-single-line-summary 453 * "Brief-single-line-summary" is a short summary of the change.
|
/qemu/scripts/ |
H A D | checkpatch.pl | 32 my $summary = 1; 104 'summary!' => \$summary, 3389 if ($summary && !($clean == 1 && $quiet == 1)) {
|
/qemu/qapi/ |
H A D | cxl.json | 160 # @health-status: Overall health summary bitmap. See CXL r3.0 Table 164 # @media-status: Overall media health summary. See CXL r3.0 Table
|
H A D | machine.json | 1299 # @query-memory-size-summary: 1311 { 'command': 'query-memory-size-summary', 'returns': 'MemoryInfo' }
|
/qemu/docs/about/ |
H A D | emulation.rst | 336 - Give a summary of the instruction sizes for the execution 392 default it will give a summary of syscall stats at the end of the 438 scoreboard. It prints a per-cpu summary of all events.
|
/qemu/docs/system/ |
H A D | security.rst | 171 In summary, the monitor console is considered a privileged control interface to
|
/qemu/include/hw/ppc/ |
H A D | spapr.h | 892 uint32_t summary; member
|
/qemu/migration/ |
H A D | ram.c | 948 uint64_t summary = 0; in ram_pagesize_summary() local 951 summary |= block->page_size; in ram_pagesize_summary() 954 return summary; in ram_pagesize_summary()
|
/qemu/docs/ |
H A D | rdma.txt | 106 Here is a brief summary of total migration time and downtime using RDMA:
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hotplug.rst | 11 Reference document ([LoPAR]_). This document provides a summary of that
|
/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 106 * The summary is:
|