KVM: Reduce runnability interface with arch support code
authorGleb Natapov <gleb@redhat.com>
Thu, 9 Jul 2009 12:33:52 +0000 (15:33 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:33:13 +0000 (08:33 +0300)
Remove kvm_cpu_has_interrupt() and kvm_arch_interrupt_allowed() from
interface between general code and arch code. kvm_arch_vcpu_runnable()
checks for interrupts instead.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found