Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 48) sorted by relevance

12

/qemu/scripts/
H A Dgit-submodule.sh31 echo "Unable to automatically checkout GIT submodules '$modules'."
40 echo " $ GIT='tsocks git' scripts/git-submodule.sh update $modules"
65 modules=""
71 modules="$modules $m"
78 modules=$maybe_modules
83 for module in $modules; do
100 $GIT submodule update --init $modules 1>/dev/null
102 for module in $modules; do
107 for module in $modules; do
114 $GIT submodule status $modules
H A Dmodinfo-generate.py97 modules = set()
106 modules.add(basename)
111 for dep in deps.difference(modules):
/qemu/hw/core/
H A Dmachine-smp.c95 unsigned modules = config->has_modules ? config->modules : 0; in machine_parse_smp_config() local
111 (config->has_modules && config->modules == 0) || in machine_parse_smp_config()
125 config->has_modules && config->modules > 1) { in machine_parse_smp_config()
130 modules = modules > 0 ? modules : 1; in machine_parse_smp_config()
179 modules * cores * threads); in machine_parse_smp_config()
184 clusters * modules * threads); in machine_parse_smp_config()
193 clusters * modules * threads); in machine_parse_smp_config()
198 modules * cores * threads); in machine_parse_smp_config()
206 clusters * modules * cores); in machine_parse_smp_config()
211 clusters * modules * cores * threads; in machine_parse_smp_config()
[all …]
/qemu/tests/multiboot/
H A Drun_test.sh62 modules() { function
63 run_qemu modules.elf
64 run_qemu modules.elf -initrd module.txt
65 run_qemu modules.elf -initrd "module.txt argument"
66 run_qemu modules.elf -initrd "module.txt argument,,with,,commas"
67 run_qemu modules.elf -initrd "module.txt,module.txt argument,module.txt"
78 for t in mmap modules aout_kludge; do
H A Dmodules.out4 === Running test case: modules.elf ===
9 === Running test case: modules.elf -initrd module.txt ===
16 === Running test case: modules.elf -initrd module.txt argument ===
23 === Running test case: modules.elf -initrd module.txt argument,,with,,commas ===
30 === Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt ===
H A DMakefile12 all: mmap.elf modules.elf $(AOUT_KLUDGE_BIN)
17 modules.elf: start.o modules.o libc.o link.ld
/qemu/tests/qtest/
H A Dmodules-test.c18 const char *modules[] = { in main() local
69 for (i = 0; i < G_N_ELEMENTS(modules); i += 2) { in main()
71 modules[i], modules[i + 1]); in main()
72 qtest_add_data_func(testname, modules + i, test_modules_load); in main()
/qemu/tests/unit/
H A Dtest-smp-parse.c820 (ms->smp.modules == expect_topo->modules) && in check_parse()
903 data->expect_prefer_cores.modules = 1; in unsupported_params_init()
1062 data.expect_prefer_cores.modules = 1; in test_with_modules()
1068 data.config.modules = num_modules; in test_with_modules()
1166 data.expect_prefer_cores.modules = 1; in test_with_modules_dies()
1173 data.config.modules = num_modules; in test_with_modules_dies()
1432 modules = 2; in test_full_topo()
1452 data.expect_prefer_cores.modules = 1; in test_full_topo()
1469 data.config.modules = modules; in test_full_topo()
1482 data.expect_prefer_sockets.modules = modules; in test_full_topo()
[all …]
/qemu/storage-daemon/qapi/
H A Dqapi-schema.json4 # Note that modules are shared with the QEMU main schema under the assumption
6 # modules, no code is generated here, but we reuse the code files generated
11 # modules are only generated if an array of the respective type is already used
/qemu/target/xtensa/
H A Dimport_core.sh30 tar -xf "$OVERLAY" -O binutils/xtensa-modules.c | \
39 > "$TARGET"/xtensa-modules.c.inc
/qemu/block/
H A Dmeson.build128 # those are not exactly regular block modules, so treat them apart
142 module_block_py = find_program('../scripts/modules/module_block.py')
171 modules += {'block': block_modules}
/qemu/docs/devel/
H A Dmodules.rst2 QEMU modules
H A Dindex-api.rst14 modules
H A Dbuild-system.rst286 There are two dictionaries for modules: ``modules`` is used for
287 target-independent modules and ``target_modules`` is used for
288 target-dependent modules. When modules are disabled the ``module``
300 modules += { 'hw-display': hw_display_modules }
/qemu/hw/pci/
H A Dmeson.build14 # The functions in these modules can be used by devices too. Since we
/qemu/docs/sphinx/
H A Ddepfile.py25 for mod in sys.modules.values():
/qemu/audio/
H A Dmeson.build38 modules += {'audio': audio_modules}
/qemu/hw/i386/
H A Dx86-common.c274 if (ms->smp.modules > 1) { in x86_cpu_pre_plug()
275 env->nr_modules = ms->smp.modules; in x86_cpu_pre_plug()
301 if (cpu->module_id < 0 && ms->smp.modules == 1) { in x86_cpu_pre_plug()
324 } else if (cpu->module_id > ms->smp.modules - 1) { in x86_cpu_pre_plug()
326 cpu->module_id, ms->smp.modules - 1); in x86_cpu_pre_plug()
H A Dx86.c54 topo_info->modules_per_die = ms->smp.modules; in init_topo_info()
138 if (ms->smp.modules > 1) { in x86_possible_cpu_arch_ids()
/qemu/chardev/
H A Dmeson.build51 modules += { 'chardev': chardev_modules }
/qemu/docs/system/arm/
H A Dversatile.rst46 You may want to enable some additional modules if you want to boot
/qemu/hw/s390x/
H A Dmeson.build60 modules += {'hw-s390x': hw_s390x_modules}
/qemu/
H A Dmeson_options.txt6 description: 'Suffix for QEMU data/modules/config directories (can be empty)')
48 option('modules', type : 'feature', value : 'disabled', feature
49 description: 'modules support (non Windows)')
51 description: 'try to load modules from alternate paths for upgrades')
/qemu/docs/system/loongarch/
H A Dvirt.rst91 You can use busybox tool and the linux modules to make a initrd file. Or you can access the
/qemu/target/i386/kvm/
H A Dvmsr_energy.c342 topo_info->modules_per_die = ms->smp.modules; in vmsr_init_topo_info()

12