~ubuntu-branches/ubuntu/hardy/kvm/hardy-backports

« back to all changes in this revision

Viewing changes to kernel/irq.h

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-11-15 02:21:55 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071115022155-pxoxb8kfcrkn72mi
Tags: 1:52+dfsg-0ubuntu1
* New upstream release.
* 08_default_tdf.patch
  - Make -tdf the default and add a -no-tdf option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
#endif
135
135
 
136
136
void kvm_vcpu_kick(struct kvm_vcpu *vcpu);
137
 
void kvm_vcpu_kick_request(struct kvm_vcpu *vcpu, int request);
138
137
int kvm_apic_has_interrupt(struct kvm_vcpu *vcpu);
139
138
int kvm_apic_accept_pic_intr(struct kvm_vcpu *vcpu);
140
139
int kvm_get_apic_interrupt(struct kvm_vcpu *vcpu);