From: Yang Zhang Date: Thu, 11 Apr 2013 11:21:36 +0000 (+0800) Subject: KVM: Introduce struct rtc_status X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc6aade5bdc9d436d4ab8328cb15f0adbbc47bf;p=pandora-kernel.git 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 Reviewed-by: Gleb Natapov Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed