/qemu/tests/unit/ |
H A D | test-qdev-global-props.c | 2 * Test code for qdev global-properties handling 78 * inherit the global states of the parent process) will try to create qdev 123 /* Test setting of static property using global properties */ 143 g_test_trap_subprocess("/qdev/properties/static/global/subprocess", 0, 0); in test_static_globalprop() 235 /* Test setting of dynamic properties using global properties */ 269 g_test_trap_subprocess("/qdev/properties/dynamic/global/subprocess", 0, 0); in test_dynamic_globalprop() 274 "*warning: global dynamic-prop-type-bad.prop3 has invalid class name*"); in test_dynamic_globalprop() 277 "*warning: global nohotplug-type.prop5=105 not used*"); in test_dynamic_globalprop() 279 "*warning: global nondevice-type.prop6 has invalid class name*"); in test_dynamic_globalprop() 283 /* Test if global props affecting subclasses are applied in the right order */ [all …]
|
/qemu/scripts/ |
H A D | decodetree.py | 134 global output_file 135 global output_fd 164 global output_fd 188 global insnwidth 205 global insnwidth 289 global bitop_width 315 global bitop_width 428 global bitop_width 538 global decode_function 553 global translate_scope [all …]
|
/qemu/roms/ |
H A D | edk2-build.py | 22 global rebase_prefix 23 global version_override 45 if cfg.has_option('global', 'core'): 46 return os.path.abspath(cfg['global']['core']) 52 if cfg.has_option('global', 'tool'): 53 return cfg['global']['tool'] 258 if cfg.has_option('global', 'pkgs'): 259 for pkgdir in cfg['global']['pkgs'].split(): 391 if not cfg.has_section('global'): 392 cfg.add_section('global') [all …]
|
/qemu/include/hw/i386/ |
H A D | x86-iommu.h | 48 * @global: whether this is a global IEC invalidation 52 typedef void (*iec_notify_fn)(void *private, bool global, 150 * @global: whether this is a global invalidation. If true, @index 155 void x86_iommu_iec_notify_all(X86IOMMUState *iommu, bool global,
|
/qemu/qga/vss-win32/ |
H A D | vss-handles.h | 13 #define EVENT_NAME_FROZEN "Global\\QGAVSSEvent-frozen" 14 #define EVENT_NAME_THAW "Global\\QGAVSSEvent-thaw" 15 #define EVENT_NAME_TIMEOUT "Global\\QGAVSSEvent-timeout"
|
/qemu/docs/system/devices/ |
H A D | keyboard.rst | 15 -global escc.chnA-sunkbd-layout=de 24 -global escc.chnA-sunkbd-layout=0x2b 26 -global escc.chnA-sunkbd-layout=43 28 -global escc.chnA-sunkbd-layout=sv
|
/qemu/tests/tcg/loongarch64/system/ |
H A D | boot.S | 10 .global _start 20 .global _exit 34 .global __sys_outc
|
/qemu/tests/qemu-iotests/ |
H A D | 172 | 137 echo === Mixing -fdX and -global === 140 check_floppy_qtree -fda "$TEST_IMG" -drive if=none,file="$TEST_IMG.2" -global floppy.drive=none0 170 echo === Mixing -global and -device === 174 -global floppy.drive=none0 -device floppy,unit=0 178 -global floppy.drive=none0 -device floppy,drive=none1,unit=0 186 check_floppy_qtree -drive if=none -global floppy.drive=none0 -device floppy -device floppy 189 check_floppy_qtree -fda "" -global floppy.drive=floppy0
|
/qemu/util/ |
H A D | qemu-coroutine.c | 34 * The pool is global but each thread maintains a small local pool to avoid 35 * global pool contention. Threads fetch and return batches of coroutines from 36 * the global pool to maintain their local pool. The local pool holds up to two 37 * batches whereas the maximum size of the global pool is controlled by the 135 /* Get the next batch from the global pool */ 156 /* Add a batch of coroutines to the global pool */ 172 /* The global pool was full, so throw away this batch */ in coroutine_pool_put_global() 388 /* Disable the global pool but threads still have local pools */ in get_global_pool_hard_max_size()
|
/qemu/include/hw/misc/ |
H A D | mips_cmgcr.h | 23 #define MIPS_GCB_OFS 0x0000 /* Global Control Block */ 26 #define MIPS_GDB_OFS 0x6000 /* Global Debug Block */ 28 /* Global Control Block Register Map */
|
/qemu/hw/timer/ |
H A D | exynos4210_mct.c | 24 * Global Timer: 40 * Problem: when implementing global timer as is, overflow arises. 186 /* global timer */ 363 * Set counter of FRC global timer. 369 DPRINTF("global timer frc set count 0x%llx\n", count); in exynos4210_gfrc_set_count() 374 * Get counter of FRC global timer. 385 * Stop global FRC timer 390 DPRINTF("global timer frc stop\n"); in exynos4210_gfrc_stop() 396 * Start global FRC timer 401 DPRINTF("global timer frc start\n"); in exynos4210_gfrc_start() [all …]
|
/qemu/tests/tcg/tricore/c/ |
H A D | crt0-tc2x.S | 35 .global _start 82 * initialize access to system global registers 93 .global _SMALL_DATA_,_SMALL_DATA2_,_SMALL_DATA3_,_SMALL_DATA4_ 106 * reset access to system global registers 156 .global __init_csa 207 .global __clear_table_func 253 .global __copy_table_func 332 .global first_trap_table
|
/qemu/common-user/host/riscv/ |
H A D | safe-syscall.inc.S | 13 .global safe_syscall_base 14 .global safe_syscall_start 15 .global safe_syscall_end
|
/qemu/include/hw/ppc/ |
H A D | openpic.h | 99 uint32_t tccr; /* Global timer current count register */ 100 uint32_t tbcr; /* Global timer base count register */ 153 /* Global registers */ 155 uint32_t gcr; /* Global configuration register */
|
/qemu/common-user/host/aarch64/ |
H A D | safe-syscall.inc.S | 13 .global safe_syscall_base 14 .global safe_syscall_start 15 .global safe_syscall_end
|
/qemu/common-user/host/sparc64/ |
H A D | safe-syscall.inc.S | 19 .global safe_syscall_base 20 .global safe_syscall_start 21 .global safe_syscall_end
|
/qemu/common-user/host/ppc64/ |
H A D | safe-syscall.inc.S | 13 .global safe_syscall_base 14 .global safe_syscall_start 15 .global safe_syscall_end
|
/qemu/common-user/host/loongarch64/ |
H A D | safe-syscall.inc.S | 16 .global safe_syscall_base 17 .global safe_syscall_start 18 .global safe_syscall_end
|
/qemu/common-user/host/ppc/ |
H A D | safe-syscall.inc.S | 35 .global safe_syscall_base 36 .global safe_syscall_start 37 .global safe_syscall_end
|
/qemu/common-user/host/arm/ |
H A D | safe-syscall.inc.S | 13 .global safe_syscall_base 14 .global safe_syscall_start 15 .global safe_syscall_end
|
/qemu/common-user/host/x86_64/ |
H A D | safe-syscall.inc.S | 12 .global safe_syscall_base 13 .global safe_syscall_start 14 .global safe_syscall_end
|
/qemu/include/block/ |
H A D | blockjob_int.h | 56 * Global state (GS) API. These functions run under the BQL. 58 * See include/block/block-global-state.h for more information about 85 * Global state (GS) API. These functions run under the BQL. 87 * See include/block/block-global-state.h for more information about
|
/qemu/tests/tcg/xtensa/ |
H A D | vectors.S | 6 .global vector_\name 30 .global handler_\name
|
/qemu/include/qemu/ |
H A D | accel.h | 54 * Array of global properties that would be applied when specific 57 * global properties may be overridden by machine-type 58 * compat_props or user-provided global properties.
|
/qemu/common-user/host/s390x/ |
H A D | safe-syscall.inc.S | 13 .global safe_syscall_base 14 .global safe_syscall_start 15 .global safe_syscall_end
|