Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 37) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A Dfindtests.py43 self.groups = defaultdict(set)
56 self.groups[g].add(t)
69 groups = words[1:]
71 for g in groups:
72 self.groups[g].add(test_file)
92 def find_tests(self, groups: Optional[List[str]] = None,
119 if groups is None:
120 groups = []
127 if groups:
130 res.update(*(self.groups[g] for g in groups))
[all …]
H A Dcheck167 groups = args.groups.split(',') if args.groups else None variable
178 tests = testfinder.find_tests(groups=groups, exclude_groups=x_groups,
/qemu/qga/
H A Dguest-agent-command-state.c16 GSList *groups; member
33 cs->groups = g_slist_append(cs->groups, cg); in ga_command_state_add()
49 g_slist_foreach(cs->groups, ga_command_group_init, NULL); in ga_command_state_init_all()
65 g_slist_foreach(cs->groups, ga_command_group_cleanup, NULL); in ga_command_state_cleanup_all()
71 cs->groups = NULL; in ga_command_state_new()
77 g_slist_free_full(cs->groups, g_free); in ga_command_state_free()
/qemu/scripts/tracetool/
H A D__init__.py292 groups = m.groupdict('')
294 name = groups["name"]
295 props = groups["props"].split()
296 fmt = groups["fmt"]
297 fmt_trans = groups["fmt_trans"]
309 args = Arguments.build(groups["args"])
/qemu/hw/intc/
H A Dsh_intc.c261 struct intc_group *groups, in sh_intc_register_source() argument
293 if (groups) { in sh_intc_register_source()
295 struct intc_group *gr = &groups[i]; in sh_intc_register_source()
311 struct intc_group *groups, in sh_intc_register_sources() argument
321 sh_intc_register_source(desc, vect->enum_id, groups, nr_groups); in sh_intc_register_sources()
331 if (groups) { in sh_intc_register_sources()
333 struct intc_group *gr = &groups[i]; in sh_intc_register_sources()
/qemu/tests/decode/
H A Derr_pattern_group_empty.decode4 # empty groups are not allowed
H A Dsucc_pattern_group_nest4.decode4 # Verify deeper nesting, and a single element in the groups.
/qemu/docs/devel/
H A Ddecodetree.rst129 Defining a format is a handy way to avoid replicating groups of fields
212 Patterns within overlap groups are allowed to overlap. Conflicts are
218 Patterns within no-overlap groups are not allowed to overlap, just
219 the same as ungrouped patterns. Thus no-overlap groups are intended
220 to be nested inside overlap groups.
H A Dkconfig.rst138 Configurable elements in QEMU fall under five broad groups. Each group
182 **device groups**
189 Device groups provide a convenient mechanism to enable/disable many
191 be enabled/disabled by several targets. Device groups usually need
195 QEMU currently has three device groups, ``PCI_DEVICES``, ``I2C_DEVICES``,
279 the user which devices or device groups are implied by the boards.
295 and/or pick a subset of the devices in those device groups. Without
H A Dcontrol-flow-integrity.rst71 1. TCG, since the idea of TCG is to pre-compile groups of instructions at
/qemu/include/hw/sh4/
H A Dsh_intc.h68 struct intc_group *groups,
/qemu/python/scripts/
H A Dmkvenv.py734 groups: Sequence[str],
757 for group in groups:
865 groups=args.group,
/qemu/
H A Dpythondeps.toml4 # Packages are placed in groups, which are installed using
H A Dhmp-commands-info.hx690 .name = "rocker-of-dpa-groups",
693 .help = "Show rocker OF-DPA groups",
698 ``info rocker-of-dpa-groups`` *name* [*type*]
699 Show rocker OF-DPA groups.
/qemu/qapi/
H A Drocker.json305 # @query-rocker-of-dpa-groups:
336 { 'command': 'query-rocker-of-dpa-groups',
/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml29 groups: kvm
/qemu/docs/system/
H A Dsecurity.rst117 It is also possible to launch QEMU as a non-root user and configure UNIX groups
119 Some Linux distros already ship with UNIX groups for these devices by default.
/qemu/block/
H A Dmeson.build40 'throttle-groups.c',
/qemu/docs/
H A Dthrottle.txt163 Applying I/O limits to groups of disks
268 described earlier in "Applying I/O limits to groups of disks".
335 First we would define all throttle groups, one for each one of the
/qemu/docs/interop/
H A Dqemu-ga.rst126 groups of key-value pairs, interspersed with comments.
/qemu/hw/sh4/
H A Dsh7750.c499 static struct intc_group groups[] = { variable
760 _INTC_ARRAY(groups)); in sh7750_init()
/qemu/docs/devel/testing/
H A Dmain.rst22 groups.
284 Test case groups
287 "Tests may belong to one or more test groups, which are defined in the form
288 of a comment in the test source file. By convention, test groups are listed
298 Another way of defining groups is creating the tests/qemu-iotests/group.local
300 in upstream). This file may be used for defining some downstream test groups
305 # groups for some company downstream process
/qemu/target/arm/tcg/
H A Dneon-dp.decode391 # two-reg-and-scalar insn groups (where size cannot be 0b11). This
393 # non-exclusive group which contains within it two exclusive groups:
H A Dmve.decode131 # format to avoid complicated overlapping-instruction-groups
149 # awkward nested overlap groups
/qemu/include/standard-headers/linux/
H A Dfuse.h1182 uint32_t groups[]; member

12