/qemu/ui/ |
H A D | input.c | 37 static QTAILQ_HEAD(, QemuInputHandlerState) handlers = 38 QTAILQ_HEAD_INITIALIZER(handlers); 57 QTAILQ_INSERT_TAIL(&handlers, s, node); in qemu_input_handler_register() 65 QTAILQ_REMOVE(&handlers, s, node); in qemu_input_handler_activate() 66 QTAILQ_INSERT_HEAD(&handlers, s, node); in qemu_input_handler_activate() 72 QTAILQ_REMOVE(&handlers, s, node); in qemu_input_handler_deactivate() 73 QTAILQ_INSERT_TAIL(&handlers, s, node); in qemu_input_handler_deactivate() 79 QTAILQ_REMOVE(&handlers, s, node); in qemu_input_handler_unregister() 105 QTAILQ_FOREACH(s, &handlers, node) { in qemu_input_find_handler() 114 QTAILQ_FOREACH(s, &handlers, node) { in qemu_input_find_handler() [all …]
|
/qemu/hw/i386/ |
H A D | vapic.c | 409 VAPICHandlers *handlers = info->handler; in do_patch_instruction() local 419 patch_call(x86_cpu, ip + 1, handlers->set_tpr); in do_patch_instruction() 423 patch_call(x86_cpu, ip + 1, handlers->get_tpr[modrm_reg(opcode[1])]); in do_patch_instruction() 426 patch_call(x86_cpu, ip, handlers->get_tpr[0]); in do_patch_instruction() 429 patch_call(x86_cpu, ip, handlers->set_tpr_eax); in do_patch_instruction() 435 patch_call(x86_cpu, ip + 5, handlers->set_tpr); in do_patch_instruction() 439 patch_call(x86_cpu, ip + 1, handlers->get_tpr_stack); in do_patch_instruction() 452 VAPICHandlers *handlers; in patch_instruction() local 456 handlers = &s->rom_state.up; in patch_instruction() 458 handlers = &s->rom_state.mp; in patch_instruction() [all …]
|
/qemu/migration/ |
H A D | savevm.c | 256 QTAILQ_HEAD(, SaveStateEntry) handlers; 268 .handlers = QTAILQ_HEAD_INITIALIZER(savevm_state.handlers), 709 QTAILQ_FOREACH(se, &savevm_state.handlers, entry) { in calculate_new_instance_id() 725 QTAILQ_FOREACH(se, &savevm_state.handlers, entry) { in calculate_compat_instance_id() 777 QTAILQ_INSERT_TAIL(&savevm_state.handlers, nse, entry); in savevm_state_handler_insert() 798 QTAILQ_REMOVE(&savevm_state.handlers, se, entry); in savevm_state_handler_remove() 851 QTAILQ_FOREACH_SAFE(se, &savevm_state.handlers, entry, new_se) { in unregister_savevm() 957 QTAILQ_FOREACH_SAFE(se, &savevm_state.handlers, entry, new_se) { in vmstate_unregister() 1254 QTAILQ_FOREACH(se, &savevm_state.handlers, entr in qemu_savevm_state_blocked() [all...] |
/qemu/hw/misc/macio/ |
H A D | cuda.c | 370 static const CudaCommand handlers[] = { variable 390 for (i = 0; i < ARRAY_SIZE(handlers); i++) { in cuda_receive_packet() 391 const CudaCommand *desc = &handlers[i]; in cuda_receive_packet()
|
/qemu/docs/devel/ |
H A D | uefi-vars.rst | 38 reimplements the handlers needed, specifically
|
H A D | lockcnt.rst | 168 bottom halves and file descriptor handlers. Modifications to the list 169 of file descriptor handlers are rare. Creation of a new bottom half is
|
H A D | control-flow-integrity.rst | 82 5. Directly calling signal handlers from the QEMU source code, since the
|
H A D | tcg.rst | 157 The host SIGSEGV and SIGBUS signal handlers are used to get invalid
|
H A D | multi-process.rst | 339 MMIO handlers, or creating a child bus that other proxy devices can be 500 install their MMIO handlers, and ``pci_register_bar()`` to associate 501 those handlers with a PCI BAR, as they do within QEMU currently.
|
H A D | atomics.rst | 58 by signal handlers.
|
/qemu/hw/block/ |
H A D | fdc.c | 2160 static const FDCtrlCommand handlers[] = { variable 2202 FLOPPY_DPRINTF("%s command\n", handlers[idx].name); in get_command() 2203 return &handlers[idx]; in get_command() 2356 for (i = ARRAY_SIZE(handlers) - 1; i >= 0; i--) { in fdctrl_realize_common() 2358 if ((j & handlers[i].mask) == handlers[i].value) { in fdctrl_realize_common()
|
/qemu/target/i386/emulate/ |
H A D | x86_emu.c | 1191 } handlers[] = { variable 1241 for (i = 0; i < ARRAY_SIZE(handlers); i++) { in init_cmd_handler() 1242 _cmd_handler[handlers[i].cmd] = handlers[i]; in init_cmd_handler()
|
/qemu/tests/tcg/tricore/c/ |
H A D | crt0-tc2x.S | 64 #; install trap handlers
|
/qemu/python/qemu/qmp/ |
H A D | qmp_tui.py | 124 for handler in logger.handlers:
|
/qemu/net/ |
H A D | vmnet-common.m | 261 * Called on state change to un-register/re-register handlers
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 19 * are handled via gvec ool (out-of-line) handlers.
|