Home
last modified time | relevance | path

Searched hist:"97 a8ea5a3ae7938cb54fd4dc19d3a413024bc6c0" (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/core/
H A Dcpu.h97a8ea5a3ae7938cb54fd4dc19d3a413024bc6c0 Sat Feb 02 09:57:51 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Replace do_interrupt() by CPUClass::do_interrupt method

This removes a global per-target function and thus takes us one step
closer to compiling multiple targets into one executable.

It will also allow to override the interrupt handling for certain CPU
families.

Signed-off-by: Andreas Färber <afaerber@suse.de>
/qemu/accel/tcg/
H A Dcpu-exec.c97a8ea5a3ae7938cb54fd4dc19d3a413024bc6c0 Sat Feb 02 09:57:51 UTC 2013 Andreas Färber <afaerber@suse.de> cpu: Replace do_interrupt() by CPUClass::do_interrupt method

This removes a global per-target function and thus takes us one step
closer to compiling multiple targets into one executable.

It will also allow to override the interrupt handling for certain CPU
families.

Signed-off-by: Andreas Färber <afaerber@suse.de>