summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/i8254.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-18KVM: PIT: take inject_pending into account when emulating hltMarcelo Tosatti1-1/+1
2008-05-04KVM: PIT: support mode 4Marcelo Tosatti1-0/+2
2008-05-01rename div64_64 to div64_u64Roman Zippel1-3/+3
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity1-1/+1
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti1-0/+10
2008-04-27KVM: Add reset support for in kernel PITSheng Yang1-11/+19
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang1-0/+7
2008-04-27KVM: In kernel PIT modelSheng Yang1-0/+586