All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] kvm_timer cleanup
@ 2012-07-26 15:01 Avi Kivity
  2012-07-26 15:01 ` [PATCH 1/4] KVM: Remove internal timer abstraction Avi Kivity
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Avi Kivity @ 2012-07-26 15:01 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: kvm, Gleb Natapov

While preparing to fix up KVM_REQ_PENDING_TIMERS, and looking for a bug that turned
out not to exist, I cleaned up kvm_timer a little.

Avi Kivity (4):
  KVM: Remove internal timer abstraction.
  KVM: Simplify kvm_timer
  KVM: Simplify kvm_pit_timer
  KVM: fold kvm_pit_timer into kvm_kpit_state

 arch/x86/kvm/Makefile    |  2 +-
 arch/x86/kvm/i8254.c     | 64 +++++++++++++++++++-----------------------------
 arch/x86/kvm/i8254.h     |  6 ++++-
 arch/x86/kvm/kvm_timer.h | 18 --------------
 arch/x86/kvm/lapic.c     | 42 ++++++++++++++++++++++---------
 arch/x86/kvm/lapic.h     |  9 ++++++-
 arch/x86/kvm/timer.c     | 47 -----------------------------------
 arch/x86/kvm/x86.c       |  2 +-
 8 files changed, 71 insertions(+), 119 deletions(-)
 delete mode 100644 arch/x86/kvm/kvm_timer.h
 delete mode 100644 arch/x86/kvm/timer.c

-- 
1.7.11.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-01  3:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 15:01 [PATCH 0/4] kvm_timer cleanup Avi Kivity
2012-07-26 15:01 ` [PATCH 1/4] KVM: Remove internal timer abstraction Avi Kivity
2012-07-26 15:01 ` [PATCH 2/4] KVM: Simplify kvm_timer Avi Kivity
2012-07-26 15:01 ` [PATCH 3/4] KVM: Simplify kvm_pit_timer Avi Kivity
2012-07-26 15:01 ` [PATCH 4/4] KVM: fold kvm_pit_timer into kvm_kpit_state Avi Kivity
2012-08-01  3:21 ` [PATCH 0/4] kvm_timer cleanup Marcelo Tosatti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.