Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 71) sorted by relevance

123

/qemu/scripts/
H A Dmtest2make.py42 def process_tests(test, targets, suites): argument
49 deps = (targets.get(x, []) for x in test['depends'])
86targets = [f'{prefix}-{name}', f'{prefix}-report-{name}.junit.xml', f'{prefix}', f'{prefix}-report…
90 for t in targets:
95 targets = f'{prefix}-{name} {prefix}-report-{name}.junit.xml {prefix} {prefix}-report.junit.xml'
100 targets = {t['id']: [os.path.relpath(f) for f in t['filename']] variable
105 process_tests(test, targets, testsuites)
112 process_tests(test, targets, benchsuites)
H A Drefresh-pxe-roms.sh24 targets="pxerom"
26 targets="$targets efirom"
30 make -j4 $targets || exit 1
H A Dprobe-gdb-support.py67 targets = set()
72 targets = {target for arch in mapped_gdb_archs for target in MAP[arch]}
75 return targets
/qemu/
H A DMakefile297 @echo 'Generic targets:'
305 @echo 'Cleaning targets:'
310 @echo 'Linux-user targets:'
313 @echo 'Test targets:'
320 @echo 'Documentation targets:'
324 @echo 'Windows targets:'
/qemu/ui/
H A Dgtk-clipboard.c87 GtkTargetEntry *targets; in gd_clipboard_update_info() local
94 targets = gtk_target_table_new_from_list(list, &n_targets); in gd_clipboard_update_info()
97 if (targets) { in gd_clipboard_update_info()
100 targets, n_targets, in gd_clipboard_update_info()
107 gtk_target_table_free(targets, n_targets); in gd_clipboard_update_info()
/qemu/tests/lcitool/
H A Drefresh156 def cross_build(prefix, targets): argument
158 targets = "ENV DEF_TARGET_LIST %s\n" % (targets)
159 return "".join([conf, targets])
/qemu/hw/cxl/
H A Dcxl-host.c34 for (target = object->targets; target; target = target->next) { in cxl_fixed_memory_window_config()
62 fw->targets = g_malloc0_n(fw->num_targets, sizeof(*fw->targets)); in cxl_fixed_memory_window_config()
63 for (i = 0, target = object->targets; target; i++, target = target->next) { in cxl_fixed_memory_window_config()
65 fw->targets[i] = g_strdup(target->value); in cxl_fixed_memory_window_config()
85 o = object_resolve_path_type(fw->targets[i], in cxl_fmws_link_targets()
90 fw->targets[i]); in cxl_fmws_link_targets()
/qemu/scripts/oss-fuzz/
H A Dbuild.sh96 targets=$(./qemu-fuzz-i386 | grep generic-fuzz | awk '$1 ~ /\*/ {print $2}')
97 base_copy="$DEST_DIR/qemu-fuzz-i386-target-$(echo "$targets" | head -n 1)"
105 for target in $(echo "$targets" | tail -n +2);
/qemu/stats/
H A Dstats-qmp-cmds.c42 strList *targets = NULL; in invoke_stats_cb() local
64 targets = filter->u.vcpu.vcpus; in invoke_stats_cb()
73 entry->stats_cb(stats_results, filter->target, names, targets, errp); in invoke_stats_cb()
/qemu/docs/system/
H A Dtargets.rst1 .. _system-targets-ref:
8 various targets are mentioned in the following sections.
H A Dindex.rst37 targets
H A Dinvocation.rst10 disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
/qemu/scripts/coccinelle/
H A Dcpu-reset.cocci1 // Convert targets using the old CPUState reset to DeviceState reset
11 // that happen to be true for all our targets:
H A Ddevice-reset.cocci12 // that happen to be true for all our targets:
/qemu/docs/interop/
H A Dfirmware.json118 # types of the @i386 and @x86_64 emulation targets, S3 can be
121 # machine types of the @i386 and @x86_64 emulation targets, S3
127 # machine types of the @i386 and @x86_64 emulation targets, S4
131 # targets, S4 can be enabled with "-global
166 # emulation targets, SMM emulation can be enabled with
181 # emulation targets, the SMRAM size may be increased
201 # @i386 and @x86_64 emulation targets, firmware log
212 # and @aarch64 emulation targets, where the debug
469 # @targets: Collects the target architectures (QEMU system emulators)
687 'targets' : [ 'FirmwareTarget' ],
/qemu/tests/
H A DMakefile.include17 ifneq ($(filter $(all-check-targets), check-softfloat),)
90 TARGETS=$(patsubst libqemu-%.a, %, $(filter libqemu-%.a, $(ninja-targets)))
/qemu/include/system/
H A Dstats.h14 strList *names, strList *targets, Error **errp);
/qemu/docs/devel/
H A Dkconfig.rst8 targets, where each target can emulate various boards and at the same
9 time different targets can share large amounts of code. For example,
24 * new targets and boards can be added without knowing in detail the
31 of boards or devices. For example, by default most targets will include
191 be enabled/disabled by several targets. Device groups usually need
234 have a ``depends on`` clause to limit them to the appropriate targets.
235 For some targets, not all boards may be supported by hardware
H A Dindex-build.rst5 some of the basics if you are adding new files and targets to the build.
H A Dbuild-system.rst40 - list the targets for which to build emulators; the list of
41 targets also affects which firmware binaries and tests to build
259 ``TARGET_ARCH``, as found in ``configs/targets/*.mak``.
318 that are built into each QEMU system emulation targets. They merely contain
330 ``configs/targets/*.mak``
451 tests for all targets.
458 Useful make targets
462 Print a help message for the most common build targets.
569 generated by Meson using files under ``configs/targets`` as input.
586 Makefile is mostly a list of targets that Meson included in build.ninja.
/qemu/tests/decode/
H A Dsucc_pattern_group_nest1.decode9 # Make sure deep netsting works, as few targets will actually exercise it
/qemu/include/hw/cxl/
H A Dcxl.h31 char **targets; member
/qemu/target/i386/hvf/
H A DREADME.md5 …86 state, xsave_buf) due to historical differences + QEMU needing to handle more emulation targets.
/qemu/docs/devel/testing/
H A Dfuzzing.rst31 Fuzz targets are built similarly to system targets::
66 * ``-close_fd_mask={1,2,3}`` : close, stderr, or both. Useful for targets that
78 coverage table. Useful for targets with "magic" constants. If Arg1 came from
298 - *Pros*: Straightforward and fast for simple fuzz targets.
302 for QOS-based targets), this initialization needs to be done after each
/qemu/qapi/
H A Dmisc-arm.json36 # On non-ARM targets this command will report an error as the GIC

123