/qemu/scripts/ |
H A D | git-submodule.sh | 31 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 D | modinfo-generate.py | 97 modules = set() 106 modules.add(basename) 111 for dep in deps.difference(modules):
|
/qemu/hw/core/ |
H A D | machine-smp.c | 95 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 D | run_test.sh | 62 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 D | modules.out | 4 === 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 D | Makefile | 12 all: mmap.elf modules.elf $(AOUT_KLUDGE_BIN) 17 modules.elf: start.o modules.o libc.o link.ld
|
/qemu/tests/qtest/ |
H A D | modules-test.c | 18 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 D | test-smp-parse.c | 820 (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 D | qapi-schema.json | 4 # 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 D | import_core.sh | 30 tar -xf "$OVERLAY" -O binutils/xtensa-modules.c | \ 39 > "$TARGET"/xtensa-modules.c.inc
|
/qemu/block/ |
H A D | meson.build | 128 # 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 D | modules.rst | 2 QEMU modules
|
H A D | index-api.rst | 14 modules
|
H A D | build-system.rst | 286 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 D | meson.build | 14 # The functions in these modules can be used by devices too. Since we
|
/qemu/docs/sphinx/ |
H A D | depfile.py | 25 for mod in sys.modules.values():
|
/qemu/audio/ |
H A D | meson.build | 38 modules += {'audio': audio_modules}
|
/qemu/hw/i386/ |
H A D | x86-common.c | 274 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 D | x86.c | 54 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 D | meson.build | 51 modules += { 'chardev': chardev_modules }
|
/qemu/docs/system/arm/ |
H A D | versatile.rst | 46 You may want to enable some additional modules if you want to boot
|
/qemu/hw/s390x/ |
H A D | meson.build | 60 modules += {'hw-s390x': hw_s390x_modules}
|
/qemu/ |
H A D | meson_options.txt | 6 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 D | virt.rst | 91 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 D | vmsr_energy.c | 342 topo_info->modules_per_die = ms->smp.modules; in vmsr_init_topo_info()
|