All of lore.kernel.org
 help / color / mirror / Atom feed
From: gleb@redhat.com (Gleb Natapov)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] KVM/ARM Updates for kvm/next
Date: Wed, 16 Oct 2013 15:38:12 +0300	[thread overview]
Message-ID: <20131016123812.GE15657@redhat.com> (raw)
In-Reply-To: <1381884577-24747-1-git-send-email-christoffer.dall@linaro.org>

On Tue, Oct 15, 2013 at 05:49:28PM -0700, Christoffer Dall wrote:
> Hi guys,
> 
> (You may want to make sure you actually pull this as opposed to picking
> them off the mailing list, since the weird non-ASCII spaces in the
> patches at least make both git send-email and git-am angry for me).
> 
Pulled, thanks.

> The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
> 
>   Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
> 
> are available in the git repository at:
> 
>   git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-for-3.13-1
> 
> for you to fetch changes up to a7265fb1751ffbfad553afc7f592a6dac6be48de:
> 
>   KVM: ARM: Remove non-ASCII space characters (2013-10-15 17:43:00 -0700)
> 
> ----------------------------------------------------------------
> Updates for KVM/ARM including cpu=host and Cortex-A7 support
> 
> ----------------------------------------------------------------
> Anup Patel (5):
>       KVM: ARM: Fix typo in comments of inject_abt()
>       ARM: KVM: Implement kvm_vcpu_preferred_target() function
>       ARM64: KVM: Implement kvm_vcpu_preferred_target() function
>       ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctl
>       KVM: Add documentation for KVM_ARM_PREFERRED_TARGET ioctl
> 
> Christoffer Dall (1):
>       KVM: ARM: Remove non-ASCII space characters
> 
> Jonathan Austin (3):
>       KVM: ARM: Fix calculation of virtual CPU ID
>       KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masks
>       KVM: ARM: Add support for Cortex-A7
> 
>  Documentation/virtual/kvm/api.txt |   31 ++++++++--
>  arch/arm/include/asm/kvm_arm.h    |    4 +-
>  arch/arm/include/asm/kvm_asm.h    |    2 +-
>  arch/arm/include/asm/kvm_host.h   |    1 +
>  arch/arm/include/uapi/asm/kvm.h   |    3 +-
>  arch/arm/kvm/Makefile             |    2 +-
>  arch/arm/kvm/arm.c                |   13 +++++
>  arch/arm/kvm/coproc.c             |  114 ++++++++++++++++++++++++++++++++++++
>  arch/arm/kvm/coproc_a15.c         |  117 +------------------------------------
>  arch/arm/kvm/coproc_a7.c          |   54 +++++++++++++++++
>  arch/arm/kvm/emulate.c            |    2 +-
>  arch/arm/kvm/guest.c              |   24 +++++++-
>  arch/arm/kvm/reset.c              |   15 ++---
>  arch/arm64/include/asm/kvm_host.h |    1 +
>  arch/arm64/kvm/guest.c            |   20 +++++++
>  include/uapi/linux/kvm.h          |    1 +
>  16 files changed, 270 insertions(+), 134 deletions(-)
>  create mode 100644 arch/arm/kvm/coproc_a7.c

--
			Gleb.

WARNING: multiple messages have this Message-ID (diff)
From: Gleb Natapov <gleb@redhat.com>
To: Christoffer Dall <christoffer.dall@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] KVM/ARM Updates for kvm/next
Date: Wed, 16 Oct 2013 15:38:12 +0300	[thread overview]
Message-ID: <20131016123812.GE15657@redhat.com> (raw)
In-Reply-To: <1381884577-24747-1-git-send-email-christoffer.dall@linaro.org>

On Tue, Oct 15, 2013 at 05:49:28PM -0700, Christoffer Dall wrote:
> Hi guys,
> 
> (You may want to make sure you actually pull this as opposed to picking
> them off the mailing list, since the weird non-ASCII spaces in the
> patches at least make both git send-email and git-am angry for me).
> 
Pulled, thanks.

