Home
last modified time | relevance | path

Searched full:groups (Results 1 – 25 of 101) sorted by relevance

12345

/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,
100 1. a. if some @groups specified
101 a.1 Take all tests from @groups
103 'disabled' group (if 'disabled' is not listed in @groups)
119 if groups is None:
[all …]
H A Dcheck118 g_sel.add_argument('-g', '--groups', metavar='group1,...',
119 help='include tests from these groups')
120 g_sel.add_argument('-x', '--exclude-groups', metavar='group1,...',
121 help='exclude tests from these groups')
167 groups = args.groups.split(',') if args.groups else None variable
178 tests = testfinder.find_tests(groups=groups, exclude_groups=x_groups,
H A D25758 GROUPS = [ variable
99 self.dirty_bits(GROUPS[n].bits(self.granularity))
111 self.clear_bits(GROUPS[n].bits(self.granularity))
224 for pattern in GROUPS[n].patterns:
/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/docs/devel/
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 Ddecodetree.rst131 Defining a format is a handy way to avoid replicating groups of fields
199 Pattern Groups
210 close-brace or close-bracket. Groups may be nested, increasing the
214 Patterns within overlap groups are allowed to overlap. Conflicts are
220 Patterns within no-overlap groups are not allowed to overlap, just
221 the same as ungrouped patterns. Thus no-overlap groups are intended
222 to be nested inside overlap groups.
/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()
H A Dexynos4210_combiner.c25 * IRQ sources into groups and provides signal output to GIC from each group. It
209 DPRINTF("%s enable IRQ for groups %d, %d, %d, %d\n", in exynos4210_combiner_write()
229 DPRINTF("%s disable IRQ for groups %d, %d, %d, %d\n", in exynos4210_combiner_write()
/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/ppc/
H A Dspapr_pci_vfio.c39 * implementation is broken if there are multiple groups in a in vfio_eeh_container_ok()
41 * Endpoints (== IOMMU groups) and the EEH operations naively in vfio_eeh_container_ok()
42 * iterate across all groups in the container, without any logic in vfio_eeh_container_ok()
43 * to make sure the groups have their state synchronized. For in vfio_eeh_container_ok()
/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/qapi/
H A Drocker.json309 # @query-rocker-of-dpa-groups:
324 # -> { "execute": "query-rocker-of-dpa-groups",
340 { 'command': 'query-rocker-of-dpa-groups',
/qemu/include/hw/vfio/
H A Dvfio-container.h29 int fd; /* /dev/vfio/vfio, empowered by the attached groups */
/qemu/docs/specs/
H A Driscv-iommu.rst41 The current Linux kernel support will use the IOMMU device to create IOMMU groups
64 Both will create iommu groups for the two e1000e cards.
/qemu/
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.
H A Dpythondeps.toml4 # Packages are placed in groups, which are installed using
/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/include/hw/intc/
H A Dexynos4210_combiner.h39 /* Number of groups and total number of interrupts for the internal combiner */
/qemu/include/hw/sh4/
H A Dsh_intc.h68 struct intc_group *groups,
/qemu/docs/devel/testing/
H A Dmain.rst35 groups.
311 Test case groups
314 "Tests may belong to one or more test groups, which are defined in the form
315 of a comment in the test source file. By convention, test groups are listed
325 Another way of defining groups is creating the tests/qemu-iotests/group.local
327 in upstream). This file may be used for defining some downstream test groups
332 # groups for some company downstream process
/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/python/scripts/
H A Dmkvenv.py737 groups: Sequence[str],
760 for group in groups:
819 help=("Path to a TOML file describing package groups"),
868 groups=args.group,
/qemu/include/system/
H A Dblock-backend-common.h17 #include "block/throttle-groups.h"
/qemu/hw/uefi/
H A Dvar-service-guid.c83 * reporting event groups being signaled to management mode

12345