]> git.proxmox.com Git - qemu.git/commit - cpu-all.h
Redirect cpu_interrupt to callback handler
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 12 Apr 2011 23:32:56 +0000 (01:32 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 2 May 2011 12:38:35 +0000 (09:38 -0300)
commitec6959d0466fb240fe4d94d5f525eebf9ba18b84
tree7e9c62ca8ca6bcae7459c819f11252c75271b7c6
parent97ffbd8d9d54736dd73227e5330c7f5cdc2d7a96
Redirect cpu_interrupt to callback handler

This allows to override the interrupt handling of QEMU in system mode.
KVM will make use of it to set a specialized handler.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
cpu-all.h
exec.c