]> xenbits.xensource.com Git - qemu-upstream-4.5-testing.git/commit
sparc64: fix loosing interrupts
authorArtyom Tarasenko <atar4qemu@gmail.com>
Sat, 27 Apr 2013 05:55:12 +0000 (07:55 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 27 Apr 2013 10:35:38 +0000 (10:35 +0000)
commit9625036d14bdcc908fa06cd45599115258452c46
treecdae3bc266624c07abdca446279bd30b82fe3e63
parent852e82f303884139ba59f7f26e761d937a25fa55
sparc64: fix loosing interrupts

- clear interrupts only on writing to the interrupt clear registers
- don't overwrite a currently active interrupt request
- use the correct addresses for the interrupt clear registers
  (section 19.3.3.3 of the UltraSPARCâ„¢-IIi User’s Manual)

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