Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 25 of 40) sorted by relevance

12

/qemu/python/qemu/utils/
H A Dqemu_ga_client.py162 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 Dbuild-platforms.rst9 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 Dtrace-events12 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 Dminreqs.txt3 # by GitLab CI to ensure that our stated minimum versions in setup.cfg
/qemu/target/riscv/insn_trans/
H A Dtrans_rvzfa.c.inc40 0xffffffff00800000, /* minimum positive normal */
89 0x0010000000000000, /* minimum positive normal */
139 0xffffffffffff0400, /* minimum positive normal */
/qemu/pc-bios/
H A DREADME87 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 Dinput-linux.c360 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 Dinput.h92 int32_t minimum; member
/qemu/docs/devel/
H A Dtcg-plugins.rst34 ``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 Dcontrol-flow-integrity.rst37 To build with CFI, the minimum requirement is Clang 6+. If you
H A Drust.rst334 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 Dvirtio-input-host.c89 config.u.abs.min = cpu_to_le32(absinfo.minimum); in virtio_input_abs_config()
/qemu/docs/devel/testing/
H A Dci-runners.rst.inc50 The minimum required version of Ansible successfully tested in this
H A Dfuzzing.rst144 two env-variables, at minimum:
/qemu/docs/system/devices/
H A Dnvme.rst226 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 Dqapi-schema.json515 # @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 Dcommands-linux.c1149 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 Dalu.idef1206 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 Demulation.rst190 - RAS (Reliability, Serviceability and Availability): "minimum RAS Extension" only
H A Dorangepi.rst63 base year value. The minimum value for the base year is 1900.
/qemu/docs/devel/migration/
H A Dqpl-compression.rst137 recommended that the minimum version of Linux kernel is 5.18.
/qemu/docs/
H A Dqcow2-cache.txt138 - The default (and minimum) refcount cache size is 4 clusters.
/qemu/audio/
H A Dcoreaudio.m382 /* get minimum and maximum buffer frame sizes */
/qemu/tests/unit/
H A Dpkix_asn1_tab.c.inc169 {"minimum", 1610653698, "BaseDistance"},
/qemu/docs/system/
H A Dtls.rst23 At a minimum it is necessary to setup a certificate authority, and issue

12