All of lore.kernel.org
 help / color / mirror / Atom feed
From: AKASHI Takahiro <takahiro.akashi@linaro.org>
To: Marc Zyngier <marc.zyngier@arm.com>,
	catalin.marinas@arm.com, will.deacon@arm.com,
	mark.rutland@arm.com
Cc: linaro-kernel@lists.linaro.org, christoffer.dall@linaro.org,
	geoff@infradead.org, kexec@lists.infradead.org,
	linux-kernel@vger.kernel.org, broonie@kernel.org,
	david.griego@linaro.org, linux-arm-kernel@lists.infradead.org,
	freddy77@gmail.com
Subject: Re: [v4 4/4] arm: kvm: add stub implementation for kvm_cpu_reset()
Date: Wed, 27 May 2015 14:31:37 +0900	[thread overview]
Message-ID: <556556B9.7070607@linaro.org> (raw)
In-Reply-To: <55643EA4.4080206@arm.com>

On 05/26/2015 06:36 PM, Marc Zyngier wrote:
> On 08/05/15 02:18, AKASHI Takahiro wrote:
>> Just to avoid compiling errors on arm.
>>
>> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
>> ---
>>   arch/arm/include/asm/kvm_asm.h  |    1 +
>>   arch/arm/include/asm/kvm_host.h |   12 ++++++++++++
>>   arch/arm/include/asm/kvm_mmu.h  |    5 +++++
>>   arch/arm/kvm/init.S             |    6 ++++++
>>   4 files changed, 24 insertions(+)
>>
(snip)
>
> So before this patch, KVM is broken on ARM. This is not acceptable.
> Please merge it with patch #1.

OK.

-Takahiro AKASHI


> Thanks,
>
> 	M.
>

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

WARNING: multiple messages have this Message-ID (diff)
From: takahiro.akashi@linaro.org (AKASHI Takahiro)
To: linux-arm-kernel@lists.infradead.org
Subject: [v4 4/4] arm: kvm: add stub implementation for kvm_cpu_reset()
Date: Wed, 27 May 2015 14:31:37 +0900	[thread overview]
Message-ID: <556556B9.7070607@linaro.org> (raw)
In-Reply-To: <55643EA4.4080206@arm.com>

On 05/26/2015 06:36 PM, Marc Zyngier wrote:
> On 08/05/15 02:18, AKASHI Takahiro wrote:
>> Just to avoid compiling errors on arm.
>>
>> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
>> ---
>>   arch/arm/include/asm/kvm_asm.h  |    1 +
>>   arch/arm/include/asm/kvm_host.h |   12 ++++++++++++
>>   arch/arm/include/asm/kvm_mmu.h  |    5 +++++
>>   arch/arm/kvm/init.S             |    6 ++++++
>>   4 files changed, 24 insertions(+)
>>
(snip)
>
> So before this patch, KVM is broken on ARM. This is not acceptable.
> Please merge it with patch #1.

OK.

-Takahiro AKASHI


> Thanks,
>
> 	M.
>

WARNING: multiple messages have this Message-ID (diff)
From: AKASHI Takahiro <takahiro.akashi@linaro.org>
To: Marc Zyngier <marc.zyngier@arm.com>,
	catalin.marinas@arm.com, will.deacon@arm.com,
	mark.rutland@arm.com
Cc: linux-arm-kernel@lists.infradead.org,
	linaro-kernel@lists.linaro.org, geoff@infradead.org,
	kexec@lists.infradead.org, linux-kernel@vger.kernel.org,
	broonie@kernel.org, david.griego@linaro.org,
	christoffer.dall@linaro.org, freddy77@gmail.com
Subject: Re: [v4 4/4] arm: kvm: add stub implementation for kvm_cpu_reset()
Date: Wed, 27 May 2015 14:31:37 +0900	[thread overview]
Message-ID: <556556B9.7070607@linaro.org> (raw)
In-Reply-To: <55643EA4.4080206@arm.com>

On 05/26/2015 06:36 PM, Marc Zyngier wrote:
> On 08/05/15 02:18, AKASHI Takahiro wrote:
>> Just to avoid compiling errors on arm.
>>
>> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
>> ---
>>   arch/arm/include/asm/kvm_asm.h  |    1 +
>>   arch/arm/include/asm/kvm_host.h |   12 ++++++++++++
>>   arch/arm/include/asm/kvm_mmu.h  |    5 +++++
>>   arch/arm/kvm/init.S             |    6 ++++++
>>   4 files changed, 24 insertions(+)
>>
(snip)
>
> So before this patch, KVM is broken on ARM. This is not acceptable.
> Please merge it with patch #1.

OK.

-Takahiro AKASHI


> Thanks,
>
> 	M.
>

  reply	other threads:[~2015-05-27  5:32 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-08  1:18 [v4 0/4] arm64: kvm: reset hyp context for kexec AKASHI Takahiro
2015-05-08  1:18 ` AKASHI Takahiro
2015-05-08  1:18 ` AKASHI Takahiro
2015-05-08  1:18 ` [v4 1/4] arm64: kvm: add a cpu tear-down function AKASHI Takahiro
2015-05-08  1:18   ` AKASHI Takahiro
2015-05-08  1:18   ` AKASHI Takahiro
2015-05-26  9:26   ` Marc Zyngier
2015-05-26  9:26     ` Marc Zyngier
2015-05-26  9:26     ` Marc Zyngier
2015-05-27  5:21     ` AKASHI Takahiro
2015-05-27  5:21       ` AKASHI Takahiro
2015-05-27  5:21       ` AKASHI Takahiro
2015-05-27  7:42       ` Marc Zyngier
2015-05-27  7:42         ` Marc Zyngier
2015-05-27  7:42         ` Marc Zyngier
2015-05-08  1:18 ` [v4 2/4] arm64: kvm: add kvm cpu hotplug AKASHI Takahiro
2015-05-08  1:18   ` AKASHI Takahiro
2015-05-08  1:18   ` AKASHI Takahiro
2015-05-26  9:35   ` Marc Zyngier
2015-05-26  9:35     ` Marc Zyngier
2015-05-26  9:35     ` Marc Zyngier
2015-05-27  5:29     ` AKASHI Takahiro
2015-05-27  5:29       ` AKASHI Takahiro
2015-05-27  5:29       ` AKASHI Takahiro
2015-05-08  1:18 ` [v4 3/4] arm64: kvm: remove !KEXEC dependency AKASHI Takahiro
2015-05-08  1:18   ` AKASHI Takahiro
2015-05-08  1:18   ` AKASHI Takahiro
2015-05-08  1:18 ` [v4 4/4] arm: kvm: add stub implementation for kvm_cpu_reset() AKASHI Takahiro
2015-05-08  1:18   ` AKASHI Takahiro
2015-05-08  1:18   ` AKASHI Takahiro
2015-05-26  9:36   ` Marc Zyngier
2015-05-26  9:36     ` Marc Zyngier
2015-05-26  9:36     ` Marc Zyngier
2015-05-27  5:31     ` AKASHI Takahiro [this message]
2015-05-27  5:31       ` AKASHI Takahiro
2015-05-27  5:31       ` AKASHI Takahiro

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=556556B9.7070607@linaro.org \
    --to=takahiro.akashi@linaro.org \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=christoffer.dall@linaro.org \
    --cc=david.griego@linaro.org \
    --cc=freddy77@gmail.com \
    --cc=geoff@infradead.org \
    --cc=kexec@lists.infradead.org \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=mark.rutland@arm.com \
    --cc=will.deacon@arm.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 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.