Home
last modified time | relevance | path

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

1234

/qemu/block/
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/
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()
A Dtrace-events4 …hz_is_allowed(void *authz, const char *identity, bool allowed) "AuthZ %p check identity=%s allowed
/qemu/tests/data/acpi/
A Drebuild-expected-aml.sh55 …mma-separated changed AML files to ignore' ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.h`
57 …separated changed AML files to ignore */' > ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.h
/qemu/docs/interop/
A Dqemu-ga.rst31 If an allowed RPCs list is defined in the configuration, then all
32 RPCs will be blocked by default, except for the allowed list.
35 RPCs will be allowed by default, except for the blocked list.
37 If both allowed and blocked RPCs lists are defined in the configuration,
38 then all RPCs will be blocked by default, then the allowed list will
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/net/
A Dmeson.build19 if get_option('replication').allowed() or \
20 get_option('colo_proxy').allowed()
27 if get_option('colo_proxy').allowed()
/qemu/accel/
A Daccel-system.c38 *(acc->allowed) = true; in accel_init_machine()
42 *(acc->allowed) = false; in accel_init_machine()
/qemu/scripts/
A Dcheckpatch.pl2718 my $allowed = 0;
2727 $allowed = 1;
2768 $allowed = 1;
2781 if ($seen != ($#chunks + 1) && !$allowed) {
2790 my $allowed = 0;
2799 $allowed = 1;
2816 $allowed = 1;
2821 $allowed = 1;
2826 $allowed = 1;
2837 $allowed = 1;
[all …]
/qemu/qapi/
A Dpragma.json6 # Entries in these lists are allowed to violate the QAPI rules (for
27 # Commands allowed to return a non-dictionary
/qemu/tests/qapi-schema/
A Ddoc-invalid-section.err1 doc-invalid-section.json:5:1: '@note:' not allowed in free-form documentation
/qemu/tests/decode/
A Derr_pattern_group_empty.decode4 # empty groups are not allowed
/qemu/
A Dmeson.build192 .allowed()
196 .allowed()
200 .allowed()
226 .allowed()
231 .allowed()
239 .allowed()
984 .allowed()
2176 .allowed()
2318 .allowed()
2393 .allowed()
[all …]
/qemu/accel/qtest/
A Dqtest.c49 ac->allowed = &qtest_allowed; in qtest_accel_class_init()
/qemu/qga/
A Dmain.c432 bool allowed = true; in ga_command_is_allowed() local
439 allowed = false; in ga_command_is_allowed()
442 allowed = true; in ga_command_is_allowed()
452 allowed = false; in ga_command_is_allowed()
461 allowed = false; in ga_command_is_allowed()
465 allowed = true; in ga_command_is_allowed()
471 return allowed; in ga_command_is_allowed()
/qemu/include/qemu/
A Daccel.h52 bool *allowed; member
/qemu/docs/system/
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/
A Dppc-spapr-xive.rst82 / allowed off on
96 / allowed off on
118 / allowed off on
142 / allowed off on
/qemu/scripts/qapi/
A Dexpr.py213 allowed = set(required) | set(optional)
214 unknown = set(value) - allowed
220 pprint(unknown), pprint(allowed)))
/qemu/tests/
A Ddbus-vmstate-daemon.sh37 <!-- Signals and reply messages (method returns, errors) are allowed
/qemu/tcg/
A Dmeson.build1 if not get_option('tcg').allowed()
/qemu/tests/qemu-iotests/
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 …]
/qemu/migration/
A Dmeson.build36 if get_option('replication').allowed()
/qemu/accel/xen/
A Dxen-all.c130 ac->allowed = &xen_allowed; in xen_accel_class_init()
/qemu/docs/devel/
A Dvfio-iommufd.rst163 …x86_64: -device vfio-pci,iommufd=iommufd0,x-balloon-allowed=on,fd=9: vfio VFIO_FD9: x-balloon-allo…

Completed in 63 milliseconds

1234