public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve Decrementor Implementation v2
@ 2009-12-21 19:21 Alexander Graf
       [not found] ` <1261423285-12715-1-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org>
  2009-12-21 23:21 ` Hollis Blanchard
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander Graf @ 2009-12-21 19:21 UTC (permalink / raw)
  To: kvm-ppc; +Cc: kvm, hollis

We currently have an ugly hack called AGGRESSIVE_DEC that makes the Decrementor
either work well for PPC32 or PPC64 targets.

This patchset removes that hack, bringing the decrementor implementation closer
to real hardware.

V1 -> V2:

  - make DEC clearing code on mtdec book3s specific
  - rename stop -> dequeue

Alexander Graf (3):
  Move vector to irqprio resolving to separate function
  Improve DEC handling
  Remove AGGRESSIVE_DEC

 arch/powerpc/include/asm/kvm_ppc.h |    1 +
 arch/powerpc/kvm/book3s.c          |   45 ++++++++++++++++++++---------------
 arch/powerpc/kvm/booke.c           |    5 ++++
 arch/powerpc/kvm/emulate.c         |    3 ++
 4 files changed, 35 insertions(+), 19 deletions(-)


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

end of thread, other threads:[~2009-12-22 10:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 19:21 [PATCH 0/3] Improve Decrementor Implementation v2 Alexander Graf
     [not found] ` <1261423285-12715-1-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org>
2009-12-21 19:21   ` [PATCH 1/3] Move vector to irqprio resolving to separate function Alexander Graf
2009-12-21 19:21   ` [PATCH 2/3] Improve DEC handling Alexander Graf
2009-12-21 19:21   ` [PATCH 3/3] Remove AGGRESSIVE_DEC Alexander Graf
2009-12-22 10:04   ` [PATCH 0/3] Improve Decrementor Implementation v2 Avi Kivity
2009-12-21 23:21 ` Hollis Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox