Home
last modified time | relevance | path

Searched full:role (Results 1 – 25 of 56) sorted by relevance

123

/qemu/docs/sphinx/
H A Dcompat.py117 # Get the role instance, but don't *execute it* - we lack the
120 role = env.get_domain(domain).roles[rolename]
121 assert isinstance(role, XRefRole)
128 assert not role.lowercase
129 assert not role.fix_parens
138 "refwarn": role.warn_dangling,
140 refnode = role.nodeclass(target, **options)
141 title, target = role.process_link(env, refnode, False, target, target)
144 refnode += role.innernodeclass(target, title, classes=classes)
150 # actual implementation of role.result_nodes in this case
[all …]
H A Dqapi_domain.py733 # e.g., the :qapi:type: cross-reference role can refer to enum,
735 # anything. Each object also gets its own targeted cross-reference role.
868 :param type: The role name of the x-ref we're resolving, if
869 provided. This is absent for "any" role lookups.
895 # type is specified and will be a role (e.g. obj, mod, cmd)
1026 role = f"qapi:{rolename}"
1030 results.append((role, refnode))
/qemu/scripts/
H A Dget_maintainer.pl923 my $role = "unknown";
932 $role = $pvalue;
937 $role = lc($role);
938 if ($role eq "supported") {
939 $role = "supporter";
940 } elsif ($role eq "maintained") {
941 $role = "maintainer";
942 } elsif ($role eq "odd fixes") {
943 $role = "odd fixer";
944 } elsif ($role eq "orphan") {
[all …]
/qemu/include/hw/i386/
H A Dnitro_enclave.h22 #define NITRO_ENCLAVE_PARENT_ROLE "parent-role"
39 /* Parent instance IAM role ARN */
/qemu/scripts/qapi/
H A Dschema.py848 role = 'member' variable in QAPISchemaMember
883 role = self.role
894 assert role == 'member'
895 role = 'parameter'
900 role = 'base ' + role
907 return "%s '%s' of %s '%s'" % (role, self.name, meta, defined_in)
908 return "%s '%s'" % (role, self.name)
912 role = 'value' variable in QAPISchemaEnumMember
934 role = 'feature' variable in QAPISchemaFeature
980 role = 'branch' variable in QAPISchemaVariant
[all …]
/qemu/
H A Dblock.c1363 static void bdrv_inherited_options(BdrvChildRole role, bool parent_is_format, in bdrv_inherited_options() argument
1384 (role & BDRV_CHILD_DATA) && in bdrv_inherited_options()
1385 !(role & (BDRV_CHILD_METADATA | BDRV_CHILD_FILTERED))) in bdrv_inherited_options()
1395 if ((parent_is_format && !(role & BDRV_CHILD_COW)) || in bdrv_inherited_options()
1396 (role & BDRV_CHILD_METADATA)) in bdrv_inherited_options()
1409 if (role & BDRV_CHILD_COW) { in bdrv_inherited_options()
1430 if (role & BDRV_CHILD_METADATA) { in bdrv_inherited_options()
1433 if (role & BDRV_CHILD_COW) { in bdrv_inherited_options()
1446 if (bs->drv->is_filter || (child->role & BDRV_CHILD_FILTERED)) { in bdrv_child_cb_attach()
1456 assert(!(child->role & BDRV_CHILD_COW)); in bdrv_child_cb_attach()
[all …]
/qemu/docs/system/i386/
H A Dnitro-enclave.rst41 - nitro-enclave.parent-role=string (optional) (Set parent instance IAM role ARN)
/qemu/docs/devel/
H A Dqapi-domain.rst92 * May optionally apply a cross-reference role to the argument, but not
108 * May optionally apply a cross-reference role to the type or the name
358 <https://www.sphinx-doc.org/en/master/usage/referencing.html#role-any>`_
359 role cross-reference syntax, such as with ```query-blockstats```. In
376 you had used the ``:qapi:type:`` role. All of the special syntax below
H A Dconflict-resolution.rst70 is however not the role of the leadership committee to initiate contact
H A Dmaintainers.rst3 The Role of Maintainers
/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c35 BdrvChildRole role, in no_perm_default_perms() argument
51 BdrvChildRole role, in exclusive_write_perms() argument
287 BdrvChildRole role, in write_to_selected_perms() argument
/qemu/block/
H A Dcopy-before-write.c357 cbw_child_perm(BlockDriverState *bs, BdrvChild *c, BdrvChildRole role, in cbw_child_perm() argument
364 if (!(role & BDRV_CHILD_FILTERED)) { in cbw_child_perm()
377 bdrv_default_perms(bs, c, role, reopen_queue, in cbw_child_perm()
H A Dsnapshot-access.c101 BdrvChildRole role, in snapshot_access_child_perm() argument
H A Dblklogwrites.c317 BdrvChildRole role, in blk_log_writes_child_perm() argument
328 bdrv_default_perms(bs, c, role, ro_q, perm, shrd, in blk_log_writes_child_perm()
H A Dpreallocate.c574 BdrvChildRole role, BlockReopenQueue *reopen_queue, in preallocate_child_perm() argument
579 bdrv_default_perms(bs, c, role, reopen_queue, perm, shared, nperm, nshared); in preallocate_child_perm()
H A Dcopy-on-read.c112 BdrvChildRole role, in cor_child_perm() argument
H A Draw-format.c620 BdrvChildRole role, in raw_child_perm() argument
625 bdrv_default_perms(bs, c, role, reopen_queue, parent_perm, in raw_child_perm()
H A Dreplication.c162 BdrvChildRole role, in replication_child_perm() argument
167 if (role & BDRV_CHILD_PRIMARY) { in replication_child_perm()
/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h398 /* element role (VIRTIO_SND_CTL_ROLE_XXX) */
399 uint32_t role; member
/qemu/hw/ppc/
H A Dppce500_spin.c22 * firmware takes care of. It's used when QEMU plays the role of firmware.
/qemu/qga/
H A Dservice-win32.c85 /* We're about to close with a double quote in string delimiter role. in win_escape_arg()
/qemu/include/system/
H A Dreplay.h54 * the main-loop thread and the vCPU thread. This was a role
/qemu/monitor/
H A Dmonitor-internal.h89 * used, and cmd of 1st level plays the role of help function.
/qemu/include/block/
H A Dblock-common.h432 * role(s) they take.
461 * Only has one child, linked in bs->file. Its role is either FILTERED|PRIMARY
H A Dblock_int-common.h466 * given @child_class and @role.
473 BlockDriverState *bs, BdrvChild *c, BdrvChildRole role,
945 void (*inherit_options)(BdrvChildRole role, bool parent_is_format,
1041 BdrvChildRole role; member

123