> The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
> 
>   Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
> 
> are available in the git repository at:
> 
>   git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-for-3.13-1
> 
> for you to fetch changes up to a7265fb1751ffbfad553afc7f592a6dac6be48de:
> 
>   KVM: ARM: Remove non-ASCII space characters (2013-10-15 17:43:00 -0700)
> 
> ----------------------------------------------------------------
> Updates for KVM/ARM including cpu=host and Cortex-A7 support
> 
> ----------------------------------------------------------------
> Anup Patel (5):
>       KVM: ARM: Fix typo in comments of inject_abt()
>       ARM: KVM: Implement kvm_vcpu_preferred_target() function
>       ARM64: KVM: Implement kvm_vcpu_preferred_target() function
>       ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctl
>       KVM: Add documentation for KVM_ARM_PREFERRED_TARGET ioctl
> 
> Christoffer Dall (1):
>       KVM: ARM: Remove non-ASCII space characters
> 
> Jonathan Austin (3):
>       KVM: ARM: Fix calculation of virtual CPU ID
>       KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masks
>       KVM: ARM: Add support for Cortex-A7
> 
>  Documentation/virtual/kvm/api.txt |   31 ++++++++--
>  arch/arm/include/asm/kvm_arm.h    |    4 +-
>  arch/arm/include/asm/kvm_asm.h    |    2 +-
>  arch/arm/include/asm/kvm_host.h   |    1 +
>  arch/arm/include/uapi/asm/kvm.h   |    3 +-
>  arch/arm/kvm/Makefile             |    2 +-
>  arch/arm/kvm/arm.c                |   13 +++++
>  arch/arm/kvm/coproc.c             |  114 ++++++++++++++++++++++++++++++++++++
>  arch/arm/kvm/coproc_a15.c         |  117 +------------------------------------
>  arch/arm/kvm/coproc_a7.c          |   54 +++++++++++++++++
>  arch/arm/kvm/emulate.c            |    2 +-
>  arch/arm/kvm/guest.c              |   24 +++++++-
>  arch/arm/kvm/reset.c              |   15 ++---
>  arch/arm64/include/asm/kvm_host.h |    1 +
>  arch/arm64/kvm/guest.c            |   20 +++++++
>  include/uapi/linux/kvm.h          |    1 +
>  16 files changed, 270 insertions(+), 134 deletions(-)
>  create mode 100644 arch/arm/kvm/coproc_a7.c

--
			Gleb.

  parent reply	other threads:[~2013-10-16 12:38 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-16  0:49 [GIT PULL] KVM/ARM Updates for kvm/next Christoffer Dall
2013-10-16  0:49 ` Christoffer Dall
2013-10-16  0:49 ` [PATCH 1/9] KVM: ARM: Fix typo in comments of inject_abt() Christoffer Dall
2013-10-16  0:49   ` Christoffer Dall
2013-10-16  0:49 ` [PATCH 2/9] ARM: KVM: Implement kvm_vcpu_preferred_target() function Christoffer Dall
2013-10-16  0:49   ` Christoffer Dall
2013-10-16  0:49 ` [PATCH 3/9] ARM64: " Christoffer Dall
2013-10-16  0:49   ` Christoffer Dall
2013-10-16  0:49 ` [PATCH 4/9] ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctl Christoffer Dall
2013-10-16  0:49   ` Christoffer Dall
2013-10-16  0:49 ` [PATCH 5/9] KVM: Add documentation for " Christoffer Dall
2013-10-16  0:49   ` Christoffer Dall
2013-10-16  0:49 ` [PATCH 6/9] KVM: ARM: Fix calculation of virtual CPU ID Christoffer Dall
2013-10-16  0:49   ` Christoffer Dall
2013-10-16  0:49 ` [PATCH 7/9] KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masks Christoffer Dall
2013-10-16  0:49   ` Christoffer Dall
2013-10-16  0:49 ` [PATCH 8/9] KVM: ARM: Add support for Cortex-A7 Christoffer Dall
2013-10-16  0:49   ` Christoffer Dall
2013-10-16  0:49 ` [PATCH 9/9] KVM: ARM: Remove non-ASCII space characters Christoffer Dall
2013-10-16  0:49   ` Christoffer Dall
2013-10-16 12:38 ` Gleb Natapov [this message]
2013-10-16 12:38   ` [GIT PULL] KVM/ARM Updates for kvm/next Gleb Natapov

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=20131016123812.GE15657@redhat.com \
    --to=gleb@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.