Re: [PATCH 0/3] Improve Decrementor Implementation v2

2009-12-22 Thread Avi Kivity

On 12/21/2009 09:21 PM, Alexander Graf wrote:

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.
   


Applied, thanks.

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] Improve Decrementor Implementation v2

2009-12-22 Thread Avi Kivity

On 12/21/2009 09:21 PM, Alexander Graf wrote:

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.
   


Applied, thanks.

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line unsubscribe kvm-ppc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] Improve Decrementor Implementation v2

2009-12-21 Thread Alexander Graf
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(-)

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] Improve Decrementor Implementation v2

2009-12-21 Thread Hollis Blanchard
On Mon, Dec 21, 2009 at 11:21 AM, Alexander Graf ag...@suse.de wrote:
 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(-)

Acked-by: Hollis Blanchard hol...@penguinppc.org
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html