Re: [PATCH V4] POWERPC: BOOK3S: KVM: Use the saved dar value and generic make_dsisr

2014-05-05 Thread Olof Johansson
2014-05-05 8:03 GMT-07:00 Aneesh Kumar K.V : > Olof Johansson writes: > >> 2014-05-05 7:43 GMT-07:00 Alexander Graf : >> >>> On 05/05/2014 04:26 PM, Aneesh Kumar K.V wrote: >>> >>>> Alexander Graf writes: >>>> >>>> On

Re: [PATCH V4] POWERPC: BOOK3S: KVM: Use the saved dar value and generic make_dsisr

2014-05-05 Thread Olof Johansson
[Now without HTML email -- it's what you get for cc:ing me at work instead of my upstream email :)] 2014-05-05 7:43 GMT-07:00 Alexander Graf : > > On 05/05/2014 04:26 PM, Aneesh Kumar K.V wrote: >> >> Alexander Graf writes: >> >>> On 05/04/2014 07:21 PM, Aneesh Kumar K.V wrote: Although

Re: [RFC v2] ARM VM System Specification

2014-03-30 Thread Olof Johansson
patch: Acked-by: Olof Johansson What's the plan on how to lock this in? Where's this document going to live? In the kernel sources under Documentation/, or external? -Olof -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vg

Re: [GIT PULL] KVM/ARM Fixes for 3.12-rc2

2013-10-02 Thread Olof Johansson
On Wed, Oct 2, 2013 at 9:04 PM, Gleb Natapov wrote: > On Wed, Oct 02, 2013 at 01:14:57PM -0700, Olof Johansson wrote: >> Paolo, >> >> On Wed, Sep 25, 2013 at 2:49 AM, Paolo Bonzini wrote: >> > Il 24/09/2013 21:49, Christoffer Dall ha scritto: >> &

Re: [GIT PULL] KVM/ARM Fixes for 3.12-rc2

2013-10-02 Thread Olof Johansson
21429d27: >> >> ARM: kvm: rename cpu_reset to avoid name clash (2013-09-24 11:15:05 -0700) >> >> >> KVM/ARM Fixes for 3.12-rc2 >> >> Fixes compilation error with KVM/ARM enabled. >> &g

Re: [PATCH] ARM: kvm: rename cpu_reset to avoid name clash

2013-09-23 Thread Olof Johansson
Hi Christoffer, On Mon, Sep 16, 2013 at 8:47 PM, Christoffer Dall wrote: > On 16 September 2013 19:41, Olof Johansson wrote: >> Hi, >> >> On Wed, Sep 11, 2013 at 6:50 PM, Christoffer Dall >> wrote: >>> On Wed, Sep 11, 2013 at 03:39:26PM -0700, Olof Johansson

Re: [PATCH] ARM: kvm: rename cpu_reset to avoid name clash

2013-09-16 Thread Olof Johansson
Hi, On Wed, Sep 11, 2013 at 6:50 PM, Christoffer Dall wrote: > On Wed, Sep 11, 2013 at 03:39:26PM -0700, Olof Johansson wrote: >> On Wed, Sep 11, 2013 at 3:27 PM, Olof Johansson wrote: >> > cpu_reset is already #defined in as processor.reset, >> > so it expan

Re: [PATCH] ARM: kvm: rename cpu_reset to avoid name clash

2013-09-11 Thread Olof Johansson
On Wed, Sep 11, 2013 at 3:27 PM, Olof Johansson wrote: > cpu_reset is already #defined in as processor.reset, > so it expands here and causes problems. > > Signed-off-by: Olof Johansson I just noticed this is broken on 3.10 too, so if/when applying feel free to add: Cc: # 3.10+

[PATCH] ARM: kvm: rename cpu_reset to avoid name clash

2013-09-11 Thread Olof Johansson
cpu_reset is already #defined in as processor.reset, so it expands here and causes problems. Signed-off-by: Olof Johansson --- arch/arm/kvm/reset.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/kvm/reset.c b/arch/arm/kvm/reset.c index 71e08ba..c02ba4a

Re: [PATCH v2 0/12] Hypervisor-mode KVM on POWER7

2011-05-31 Thread Olof Johansson
On Tue, May 31, 2011 at 5:35 AM, Paul Mackerras wrote: > On Tue, May 31, 2011 at 12:40:31PM +0200, Alexander Graf wrote: > >> Thinking about the testability of this a bit more ... how much >> effort would it be to get this code running on a 970MP with SLOF? >> There should only be a few POWER7 spe

Re: [PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v5

2009-10-26 Thread Olof Johansson
On Oct 26, 2009, at 6:20 PM, Hollis Blanchard wrote: For some reason, I'm not seeing this build break, but the patch is obviously correct. Acked-by: Hollis Blanchard I saw it when building with pasemi_defconfig + manually enabled KVM options (all available). -Olof -- To unsubscribe fro

Re: [PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v5

2009-10-26 Thread Olof Johansson
Not sure which patch in the series this is needed for since I applied them all, but I got: CC arch/powerpc/kvm/timing.o arch/powerpc/kvm/timing.c:205: error: 'THIS_MODULE' undeclared here (not in a function) Signed-off-by: Olof Johansson diff --git a/arch/powerpc/kvm/timin