Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/block/
H A Dmeson.build47 if get_option('qcow1').allowed()
50 if get_option('vdi').allowed()
53 if get_option('vhdx').allowed()
60 if get_option('vmdk').allowed()
63 if get_option('vpc').allowed()
66 if get_option('cloop').allowed()
69 if get_option('bochs').allowed()
72 if get_option('vvfat').allowed()
75 if get_option('dmg').allowed()
78 if get_option('qed').allowed()
[all …]
/qemu/authz/
H A Dbase.c31 bool allowed; in qauthz_is_allowed() local
33 allowed = cls->is_allowed(authz, identity, errp); in qauthz_is_allowed()
34 trace_qauthz_is_allowed(authz, identity, allowed); in qauthz_is_allowed()
36 return allowed; in qauthz_is_allowed()
H A Dtrace-events4 …hz_is_allowed(void *authz, const char *identity, bool allowed) "AuthZ %p check identity=%s allowed
/qemu/tests/data/acpi/
H A Drebuild-expected-aml.sh54 …mma-separated changed AML files to ignore' ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.h`
56 …separated changed AML files to ignore */' > ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.h
/qemu/net/
H A Dmeson.build19 if get_option('replication').allowed() or \
20 get_option('colo_proxy').allowed()
27 if get_option('colo_proxy').allowed()
/qemu/accel/
H A Daccel-system.c38 *(acc->allowed) = true; in accel_init_machine()
42 *(acc->allowed) = false; in accel_init_machine()
/qemu/scripts/
H A Dcheckpatch.pl2694 my $allowed = 0;
2703 $allowed = 1;
2744 $allowed = 1;
2757 if ($seen != ($#chunks + 1) && !$allowed) {
2766 my $allowed = 0;
2775 $allowed = 1;
2792 $allowed = 1;
2797 $allowed = 1;
2802 $allowed = 1;
2813 $allowed = 1;
[all …]
/qemu/tests/qapi-schema/
H A Ddoc-invalid-section.err1 doc-invalid-section.json:5:1: '@note:' not allowed in free-form documentation
/qemu/qapi/
H A Dpragma.json6 # Entries in these lists are allowed to violate the QAPI rules (for
27 # Commands allowed to return a non-dictionary
H A Dnet.json553 # allowed. Requires at least macOS Big Sur 11.0.
558 # is allowed only with other interfaces added to this network
600 # allowed. Requires at least macOS Big Sur 11.0.
629 # allowed. Requires at least macOS Big Sur 11.0.
792 # @broadcast-allowed: whether to receive broadcast
815 'broadcast-allowed': 'bool',
/qemu/tests/decode/
H A Derr_pattern_group_empty.decode4 # empty groups are not allowed
/qemu/accel/qtest/
H A Dqtest.c37 ac->allowed = &qtest_allowed; in qtest_accel_class_init()
/qemu/include/qemu/
H A Daccel.h52 bool *allowed; member
/qemu/docs/system/
H A Dvirtio-net-failover.rst21 Currently only PCIe devices are allowed as primary devices, this restriction
23 devices are allowed as primary device. The user needs to ensure that primary
/qemu/docs/specs/
H A Dppc-spapr-xive.rst82 / allowed off on
96 / allowed off on
118 / allowed off on
142 / allowed off on
/qemu/scripts/qapi/
H A Dexpr.py213 allowed = set(required) | set(optional)
214 unknown = set(value) - allowed
220 pprint(unknown), pprint(allowed)))
/qemu/migration/
H A Dmeson.build34 if get_option('replication').allowed()
/qemu/tcg/
H A Dmeson.build1 if not get_option('tcg').allowed()
/qemu/docs/interop/
H A Ddbus.rst92 could be allowed to send a message to ``svirt_t``, but ``virtiofs_t``
93 wouldn't be allowed to send a message to ``virtiofs_t``.
/qemu/tests/
H A Ddbus-vmstate-daemon.sh37 <!-- Signals and reply messages (method returns, errors) are allowed
/qemu/tests/qemu-iotests/
H A D082.out71 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
97 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
123 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
149 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
175 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
201 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
227 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
253 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
292 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
381 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full)
[all …]
H A D084.out32 Test 4: Size valid (64M), but Blocks In Image exceeds max allowed
/qemu/accel/xen/
H A Dxen-all.c130 ac->allowed = &xen_allowed; in xen_accel_class_init()
/qemu/docs/devel/
H A Dvfio-iommufd.rst163 …x86_64: -device vfio-pci,iommufd=iommufd0,x-balloon-allowed=on,fd=9: vfio VFIO_FD9: x-balloon-allo…
/qemu/docs/system/devices/
H A Dusb.rst371 whenever the guest is allowed to reset the physical usb device on the
375 The guest is not allowed to reset the (physical) usb device.
378 The guest is allowed to reset the device when it is not yet
380 in one guest reset being allowed. This is the default behavior.
383 The guest is allowed to reset the device as it pleases.

1234