/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 162 def fstrim(self, minimum: int) -> Dict[str, object]: 164 ret = getattr(self.qga, 'fstrim')(minimum=minimum) 220 minimum = 0 222 minimum = int(args[0]) 223 print(client.fstrim(minimum))
|
/qemu/docs/about/ |
H A D | build-platforms.rst | 9 minimum required versions of 3rd party software QEMU depends on. The 98 distribution's default runtime, it may later increase its minimum version 104 As of QEMU |version|, the minimum supported version of Python is 3.9. 109 If QEMU bumps its minimum Python version and a non-default runtime is 116 bindgen tool, which is too big to package and distribute. The minimum 145 still supported by the vendor. The minimum Windows API that is currently
|
/qemu/nbd/ |
H A D | trace-events | 12 nbd_opt_info_block_size(uint32_t minimum, uint32_t preferred, uint32_t maximum) "Block sizes are 0x… 51 …_negotiate_handle_info_block_size(uint32_t minimum, uint32_t preferred, uint32_t maximum) "adverti…
|
/qemu/python/tests/ |
H A D | minreqs.txt | 3 # by GitLab CI to ensure that our stated minimum versions in setup.cfg
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzfa.c.inc | 40 0xffffffff00800000, /* minimum positive normal */ 89 0x0010000000000000, /* minimum positive normal */ 139 0xffffffffffff0400, /* minimum positive normal */
|
/qemu/pc-bios/ |
H A D | README | 87 Nuvoton NPCM7xx/8xx BMC devices. It currently implements the bare minimum to 93 ASPEED AST27x0 BMC SOC. It currently implements the bare minimum to
|
/qemu/ui/ |
H A D | input-linux.c | 360 il->abs_x_min = absinfo.minimum; in input_linux_complete() 368 il->abs_y_min = absinfo.minimum; in input_linux_complete()
|
/qemu/include/standard-headers/linux/ |
H A D | input.h | 92 int32_t minimum; member
|
/qemu/docs/devel/ |
H A D | tcg-plugins.rst | 34 ``qemu_plugin_install`` method of a plugin will detail the minimum and 36 incremented if new APIs are added. The minimum API version will be
|
H A D | control-flow-integrity.rst | 37 To build with CFI, the minimum requirement is Clang 6+. If you
|
H A D | rust.rst | 334 file. This ensures that it can be fixed when the minimum supported 433 Choose a version of the crate that works with QEMU's minimum supported
|
/qemu/hw/input/ |
H A D | virtio-input-host.c | 89 config.u.abs.min = cpu_to_le32(absinfo.minimum); in virtio_input_abs_config()
|
/qemu/docs/devel/testing/ |
H A D | ci-runners.rst.inc | 50 The minimum required version of Ansible successfully tested in this
|
H A D | fuzzing.rst | 144 two env-variables, at minimum:
|
/qemu/docs/system/devices/ |
H A D | nvme.rst | 226 the minimum memory page size (CAP.MPSMIN). The default value (``0``) 343 The minimum steps required to configure a functional NVMe secondary
|
/qemu/qga/ |
H A D | qapi-schema.json | 515 # @minimum: reported effective minimum for this path 521 '*trimmed': 'int', '*minimum': 'int', '*error': 'str'}, 540 # @minimum: Minimum contiguous free range to discard, in bytes. Free 554 'data': { '*minimum': 'int' },
|
H A D | commands-linux.c | 1149 qmp_guest_fstrim(bool has_minimum, int64_t minimum, Error **errp) in qmp_guest_fstrim() argument 1189 r.minlen = has_minimum ? minimum : 0; in qmp_guest_fstrim() 1203 result->minimum = r.minlen; in qmp_guest_fstrim()
|
/qemu/target/hexagon/imported/ |
H A D | alu.idef | 1206 VRMINORMAX(min,"minimum",>,SHORTTYPE,SETTYPE,GETTYPE,NEL,SHIFT) \ 1243 VMINORMAX(min,"minimum",fMIN,SHORTTYPE,SETTYPE,GETTYPE,NEL) \ 1278 "Vector minimum of bytes, records minimum and decision vector",
|
/qemu/docs/system/arm/ |
H A D | emulation.rst | 190 - RAS (Reliability, Serviceability and Availability): "minimum RAS Extension" only
|
H A D | orangepi.rst | 63 base year value. The minimum value for the base year is 1900.
|
/qemu/docs/devel/migration/ |
H A D | qpl-compression.rst | 137 recommended that the minimum version of Linux kernel is 5.18.
|
/qemu/docs/ |
H A D | qcow2-cache.txt | 138 - The default (and minimum) refcount cache size is 4 clusters.
|
/qemu/audio/ |
H A D | coreaudio.m | 382 /* get minimum and maximum buffer frame sizes */
|
/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 169 {"minimum", 1610653698, "BaseDistance"},
|
/qemu/docs/system/ |
H A D | tls.rst | 23 At a minimum it is necessary to setup a certificate authority, and issue
|