/qemu/replay/ |
H A D | stubs-system.c | 62 error_report("replay support not available"); in hmp_info_replay() 66 error_report("replay support not available"); in hmp_replay_break() 70 error_report("replay support not available"); in hmp_replay_delete_break() 74 error_report("replay support not available"); in hmp_replay_seek() 79 "replay support not available"); in qmp_query_replay() 85 "replay support not available"); in qmp_replay_break() 90 "replay support not available"); in qmp_replay_delete_break() 95 "replay support not available"); in qmp_replay_seek()
|
/qemu/tests/unit/ |
H A D | socket-helpers.h | 24 * @has_ipv4: set to true on return if IPv4 is available 25 * @has_ipv6: set to true on return if IPv6 is available 27 * Check whether IPv4 and/or IPv6 are available for use. 29 * indicate whether the respective protocols are available. 36 * @has_afunix: set to true on return if unix socket support is available 38 * Check whether unix domain socket support is available for use. 40 * is available.
|
/qemu/linux-headers/linux/ |
H A D | kvm.h | 309 /* Available with KVM_CAP_INTERNAL_ERROR_DATA: */ 679 * Check if a kvm extension is available. Argument is extension number, 1018 * Available with KVM_CAP_IRQFD_RESAMPLE 1067 /* Available with KVM_CAP_ONE_REG */ 1128 * Device control API, available with KVM_CAP_DEVICE_CTRL 1238 /* Available with KVM_CAP_PIT_STATE2 */ 1241 /* Available with KVM_CAP_PPC_GET_PVINFO */ 1243 /* Available with KVM_CAP_TSC_CONTROL for a vCPU, or with 1247 /* Available with KVM_CAP_SIGNAL_MSI */ 1249 /* Available with KVM_CAP_PPC_GET_SMMU_INFO */ [all …]
|
/qemu/util/ |
H A D | qemu-co-shared-resource.c | 34 uint64_t available; member 44 s->total = s->available = total; in shres_create() 53 assert(s->available == s->total); in shres_destroy() 61 if (s->available >= n) { in co_try_get_from_shres_locked() 62 s->available -= n; in co_try_get_from_shres_locked() 81 assert(s->total - s->available >= n); in co_put_to_shres() 82 s->available += n; in co_put_to_shres()
|
/qemu/stubs/ |
H A D | monitor-i386-sev.c | 9 error_setg(errp, "SEV is not available in this QEMU"); in qmp_query_sev() 15 error_setg(errp, "SEV is not available in this QEMU"); in qmp_query_sev_launch_measure() 21 error_setg(errp, "SEV is not available in this QEMU"); in qmp_query_sev_capabilities() 28 error_setg(errp, "SEV is not available in this QEMU"); in qmp_sev_inject_launch_secret() 34 error_setg(errp, "SEV is not available in this QEMU"); in qmp_query_sev_attestation_report()
|
/qemu/tests/qemu-iotests/ |
H A D | 307.out | 15 exports available: 1 23 available meta contexts: 1 44 exports available: 1 52 available meta contexts: 1 76 exports available: 2 84 available meta contexts: 1 94 available meta contexts: 1 112 exports available: 1 121 available meta contexts: 1 134 exports available: 0
|
H A D | 241.out | 5 exports available: 1 16 exports available: 1 29 exports available: 1
|
H A D | 223.out | 57 exports available: 0 83 exports available: 3 91 available meta contexts: 2 102 available meta contexts: 2 112 available meta contexts: 2 179 exports available: 0 205 exports available: 3 213 available meta contexts: 2 224 available meta contexts: 2 234 available meta contexts: 2
|
/qemu/include/hw/nvram/ |
H A D | fw_cfg.h | 107 * Add a new fw_cfg item, available by selecting the given key, as a raw 119 * Add a new fw_cfg item, available by selecting the given key. The item 131 * Replace the fw_cfg item available by selecting the given key. The new 145 * Add a new fw_cfg item, available by selecting the given key. The item 157 * Replace the fw_cfg item available by selecting the given key. The new 171 * Add a new fw_cfg item, available by selecting the given key. The item 183 * Replace the fw_cfg item available by selecting the given key. The new 197 * Add a new fw_cfg item, available by selecting the given key. The item 209 * Replace the fw_cfg item available by selecting the given key. The new 227 * The next available (unused) selector key starting at FW_CFG_FILE_FIRST [all …]
|
/qemu/include/semihosting/ |
H A D | console.h | 19 * block if no data is available we suspend the CPU and will re-execute the 45 * If no data is available we suspend the CPU and will re-execute the 46 * instruction when data is available. 53 * Return true if characters are available for read; does not block.
|
/qemu/qapi/ |
H A D | vfio.json | 19 # available for reading. 21 # @resuming: The device is stopped and its internal state is available 27 # its internal state is available for reading. 30 # tracking its internal state and its internal state is available
|
/qemu/linux-user/sparc/ |
H A D | target_errno_defs.h | 25 #define TARGET_ENOPROTOOPT 42 /* Protocol not available */ 51 #define TARGET_ENOBUFS 55 /* No buffer space available */ 99 #define TARGET_ENOLCK 79 /* No record locks available */ 141 #define TARGET_ENOCSI 100 /* No CSI structure available */ 163 #define TARGET_ENODATA 111 /* No data available */ 179 #define TARGET_ENAVAIL 119 /* No XENIX semaphores available */ 197 #define TARGET_ENOKEY 128 /* Required key not available */
|
/qemu/linux-user/mips/ |
H A D | target_errno_defs.h | 30 #define TARGET_ENOCSI 43 /* No CSI structure available */ 36 #define TARGET_ENOLCK 46 /* No record locks available */ 56 #define TARGET_ENODATA 61 /* No data available */ 126 #define TARGET_ENOPROTOOPT 99 /* Protocol not available */ 152 #define TARGET_ENOBUFS 132 /* No buffer space available */ 162 #define TARGET_ENAVAIL 138 /* No XENIX semaphores available */ 199 #define TARGET_ENOKEY 161 /* Required key not available */
|
/qemu/docs/interop/ |
H A D | virtio-balloon-stats.rst | 5 statistics are available to QEMU users as QOM (QEMU Object Model) device 8 Before querying the available stats, clients first have to enable polling. 27 * A key named 'stats', containing all available stats. If the guest 37 - stat-available-memory 49 - Previously polled statistics remain available even if the polling is
|
/qemu/tests/qtest/ |
H A D | drive_del-test.c | 191 g_test_skip("Device virtio-blk is not available"); in test_after_failed_device_add() 227 g_test_skip("Device virtio-scsi is not available"); in test_drive_del_device_del() 256 g_test_skip("Device virtio-blk is not available"); in test_cli_device_del() 285 g_test_skip("Device virtio-blk is not available"); in test_cli_device_del_q35() 311 g_test_skip("Device virtio-scsi is not available"); in test_empty_device_del() 330 g_test_skip("Device virtio-blk is not available"); in test_device_add_and_del() 374 g_test_skip("Device virtio-blk is not available"); in test_device_add_and_del_q35() 401 g_test_skip("Device virtio-blk is not available"); in test_drive_add_device_add_and_del() 428 g_test_skip("Device virtio-blk is not available"); in test_drive_add_device_add_and_del_q35() 454 g_test_skip("Device virtio-blk is not available"); in test_blockdev_add_device_add_and_del() [all …]
|
H A D | device-plug-test.c | 63 g_test_skip("Device virtio-mouse-pci not available"); in test_pci_unplug_request() 84 g_test_skip("Device virtio-mouse-pci not available"); in test_q35_pci_unplug_request() 105 g_test_skip("Device virtio-mouse-pci not available"); in test_pci_unplug_json_request() 137 g_test_skip("Device virtio-mouse-pci not available"); in test_q35_pci_unplug_json_request() 153 g_test_skip("Device virtio-balloon-ccw not available"); in test_ccw_unplug()
|
/qemu/pc-bios/ |
H A D | README | 24 Sources available at http://ipxe.org. Vendor:Device ID -> ROM mapping: 33 - The sources for the Alpha palcode image is available from: 38 A git mirror is available at: https://gitlab.com/qemu-project/u-boot.git 89 more features over time as needed. The source code is available at: 95 more features over time as needed. The source code is available at: 102 SeaBIOS-hppa is available at https://github.com/hdeller/seabios-hppa
|
/qemu/docs/ |
H A D | qemu-option-trace.rst.inc | 8 available if QEMU has been compiled with the ``simple``, ``log`` 19 available if QEMU has been compiled with the ``simple``, ``log`` or 25 This option is only available if QEMU has been compiled with
|
/qemu/linux-user/generic/ |
H A D | target_errno_defs.h | 48 #define TARGET_ENOLCK 37 /* No record locks available */ 61 #define TARGET_ENOCSI 50 /* No CSI structure available */ 72 #define TARGET_ENODATA 61 /* No data available */ 103 #define TARGET_ENOPROTOOPT 92 /* Protocol not available */ 116 #define TARGET_ENOBUFS 105 /* No buffer space available */ 130 #define TARGET_ENAVAIL 119 /* No XENIX semaphores available */ 138 #define TARGET_ENOKEY 126 /* Required key not available */
|
/qemu/include/standard-headers/linux/ |
H A D | sysinfo.h | 12 unsigned long freeram; /* Available memory size */ 16 unsigned long freeswap; /* swap space still available */ 20 unsigned long freehigh; /* Available high memory size */
|
/qemu/hw/virtio/ |
H A D | virtio-qmp.c | 59 "available by driver"), 159 "VIRTIO_BLK_F_GEOMETRY: Legacy geometry available"), 163 "VIRTIO_BLK_F_BLK_SIZE: Block size of disk available"), 165 "VIRTIO_BLK_F_TOPOLOGY: Topology information available"), 279 "VIRTIO_NET_F_STATUS: Configuration status field available"), 281 "VIRTIO_NET_F_CTRL_VQ: Control channel available"), 402 "VIRTIO_BALLOON_F_STATS_VQ: Guest memory stats VQ available"), 428 "VIRTIO_IOMMU_F_INPUT_RANGE: Range of available virtual addrs. " 429 "available"), 432 "available"), [all …]
|
/qemu/ui/ |
H A D | clipboard.c | 20 VMSTATE_BOOL(available, QemuClipboardContent), 136 if (info->types[type].available && !info->types[type].data) { in qemu_clipboard_update() 200 !info->types[type].available || in qemu_clipboard_request() 247 info->types[type].available = true; in qemu_clipboard_set_data() 251 info->types[type].available = false; in qemu_clipboard_set_data()
|
/qemu/docs/specs/ |
H A D | acpi_erst.rst | 33 contain information available for post-mortem debugging. 47 crash information, if available[3]. 120 remaining slots are empty/available. 129 1 | empty/available | 137 N | empty/available | 183 CPER record_id. Instead slot 1 is the first available slot and thus 187 slot is available).
|
/qemu/include/ui/ |
H A D | clipboard.h | 108 * @available: whether the data is available 116 bool available; member 129 * @has_serial: whether @serial is available. 266 * advertises the available data types and provides the actual data
|
/qemu/python/qemu/utils/ |
H A D | accel.py | 57 Check if KVM is available using the following heuristic: 64 @return True if kvm is available, otherwise False. 80 Check if TCG is available.
|