KVM: Introduce struct rtc_status
authorYang Zhang <yang.z.zhang@Intel.com>
Thu, 11 Apr 2013 11:21:36 +0000 (19:21 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 16 Apr 2013 02:20:33 +0000 (23:20 -0300)
commit8dc6aade5bdc9d436d4ab8328cb15f0adbbc47bf
tree88471ae7c01ef63aff41368fff526fed8c8dfd5d
parent1fcc7890dbf32571c25278803ee19182c801c006
KVM: Introduce struct rtc_status

rtc_status is used to track RTC interrupt delivery status. The pending_eoi
will be increased by vcpu who received RTC interrupt and will be decreased
when EOI to this interrupt.
Also, we use dest_map to record the destination vcpu to avoid the case that
vcpu who didn't get the RTC interupt, but issued EOI with same vector of RTC
and descreased pending_eoi by mistake.

Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
virt/kvm/ioapic.h