Improve interrupt handling priority
commita7be9bad33d81d4bab2a51935b5443d258e7d082
authorArtyom Tarasenko <atar4qemu@gmail.com>
Tue, 3 Apr 2012 15:49:05 +0000 (3 17:49 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 4 Apr 2012 19:20:44 +0000 (4 19:20 +0000)
tree864306d02649b6811ab5f3b37f69083a33a2601f
parent23cf96e1971f04f21ec4bb048df4d9e2e9933018
Improve interrupt handling priority

The vector interrupt has higher priority than interrupt_level_n.
Also check only interrupt_level_n concurency when TL > 0, the traps of
other types may be nested.

Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/sun4u.c