| /qemu/tests/multiboot/ |
| 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.' 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 === 33 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt' 35 [102010] Module: 104000 - 104038 (56 bytes) 'module.txt argument' [all …]
|
| /qemu/scripts/ |
| 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/ |
| 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/ |
| 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 …]
|
| A D | machine-common.json | 35 # @module: module level. The @modules option in SMPConfiguration is 61 'data': [ 'thread', 'core', 'module', 'cluster', 'die',
|
| /qemu/tests/ |
| 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', 23 'test-qapi-types-sub-sub-module.c', 24 'test-qapi-types-sub-sub-module.h', 27 'test-qapi-visit-sub-sub-module.c', 28 'test-qapi-visit-sub-sub-module.h', 43 'qapi-schema/include/sub-module.json', 44 'qapi-schema/sub-sub-module.json'),
|
| /qemu/tests/qtest/ |
| 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() 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 604 int module = pwm_module_index(td->module); in test_toggle() local [all …]
|
| 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() 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() 841 emc_test_ptle(qts, td->module, test_sockets[0]); in test_rx() [all …]
|
| A D | npcm_gmac-test.c | 36 const GMACModule *module; member 181 const GMACModule *mod = td->module; in test_init() 245 "npcm7xx_gmac/gmac[%d]/%s", gmac_module_index(td->module), name); in gmac_add_test() 258 td->module = &gmac_module_list[i]; in main()
|
| /qemu/scripts/tracetool/backend/ |
| 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/ |
| 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/ |
| A D | include-repetition.out | 1 module ./builtin 11 module include-repetition.json 15 module comments.json 20 module include-repetition-sub.json
|
| A D | sub-sub-module.json | 4 # Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
|
| A D | include-simple.out | 1 module ./builtin 11 module include-simple.json 13 module include-simple-sub.json
|
| A D | empty.out | 1 module ./builtin 11 module empty.json
|
| A D | comments.out | 1 module ./builtin 11 module comments.json
|
| A D | alternate-array.out | 1 module ./builtin 11 module alternate-array.json
|
| A D | indented-expr.out | 1 module ./builtin 11 module indented-expr.json
|
| 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/ |
| A D | sub-module.json | 4 # Sub-module of ../qapi-schema-test.json 6 { 'include': '../sub-sub-module.json' }
|
| /qemu/hw/misc/ |
| 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/ |
| 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.
|
| 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/hw/mem/ |
| A D | cxl_type3.c | 1791 CXLEventMemoryModule module; in qmp_cxl_inject_memory_module_event() local 1792 CXLEventRecordHdr *hdr = &module.hdr; in qmp_cxl_inject_memory_module_event() 1816 memset(&module, 0, sizeof(module)); in qmp_cxl_inject_memory_module_event() 1820 module.type = type; in qmp_cxl_inject_memory_module_event() 1821 module.health_status = health_status; in qmp_cxl_inject_memory_module_event() 1822 module.media_status = media_status; in qmp_cxl_inject_memory_module_event() 1823 module.additional_status = additional_status; in qmp_cxl_inject_memory_module_event() 1824 module.life_used = life_used; in qmp_cxl_inject_memory_module_event() 1825 stw_le_p(&module.temperature, temperature); in qmp_cxl_inject_memory_module_event() 1827 stl_le_p(&module.corrected_volatile_error_count, in qmp_cxl_inject_memory_module_event() [all …]
|
| /qemu/scripts/tracetool/ |
| 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)
|