/qemu/tests/multiboot/ |
H A D | modules.out | 9 === Running test case: modules.elf -initrd module.txt === 12 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt' 13 Content: 'This is a test file that is used as a multiboot module.' 16 === Running test case: modules.elf -initrd module.txt argument === 19 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument' 20 Content: 'This is a test file that is used as a multiboot module.' 23 === Running test case: modules.elf -initrd module.txt argument,,with,,commas === 26 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument,with,commas' 27 Content: 'This is a test file that is used as a multiboot module.' 30 === Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt === [all …]
|
/qemu/scripts/ |
H A D | git-submodule.sh | 58 CURSTATUS=$($GIT submodule status $module) 59 OLDSTATUS=$(grep $module $substat) 72 grep $m $substat > /dev/null 2>&1 || $GIT submodule status $module >> $substat 83 for module in $modules; do 85 check_updated $module || validate_error "$command" 86 elif ! (set xyz "$module"/* && test -e "$2"); then 88 echo "$0: sources not available for $module and $no_git_error" 102 for module in $modules; do 103 check_updated $module || echo Updated "$module" 107 for module in $modules; do [all …]
|
/qemu/tests/include/ |
H A D | meson.build | 3 'test-qapi-commands-sub-module.c', 4 'test-qapi-commands-sub-module.h', 5 'test-qapi-events-sub-module.c', 6 'test-qapi-events-sub-module.h', 7 'test-qapi-types-sub-module.c', 8 'test-qapi-types-sub-module.h', 9 'test-qapi-visit-sub-module.c', 10 'test-qapi-visit-sub-module.h',
|
/qemu/qapi/ |
H A D | meson.build | 94 foreach module : qapi_all_modules 95 qapi_inputs += [ files(module + '.json') ] 97 'qapi-types-@0@.c'.format(module), 98 'qapi-types-@0@.h'.format(module), 99 'qapi-visit-@0@.c'.format(module), 100 'qapi-visit-@0@.h'.format(module), 104 'qapi-events-@0@.c'.format(module), 105 'qapi-events-@0@.h'.format(module), 106 'qapi-commands-@0@.c'.format(module), 107 'qapi-commands-@0@.h'.format(module), [all …]
|
H A D | machine-common.json | 35 # @module: module level. The @modules option in SMPConfiguration is 61 'data': [ 'thread', 'core', 'module', 'cluster', 'die',
|
/qemu/tests/ |
H A D | meson.build | 9 'test-qapi-commands-sub-sub-module.c', 10 'test-qapi-commands-sub-sub-module.h', 15 'test-qapi-events-sub-sub-module.c', 16 'test-qapi-events-sub-sub-module.h', 25 'test-qapi-types-sub-sub-module.c', 26 'test-qapi-types-sub-sub-module.h', 29 'test-qapi-visit-sub-sub-module.c', 30 'test-qapi-visit-sub-sub-module.h', 45 'qapi-schema/include/sub-module.json', 46 'qapi-schema/sub-sub-module.json'),
|
/qemu/tests/qtest/ |
H A D | npcm7xx_pwm-test.c | 114 const PWMModule *module; member 202 static int pwm_module_index(const PWMModule *module) in pwm_module_index() argument 204 ptrdiff_t diff = module - pwm_module_list; in pwm_module_index() 365 return qtest_readl(qts, td->module->base_addr + offset); in pwm_read() 371 qtest_writel(qts, td->module->base_addr + offset, value); in pwm_write() 448 int index = pwm_module_index(td->module) * ARRAY_SIZE(pwm_list) + in mft_compute_index() 559 int module = pwm_module_index(td->module); in test_init() local 562 g_assert_cmpuint(pwm_get_freq(qts, module, pwm), ==, 0); in test_init() 563 g_assert_cmpuint(pwm_get_duty(qts, module, pwm), ==, 0); in test_init() 573 int module = pwm_module_index(td->module); in test_oneshot() local [all …]
|
H A D | npcm7xx_emc-test.c | 186 const EMCModule *module; member 344 const EMCModule *mod = td->module; in test_init() 793 int *test_sockets = packet_test_init(emc_module_index(td->module), in test_tx() 808 emc_send_verify(qts, td->module, test_sockets[0], /*with_irq=*/false); in test_tx() 809 emc_send_verify(qts, td->module, test_sockets[0], /*with_irq=*/true); in test_tx() 818 int *test_sockets = packet_test_init(emc_module_index(td->module), in test_rx() 833 emc_recv_verify(qts, td->module, test_sockets[0], /*with_irq=*/false, in test_rx() 835 emc_recv_verify(qts, td->module, test_sockets[0], /*with_irq=*/false, in test_rx() 837 emc_recv_verify(qts, td->module, test_sockets[0], /*with_irq=*/true, in test_rx() 839 emc_recv_verify(qts, td->module, test_sockets[0], /*with_irq=*/true, in test_rx() [all …]
|
H A D | npcm_gmac-test.c | 36 const GMACModule *module; member 198 const GMACModule *mod = td->module; in test_init() 324 "npcm8xx_gmac/gmac[%d]/%s", gmac_module_index(td->module), name); in gmac_add_test() 337 td->module = &gmac_module_list[i]; in main()
|
/qemu/scripts/tracetool/backend/ |
H A D | __init__.py | 69 module = tracetool.try_import("tracetool.backend." + modname) 72 if not module[0]: 74 module = module[1] 76 public = getattr(module, "PUBLIC", False) 80 doc = module.__doc__
|
/qemu/scripts/tracetool/format/ |
H A D | __init__.py | 51 module = tracetool.try_import("tracetool.format." + modname) 54 if not module[0]: 56 module = module[1] 58 doc = module.__doc__
|
/qemu/tests/qapi-schema/ |
H A D | include-repetition.out | 1 module ./builtin 11 module include-repetition.json 15 module comments.json 20 module include-repetition-sub.json
|
H A D | sub-sub-module.json | 4 # Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
|
H A D | include-simple.out | 1 module ./builtin 11 module include-simple.json 13 module include-simple-sub.json
|
H A D | empty.out | 1 module ./builtin 11 module empty.json
|
H A D | comments.out | 1 module ./builtin 11 module comments.json
|
H A D | alternate-array.out | 1 module ./builtin 11 module alternate-array.json
|
H A D | indented-expr.out | 1 module ./builtin 11 module indented-expr.json
|
H A D | qapi-schema-test.out | 1 module ./builtin 11 module qapi-schema-test.json 176 include include/sub-module.json 424 module include/sub-module.json 425 include sub-sub-module.json 428 module sub-sub-module.json
|
/qemu/tests/qapi-schema/include/ |
H A D | sub-module.json | 4 # Sub-module of ../qapi-schema-test.json 6 { 'include': '../sub-sub-module.json' }
|
/qemu/hw/misc/ |
H A D | npcm7xx_pwm.c | 81 csr = NPCM7XX_CSR(p->module->csr, p->index); in npcm7xx_pwm_calculate_freq() 82 ppr = NPCM7XX_PPR(p->module->ppr, p->index); in npcm7xx_pwm_calculate_freq() 83 freq = clock_get_hz(p->module->clock); in npcm7xx_pwm_calculate_freq() 128 trace_npcm7xx_pwm_update_freq(DEVICE(p->module)->canonical_path, in npcm7xx_pwm_update_freq() 139 trace_npcm7xx_pwm_update_duty(DEVICE(p->module)->canonical_path, in npcm7xx_pwm_update_duty() 142 qemu_set_irq(p->module->duty_gpio_out[p->index], p->duty); in npcm7xx_pwm_update_duty() 490 p->module = s; in npcm7xx_pwm_init()
|
/qemu/docs/system/ |
H A D | guest-loader.rst | 30 ``/chosen/module@<addr>`` entry in the FDT to indicate its location and 49 have the "multiboot,module" compatibility string as well as 54 like via the ``/chosen/module@<addr>/bootargs`` node.
|
H A D | virtio-net-failover.rst | 12 module will pair net devices with the same MAC address. 36 net_failover module registers it again as the primary device. 51 is only for pairing the devices within QEMU. The guest kernel module
|
/qemu/docs/devel/ |
H A D | qapi-domain.rst | 43 documentation, but it's the autodoc module that is responsible for 363 * ``:qapi:mod:`block-core``` -- Reference a QAPI module. The link will 407 * A module can be explicitly provided; 420 for the presence or absence of either the namespace or module 424 of any ``qapi:namespace`` or ``qapi:module`` directives preceding the 488 All QAPI directives -- *except* for namespace and module -- support 493 * ``:module: modname`` -- Borrowed from the Python domain, this option allows 494 you to override the module association of a given definition. 529 qapi:module 532 The ``qapi:module`` directive marks the start of a QAPI module. It may have [all …]
|
/qemu/scripts/tracetool/ |
H A D | __init__.py | 402 module = __import__(mod_name, globals(), locals(), ["__package__"]) 404 return True, module 405 return True, getattr(module, str(attr_name), attr_default)
|