From: David Hildenbrand Date: Mon, 1 Dec 2014 14:55:42 +0000 (+0100) Subject: KVM: s390: cpu timer irq priority X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4aec92567f3146167cbc262c686ff73730aa4ca;p=pandora-kernel.git KVM: s390: cpu timer irq priority We now have a mechanism for delivering interrupts according to their priority. Let's inject them using our new infrastructure (instead of letting only hardware handle them), so we can be sure that the irq priorities are satisfied. For s390, the cpu timer and the clock comparator are to be checked for common code kvm_cpu_has_pending_timer(), although the cpu timer is only stepped when the guest is being executed. Reviewed-by: Christian Borntraeger Signed-off-by: David Hildenbrand Signed-off-by: Christian Borntraeger Acked-by: Cornelia Huck --- Reading git-diff-tree failed