/qemu/contrib/ivshmem-client/ |
H A D | ivshmem-client.h | 13 * This file provides helper to implement an ivshmem client. It is used 40 * This structure is also used to store the information of our own 53 * Typedef of callback function used when our IvshmemClient receives a 67 * callback function used when we receive a notification from a peer.
|
/qemu/docs/system/arm/ |
H A D | cpu-features.rst | 38 block in the script for usage) is used to issue the QMP commands. 128 used. This means the guest is provided all the same CPU features as the 226 the QEMU impdef algorithm is used. The architected QARMA5 228 be quite slow to emulate. The impdef algorithm used by QEMU is 235 is used to enable or disable the entire SVE feature, just as the ``pmu`` 237 is used to enable or disable specific vector lengths, where ``N`` is the 420 used to enable or disable the entire SME feature, and ``sme<N>`` is 421 used to enable or disable specific vector lengths. Finally, 422 ``sme_fa64`` is used to enable or disable ``FEAT_SME_FA64``, which 462 configurations, ``x-l0gptsz=S`` may be used to specify the value
|
/qemu/docs/ |
H A D | xen-save-devices-state.txt | 7 These operations are normally used with migration (see migration.txt), 14 The binary format used in the file is the following:
|
/qemu/include/hw/timer/ |
H A D | armv7m_systick.h | 30 * (used when SYST_CSR.CLKSOURCE == 0) 32 * (used when SYST_CSR.CLKSOURCE == 1)
|
/qemu/include/hw/gpio/ |
H A D | pca9552_regs.h | 13 * Bits [0:3] are used to address a specific register. 27 * Bit [4] is used to activate the Auto-Increment option of the
|
/qemu/qapi/ |
H A D | migration.json | 162 # Before 9.2, this is only used when (1) in precopy, and (2) when 239 # @socket-address: Only used for tcp, to know what the real port is 259 # page rate of the virtual CPU, which can be used to observe the 616 # @cpr-reboot may not be used with postcopy, background-snapshot, 769 # compute the ideal CPU percentage used by the Guest, which may 822 # @multifd-channels: Number of channels used to migrate data in 824 # used for migration. The default value is 2 (since 4.0) 826 # @xbzrle-cache-size: cache size to be used by XBZRLE migration. It 840 # @multifd-zlib-level: Set the compression level to be used in live 846 # @multifd-qatzip-level: Set the compression level to be used in live [all …]
|
/qemu/include/hw/i2c/ |
H A D | pm_smbus.h | 32 /* Internally used by pm_smbus. */ 41 /* Used to work around a bug in AMIBIOS, see smb_transaction_start() */
|
/qemu/tests/qemu-iotests/ |
H A D | 051.pc.out | 356 …ttling.iops-total=5678: 'throttling.iops-total' and its alias 'iops' can't be used at the same time 359 …tling.iops-read=5678: 'throttling.iops-read' and its alias 'iops_rd' can't be used at the same time 362 …ing.iops-write=5678: 'throttling.iops-write' and its alias 'iops_wr' can't be used at the same time 365 …hrottling.bps-total=5678: 'throttling.bps-total' and its alias 'bps' can't be used at the same time 368 …rottling.bps-read=5678: 'throttling.bps-read' and its alias 'bps_rd' can't be used at the same time 371 …ttling.bps-write=5678: 'throttling.bps-write' and its alias 'bps_wr' can't be used at the same time 374 …total-max=5678: 'throttling.iops-total-max' and its alias 'iops_max' can't be used at the same time 377 …ead-max=5678: 'throttling.iops-read-max' and its alias 'iops_rd_max' can't be used at the same time 380 …te-max=5678: 'throttling.iops-write-max' and its alias 'iops_wr_max' can't be used at the same time 383 …s-total-max=5678: 'throttling.bps-total-max' and its alias 'bps_max' can't be used at the same time [all …]
|
/qemu/include/hw/arm/ |
H A D | smmu-common.h | 98 * after decoding the configuration information and used as 110 /* Used by stage-1 only. */ 117 /* Used by stage-2 only. */ 204 * select_tt - compute which translation table shall be used according to
|
/qemu/include/exec/ |
H A D | translation-block.h | 88 * Above fields used for comparing 115 /* The following data are used to directly call another TB from 131 * significant bit (LSB) of the pointers in these lists is used to encode 132 * which of the two list entries is to be used in the pointed TB.
|
/qemu/semihosting/ |
H A D | guestfd.c | 93 * This is used internally by the other guestfd functions. 107 * used by the various semihosting calls to validate a handle 124 * allocated via alloc_fd() and not previously used) with
|
/qemu/include/hw/xen/interface/ |
H A D | features.h | 23 * Note that if XEN_ELFNOTE_SUPPORTED_FEATURES is used, then in the 74 /* x86: pirq can be used by HVM guests */ 81 * This feature flag is deprecated and should not be used.
|
/qemu/include/hw/misc/ |
H A D | stm32l4x5_exti.h | 19 * The reference used is the STMicroElectronics RM0351 Reference manual 48 /* used for edge detection */
|
H A D | aspeed_sdmc.h | 29 * system: one is in the SDRAM MC (memory controller) which is used in run 30 * time, and the other is in the DDR-PHY IP which is used during DDR-PHY
|
/qemu/tests/qtest/ |
H A D | stm32l4x5.h | 3 * used for consolidating common objects in stm32l4x5_*-test.c 18 * MSI (4 MHz) is used as system clock source after startup
|
/qemu/hw/intc/ |
H A D | spapr_xive.c | 875 * The terminology used by the XIVE hcalls is the following : in type_init() 882 * EISN Effective Interrupt Source Number used by guest OS to in type_init() 898 * The H_INT_GET_SOURCE_INFO hcall() is used to obtain the logical 914 * Bit 60: H_INT_ESB must be used for Event State Buffer 1009 * The H_INT_SET_SOURCE_CONFIG hcall() is used to assign a Logical 1024 * source. Thus this should only be used in interrupts that are 1026 * interrupt is not meant to be used for a large amount of time 1083 /* priority 0xff is used to reset the EAS */ in h_int_set_source_config() 1133 * The H_INT_GET_SOURCE_CONFIG hcall() is used to determine to which 1212 * The H_INT_GET_QUEUE_INFO hcall() is used to get the logical real [all …]
|
/qemu/hw/9pfs/ |
H A D | 9p.h | 108 * used for communication (for both requests and replies) between client and 200 /* readdir mutex type used for 9P2000.u protocol variant */ 202 /* readdir mutex type used for 9P2000.L protocol variant */ 307 * must be used for appending/prepending this affix to its final resulting, 317 * How many (high) bits of the original inode number shall be used for
|
/qemu/docs/system/ppc/ |
H A D | powernv.rst | 6 be used as an hypervisor OS, running KVM guests, or simply as a host 24 * Simple OCC is an on-chip micro-controller used for power management tasks. 62 powernv. kvm-pr in theory could be used as a valid accel option but 170 inventory for a Palmetto BMC. They can be used to extend the QEMU BMC 201 invocations of QEMU). If no defaults are used, an erased 128MB PNOR is
|
/qemu/target/i386/tcg/ |
H A D | decode-new.h | 205 * registers are never used. 210 * Ry/Mb in the manual (PINSRB). However, the high bits are never used by 212 * of this modifier is that high-byte registers are never used, even without 249 * Used for instructions that distinguish the XMM operand type with an 315 * This field is used internally by macros OP0_PTR/OP1_PTR/OP2_PTR,
|
/qemu/include/crypto/ |
H A D | tlssession.h | 122 * Create a new TLS session object that will be used to 129 * be used to verify the against the hostname reported in 133 * of an access control list that will be used to validate 203 * Sets the callback functions that are to be used for sending 206 * is no assumption made about the type of channel used.
|
/qemu/python/qemu/qmp/ |
H A D | qmp_client.py | 4 This module provides the `QMPClient` class, which can be used to connect 6 used to either connect to a listening server, or used to listen and 106 This Exception class is used for protocol errors where the `Message` 162 QMP can be used to establish a connection as either the transport 165 :param name: Optional nickname for the connection, used for logging. 197 #: Logger object used for debugging messages. 544 f"ID '{exec_id}' is in-use and cannot be used."
|
/qemu/docs/system/ |
H A D | target-arm.rst | 10 work for ``qemu-system-arm`` will behave the same when used with 27 Cortex-M4 and Cortex-M33 (which are microcontrollers used in very 42 users who are used to the x86 world where every system looks like a
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_mmio.h | 20 * may be used to endorse or promote products derived from this software 89 /* Used Ring alignment for the currently selected queue - Write Only */ 121 /* Selected queue's Used Ring address, 64 bits in two halves */
|
/qemu/docs/devel/ |
H A D | memory.rst | 72 banks used when the guest address space is smaller than the amount 138 only used for debugging purposes, but RAM regions also use the name to identify 198 but nevertheless it is used in a few places. 201 machine object is actually used as the owner. Since instance_finalize is 250 then these would be used for any addresses in its range not handled by 277 - if the subregion is a container, the same algorithm is used within the 347 based on the attributes used for the memory transaction, or need
|
/qemu/include/hw/ |
H A D | qdev-core.h | 60 * be registered. It can be used to defer adding a device and 125 * @fw_name: name used to identify device to firmware interfaces 299 * Used to prevent re-entrancy confusing things. 334 * This callback is used to create Open Firmware device path in accordance 410 * @used: Set to true if property was used when initializing a device. 420 bool used; member 576 * @reason: Pointer to the Error used with qdev_add_unplug_blocker. 577 * Used as a handle to lookup the blocker for deletion. 619 * This function is intended to be used by board code or SoC "container" 723 * You probably don't need to use this function -- it is used only [all …]
|