]> git.proxmox.com Git - qemu.git/commit
mips: more fixes to the MIPS interrupt glue logic
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 25 Jul 2010 14:51:29 +0000 (16:51 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 25 Jul 2010 14:54:02 +0000 (16:54 +0200)
commit5dc5d9f055c59701519d1212078a298d92411cf6
treed74d17185122335f899d768ff050ccff05b02e99
parenta5efa6441cdda002a4b14c982098424dd60a55d0
mips: more fixes to the MIPS interrupt glue logic

Commit 36388314febad3d7675ab919287f03733a560ff6 moved most of the
interrupt logic to cpu-exec.c. Remove the remaining useless code
and fix software interrupts.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Acked-by: Edgar E. Iglesias <edgar@axis.com>
Tested-by: Edgar E. Iglesias <edgar@axis.com>
hw/mips_int.c
target-mips/cpu.h
target-mips/helper.h
target-mips/op_helper.c
target-mips/translate.c