Home
last modified time | relevance | path

Searched refs:require (Results 1 – 25 of 95) sorted by relevance

1234

/qemu/qga/
H A Dmeson.build10 .require(host_os == 'windows',
12 .require('cpp' in all_languages,
14 .require(have_vss, error_message: '''VSS support requires VSS headers.
23 .require(midl.found() or widl.found(),
25 .require(not get_option('prefer_static'),
/qemu/python/qemu/qmp/
H A Dqmp_client.py27 from .protocol import AsyncProtocol, Runstate, require
499 @require(Runstate.RUNNING)
550 @require(Runstate.RUNNING)
635 @require(Runstate.RUNNING)
H A Dprotocol.py121 def require(required_state: Runstate) -> Callable[[F], F]: function
271 @require(Runstate.IDLE)
301 @require(Runstate.IDLE)
330 @require(Runstate.CONNECTING)
358 @require(Runstate.IDLE)
/qemu/tests/qemu-iotests/
H A D178.out.raw9 qemu-img: --image-opts, -f, and -l require a filename argument.
10 qemu-img: --image-opts, -f, and -l require a filename argument.
11 qemu-img: --image-opts, -f, and -l require a filename argument.
H A D112.out25 qemu-img: TEST_DIR/t.IMGFMT: Different refcount widths than 16 bits require compatibility level 1.1…
27 qemu-img: TEST_DIR/t.IMGFMT: Different refcount widths than 16 bits require compatibility level 1.1…
106 qemu-img: Refcount widths other than 16 bits require compatibility level 1.1 or above (use compat=1…
/qemu/tests/qapi-schema/
H A Denum-missing-data.json1 # we require that all QAPI enums have a data array
H A Denum-wrong-data.json1 # we require that all qapi enums have an array for data
H A Dargs-if-implicit.err2 args-if-implicit.json:1: conditional command arguments require 'boxed': true
H A Dargs-if-unboxed.err2 args-if-unboxed.json:5: conditional command arguments require 'boxed': true
H A Dunion-no-base.json1 # unions require a base
H A Dunion-int-branch.json1 # we require union branches to be a struct
H A Dunion-optional-discriminator.json1 # we require the discriminator to be non-optional
H A Dunion-array-branch.json1 # we require union branches to be a struct
H A Dunion-base-any.json1 # we require the base to be an existing struct
H A Dunion-bad-discriminator.json1 # we require the discriminator to be a string naming a base-type member
H A Dunion-base-union.json1 # For now, we require the base to be a struct without variants
/qemu/configs/targets/
H A Drx-softmmu.mak3 # all boards require libfdt
H A Dloongarch64-softmmu.mak5 # all boards require libfdt
H A Dppc64-softmmu.mak7 # all boards require libfdt
/qemu/tests/rocker/
H A DREADME1 Tests require simp (simple network simulator) found here:
/qemu/python/
H A Dsetup.py34 pkg_resources.require('setuptools>=39.2')
/qemu/docs/system/
H A Dsecrets.rst6 There are a variety of objects in QEMU which require secret data to be provided
8 devices often require a password, LUKS block devices require a passphrase to
9 unlock key material, remote desktop services require an access password.
H A Dtarget-i386.rst37 accelerator require the host to be running Linux v4.5 or newer. Red Hat
/qemu/tests/keys/
H A DREADME3 Some guests require the key to exist prior to provisioning the guest; also,
/qemu/qapi/
H A Derror.json13 # @GenericError: this is used for errors that don't require a specific

1234