/qemu/docs/devel/ |
H A D | submitting-a-pull-request.rst | 9 for more details). Generally only existing submaintainers of a tree 21 details that ``git request-pull`` outputs. 54 against bad code, so double check the details. 59 details.
|
H A D | tcg-plugins.rst | 79 The plugin architecture actively avoids leaking implementation details 82 details are opaque to plugins. The plugin is able to query select 83 details of instructions and system configuration only through the 115 for examples of how to track this and finalise details after execution.
|
H A D | index-api.rst | 4 Details about how QEMU's various internal APIs. Most of these are
|
H A D | index-tcg.rst | 6 Details about QEMU's Tiny Code Generator and the infrastructure
|
H A D | index-build.rst | 4 Details about how QEMU's build system works. You will need to understand
|
/qemu/target/arm/ |
H A D | hyp_gdbstub.c | 25 * See ARM ARM D2.9.1 for details but here we are only going to create 133 .details = { .vaddr = addr, .len = len } in insert_hw_watchpoint() 149 wp.details.flags = BP_MEM_READ; in insert_hw_watchpoint() 153 wp.details.flags = BP_MEM_WRITE; in insert_hw_watchpoint() 157 wp.details.flags = BP_MEM_ACCESS; in insert_hw_watchpoint() 248 return &get_hw_wp(i)->details; in find_hw_watchpoint()
|
/qemu/include/authz/ |
H A D | base.h | 14 * Lesser General Public License for more details. 64 * denial, as well as setting @errp to contain the details. 87 * denial, as well as setting @errp to contain the details.
|
/qemu/linux-user/ |
H A D | loader.h | 12 * GNU General Public License for more details. 33 * @errp: Error details. 45 * @errp: Error details.
|
/qemu/.gitlab/issue_templates/ |
H A D | feature_request.md | 21 ## Technical details 22 <!-- Describe technical details, design specifics, suggestions, versions, etc. -->
|
/qemu/include/hw/rtc/ |
H A D | goldfish_rtc.h | 6 * For more details on Google Goldfish virtual platform refer: 16 * more details.
|
/qemu/hw/intc/ |
H A D | kvm_irqcount.c | 12 * Lesser General Public License for more details. 35 * register for a sys/sdt.h marker. For details on this workaround, see: in kvm_reset_irq_delivered()
|
/qemu/target/s390x/ |
H A D | cpu_models.c | 350 g_autoptr(GString) details = g_string_new(""); in s390_print_cpu_model_list_entry() 353 g_string_append(details, "static, "); in s390_print_cpu_model_list_entry() 356 g_string_append(details, "migration-safe, "); in s390_print_cpu_model_list_entry() 359 g_string_append(details, "deprecated, "); in s390_print_cpu_model_list_entry() 361 if (details->len) { in s390_print_cpu_model_list_entry() 363 g_string_truncate(details, details->len - 2); in s390_print_cpu_model_list_entry() 368 if (details->len) { in s390_print_cpu_model_list_entry() 369 qemu_printf(" %-15s %-35s (%s)\n", name, scc->desc, details->str); in s390_print_cpu_model_list_entry() 698 error_setg(errp, "Details about the host CPU model are not available, " in get_feature() 720 error_setg(errp, "Details about the host CPU model are not available, " in set_feature() [all …]
|
/qemu/bsd-user/aarch64/ |
H A D | target_syscall.h | 14 * Lesser General Public License for more details. 39 * See the ARM Procedure Call Reference for details.
|
/qemu/docs/specs/ |
H A D | vmcoreinfo.rst | 6 store dump details. 11 A guest may use this ``fw_cfg`` entry to add information details to QEMU
|
H A D | fsi.rst | 19 for the implementation are: (see the `FSI specification`_ for more details) 111 from the BMC. (see the `pdbg source repository`_ for more details)
|
/qemu/include/system/ |
H A D | cpu-throttle.h | 12 * GNU General Public License for more details. 62 * Returns the vcpu throttle percentage. See cpu_throttle_set for details.
|
/qemu/tests/qtest/libqos/ |
H A D | sdhci-cmd.h | 14 * for more details. 19 /* more details at hw/sd/sdhci-internal.h */
|
/qemu/docs/ |
H A D | image-fuzzer.txt | 13 # GNU General Public License for more details. 46 Details about interactions between the runner and fuzzers see "Module 59 For details about environment variables see qemu-iotests/check. 102 a single public API. See details in 'Test runner/image fuzzer' chapter of
|
/qemu/include/block/ |
H A D | throttle-groups.h | 19 * GNU General Public License for more details. 53 * See the ThrottleGroup documentation for details.
|
/qemu/include/qemu/ |
H A D | timer.h | 428 * See timer_init_full for details. 445 * See timer_init_full for details. 462 * See timer_init_full for details. 479 * See timer_init_full for details. 533 * See timer_new_full for details. 553 * See timer_new_full for details. 573 * See timer_new_full for details. 593 * See timer_new_full for details. 763 * See g_poll documentation for further details.
|
/qemu/hw/nvram/ |
H A D | chrp_nvram.c | 5 * specification, chapter 8, or the LoPAPR specification for details 16 * GNU General Public License for more details.
|
/qemu/hw/acpi/ |
H A D | vmgenid.c | 41 * see docs/specs/vmgenid.rst for more details in vmgenid_build_acpi() 104 * see docs/specs/vmgenid.rst for more details. in vmgenid_build_acpi() 156 * see docs/specs/vmgenid.rst for more details. in vmgenid_update_guest()
|
/qemu/docs/devel/testing/ |
H A D | index.rst | 4 Details about how to test QEMU and how it is integrated into our CI
|
/qemu/bsd-user/riscv/ |
H A D | target.h | 2 * Riscv64 general target stuff that's common to all aarch details
|
/qemu/bsd-user/arm/ |
H A D | target.h | 2 * Intel general target stuff that's common to all i386 details
|