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

« back to all changes in this revision

Viewing changes to kernel/i8259.c

  • 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:
420
420
 
421
421
        pic_irqchip(kvm)->output = level;
422
422
        if (vcpu)
423
 
                kvm_vcpu_kick_request(vcpu, KVM_REQ_INTR);
 
423
                kvm_vcpu_kick(vcpu);
424
424
}
425
425
 
426
426
struct kvm_pic *kvm_create_pic(struct kvm *kvm)