]> git.ipfire.org Git - thirdparty/qemu.git/commit
correctly check ppr priority during interrupt injection]
authorGleb Natapov <gleb@redhat.com>
Mon, 7 Feb 2011 14:14:44 +0000 (16:14 +0200)
committerJustin M. Forbes <jforbes@redhat.com>
Mon, 14 Feb 2011 20:15:36 +0000 (14:15 -0600)
commit7083b66b45571c610cc0a9dedff761da8ebe013f
tree82b51145181ce56b3502e2cd5d93caa7c46b4ce6
parent9de12c453d62f7f9bc2a2b47ecea20c8d8ee8836
correctly check ppr priority during interrupt injection]

TPR blocks all interrupts in a priority class, so simple "less or
equal" check is not enough.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/apic.c