kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: kvm@vger.kernel.org, Gleb Natapov <gleb@redhat.com>
Subject: [PATCH 0/4] kvm_timer cleanup
Date: Thu, 26 Jul 2012 18:01:49 +0300	[thread overview]
Message-ID: <1343314913-6727-1-git-send-email-avi@redhat.com> (raw)

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


             reply	other threads:[~2012-07-26 15:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-26 15:01 Avi Kivity [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1343314913-6727-1-git-send-email-avi@redhat.com \
    --to=avi@redhat.com \
    --cc=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).