~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
};
34
34
 
35
35
struct kvm_pit {
36
 
        unsigned long base_addresss;
37
36
        struct kvm_io_device dev;
38
37
        struct kvm_io_device speaker_dev;
39
38
        struct kvm *kvm;
51
50
#define KVM_MAX_PIT_INTR_INTERVAL   HZ / 100
52
51
#define KVM_PIT_CHANNEL_MASK        0x3
53
52
 
54
 
void kvm_inject_pit_timer_irqs(struct kvm_vcpu *vcpu);
55
53
void kvm_pit_load_count(struct kvm *kvm, int channel, u32 val, int hpet_legacy_start);
56
54
struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags);
57
55
void kvm_free_pit(struct kvm *kvm);