~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to arch/x86/kvm/irq.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
void kvm_destroy_pic(struct kvm *kvm);
76
76
int kvm_pic_read_irq(struct kvm *kvm);
77
77
void kvm_pic_update_irq(struct kvm_pic *s);
78
 
void kvm_pic_clear_isr_ack(struct kvm *kvm);
79
78
 
80
79
static inline struct kvm_pic *pic_irqchip(struct kvm *kvm)
81
80
{
100
99
void __kvm_migrate_pit_timer(struct kvm_vcpu *vcpu);
101
100
void __kvm_migrate_timers(struct kvm_vcpu *vcpu);
102
101
 
103
 
int pit_has_pending_timer(struct kvm_vcpu *vcpu);
104
102
int apic_has_pending_timer(struct kvm_vcpu *vcpu);
105
103
 
106
104
#endif