Michael S. Tsirkin 1a577b7247 KVM: fix race with level interrupts
When more than 1 source id is in use for the same GSI, we have the
following race related to handling irq_states race:

CPU 0 clears bit 0. CPU 0 read irq_state as 0. CPU 1 sets level to 1.
CPU 1 calls kvm_ioapic_set_irq(1). CPU 0 calls kvm_ioapic_set_irq(0).
Now ioapic thinks the level is 0 but irq_state is not 0.

Fix by performing all irq_states bitmap handling under pic/ioapic lock.
This also removes the need for atomics with irq_states handling.

Reported-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2012-07-20 16:12:00 -03:00
..
2012-07-09 14:19:05 +03:00
2012-04-27 19:40:29 -03:00
2012-04-27 19:40:29 -03:00
2012-07-20 16:12:00 -03:00
2010-10-24 10:53:14 +02:00
2012-06-25 12:40:55 +03:00
2012-06-25 12:40:55 +03:00
2012-07-11 16:51:21 +03:00
2011-07-24 11:50:40 +03:00
2011-12-27 11:17:05 +02:00
2012-06-25 12:40:55 +03:00
2012-04-08 14:03:13 +03:00