Home
last modified time | relevance | path

Searched full:details (Results 1 – 25 of 2463) sorted by relevance

12345678910>>...99

/qemu/docs/devel/
H A Dsubmitting-a-pull-request.rst9 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 Dtcg-plugins.rst79 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 Dindex-api.rst4 Details about how QEMU's various internal APIs. Most of these are
H A Dindex-tcg.rst6 Details about QEMU's Tiny Code Generator and the infrastructure
H A Dindex-build.rst4 Details about how QEMU's build system works. You will need to understand
/qemu/include/authz/
H A Dbase.h14 * 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/target/arm/
H A Dhyp_gdbstub.c25 * 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/linux-user/
H A Dloader.h12 * GNU General Public License for more details.
33 * @errp: Error details.
45 * @errp: Error details.
/qemu/.gitlab/issue_templates/
H A Dfeature_request.md21 ## Technical details
22 <!-- Describe technical details, design specifics, suggestions, versions, etc. -->
/qemu/include/hw/rtc/
H A Dgoldfish_rtc.h6 * For more details on Google Goldfish virtual platform refer:
16 * more details.
/qemu/hw/intc/
H A Dkvm_irqcount.c12 * 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/bsd-user/aarch64/
H A Dtarget_syscall.h14 * Lesser General Public License for more details.
39 * See the ARM Procedure Call Reference for details.
/qemu/target/s390x/
H A Dcpu_models.c350 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/docs/specs/
H A Dvmcoreinfo.rst6 store dump details.
11 A guest may use this ``fw_cfg`` entry to add information details to QEMU
/qemu/include/system/
H A Dcpu-throttle.h12 * 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 Dsdhci-cmd.h14 * for more details.
19 /* more details at hw/sd/sdhci-internal.h */
/qemu/include/block/
H A Dthrottle-groups.h19 * GNU General Public License for more details.
53 * See the ThrottleGroup documentation for details.
/qemu/docs/
H A Dimage-fuzzer.txt13 # 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/qemu/
H A Dtimer.h428 * 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 Dchrp_nvram.c5 * specification, chapter 8, or the LoPAPR specification for details
16 * GNU General Public License for more details.
/qemu/hw/acpi/
H A Dvmgenid.c41 * see docs/specs/vmgenid.txt for more details in vmgenid_build_acpi()
104 * see docs/specs/vmgenid.txt for more details. in vmgenid_build_acpi()
156 * see docs/specs/vmgenid.txt for more details. in vmgenid_update_guest()
/qemu/docs/devel/testing/
H A Dindex.rst4 Details about how to test QEMU and how it is integrated into our CI
/qemu/bsd-user/riscv/
H A Dtarget.h2 * Riscv64 general target stuff that's common to all aarch details
/qemu/bsd-user/arm/
H A Dtarget.h2 * Intel general target stuff that's common to all i386 details
/qemu/tcg/loongarch64/
H A Dtcg-target-opc.h.inc7 * See the COPYING file in the top-level directory for details.

12345678910>>...99