Searched full:functionality (Results 1 – 25 of 142) sorted by relevance
123456
/qemu/accel/tcg/ |
H A D | tcg-accel-ops.h | 2 * QEMU TCG vCPU common functionality 4 * Functionality common to all TCG vcpu variants: mttcg, rr and icount.
|
H A D | tcg-accel-ops.c | 2 * QEMU TCG vCPU common functionality 4 * Functionality common to all TCG vCPU variants: mttcg, rr and icount. 50 /* common functionality among all TCG variants */
|
/qemu/include/hw/timer/ |
H A D | npcm7xx_timer.h | 40 * struct NPCM7xxBaseTimer - Basic functionality that both regular timer and 56 * @base_timer: The basic timer functionality for this timer. 75 * @base_timer: The basic timer functionality for this timer.
|
/qemu/docs/devel/ |
H A D | rust.rst | 7 to add new functionality to QEMU. 120 * ``qemu_api`` for bindings to C code and useful functionality 132 commit 1433e38cc8. Both are lacking tracing functionality. 142 full functionality available in C 205 adds the prefix to avoid confusion, because the functionality of 216 Here, the lower classes do not add any functionality, and mostly 217 provide extra compile-time checking; the basic *realize* functionality 418 functionality; see for example QEMU's ``assertions`` module.
|
/qemu/include/io/ |
H A D | channel-file.h | 39 * functionality. So the QIOChannelSocket object is recommended 59 * functionality and cross platform portability.
|
/qemu/tests/qtest/ |
H A D | sse-timer-test.c | 81 /* Basic counter functionality test */ in test_counter() 93 /* Check the counter scaling functionality */ in test_counter() 104 /* Basic timer functionality test */ in test_timer()
|
/qemu/target/i386/hvf/ |
H A D | README.md | 6 2. Removal of `apic_page` and hyperv-related functionality.
|
/qemu/.github/workflows/ |
H A D | lockdown.yml | 26 functionality). However, we get a lot of patches, and so we have some
|
/qemu/hw/ppc/ |
H A D | pnv_nest_pervasive.c | 28 * This model will provide the registers functionality for common registers of 31 * Currently this model provide the read/write functionality of chiplet control
|
H A D | spapr_pci_vfio.c | 143 * functionality on it will clean the frozen state, which in spapr_phb_vfio_reset() 175 * The EEH functionality is enabled per sphb level instead of in spapr_phb_vfio_eeh_set_option()
|
/qemu/docs/system/ |
H A D | target-i386.rst | 42 functionality was backported.
|
/qemu/docs/interop/ |
H A D | prl-xml.rst | 18 them, but they are for internal work and don't affect functionality. Also it 20 information, but this doesn't influence open/read/write functionality. QEMU and
|
/qemu/include/hw/acpi/ |
H A D | acpi_dev_interface.h | 43 * to generic ACPI functionality that could be used without
|
/qemu/python/qemu/qmp/ |
H A D | __init__.py | 8 `QMPClient` provides the main functionality of this package. All errors
|
/qemu/tests/functional/qemu_test/ |
H A D | ports.py | 3 # Simple functional tests for VNC functionality
|
/qemu/tests/qemu-iotests/ |
H A D | 062 | 41 # This tests qcow2-specific low-level functionality
|
/qemu/docs/system/ppc/ |
H A D | ppce500.rst | 19 * Power-off functionality via one GPIO pin 62 The ``ppce500`` machine can start using the standard -kernel functionality
|
/qemu/docs/system/riscv/ |
H A D | sifive_u.rst | 59 The ``sifive_u`` machine can start using the standard -kernel functionality 63 standard -bios functionality. 101 version, but it provides the same functionality as the hardware.
|
/qemu/include/hw/arm/ |
H A D | allwinner-a10.h | 53 * Emulate Boot ROM firmware setup functionality.
|
/qemu/docs/system/arm/ |
H A D | imx8mp-evk.rst | 31 ``-kernel`` functionality.
|
/qemu/hw/intc/ |
H A D | arm_gicv3_kvm.c | 141 * functionality is replaced by GICR_IPRIORITYR<n>. It doesn't need to in kvm_dist_get_priority() 162 * functionality is replaced by GICR_IPRIORITYR<n>. It doesn't need to in kvm_dist_put_priority() 184 * functionality is replaced by GICR_ICFGR<n>. It doesn't need to sync in kvm_dist_get_edge_trigger() 209 * functionality is replaced by GICR_ICFGR<n>. It doesn't need to sync in kvm_dist_put_edge_trigger() 259 * functionality is replaced by the GICR registers. It doesn't need to sync in kvm_dist_getbmp() 281 * functionality is replaced by the GICR registers. It doesn't need to sync in kvm_dist_putbmp()
|
/qemu/include/qemu/ |
H A D | co-shared-resource.h | 2 * Helper functionality for distributing a fixed total amount of
|
H A D | progress_meter.h | 2 * Helper functionality for some process progress tracking.
|
/qemu/tests/qemu-iotests/tests/ |
H A D | qcow2-encryption | 40 # This tests qcow2-specific low-level functionality
|
/qemu/block/ |
H A D | progress_meter.c | 2 * Helper functionality for some process progress tracking.
|
123456