]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2be320efb4b4d273d8c04396478f110c763d7839
tree88471ae7c01ef63aff41368fff526fed8c8dfd5d
parentddff416ec94ab5013bf55fc2e0c455b7b194ea71
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