mbox

[PULL] Enable KVM on arm64

Message ID 51D55245.8080207@arm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/enable-kvm-for-3.11

Message

Marc Zyngier July 4, 2013, 10:45 a.m. UTC
Paolo, Gleb,

Following Linus' pull of the KVM/arm64 code, please pull the following
patch that actually enables KVM on AArch64 platforms.

Thanks,

	M.

The following changes since commit ddcf6600b133697adbafd96e080818bdc0dfd028:

  Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging (2013-07-03 19:56:35 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/enable-kvm-for-3.11

for you to fetch changes up to e48bf1151165524a42a63611edcc961249ecc4b4:

  arm64: KVM: Kconfig integration (2013-07-04 11:34:43 +0100)

----------------------------------------------------------------
Marc Zyngier (1):
      arm64: KVM: Kconfig integration

 arch/arm64/Kconfig              |  2 ++
 arch/arm64/kernel/asm-offsets.c |  1 +
 arch/arm64/kvm/Kconfig          | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)
 create mode 100644 arch/arm64/kvm/Kconfig

Comments

Paolo Bonzini July 4, 2013, 11:06 a.m. UTC | #1
Il 04/07/2013 12:45, Marc Zyngier ha scritto:
> Paolo, Gleb,
> 
> Following Linus' pull of the KVM/arm64 code, please pull the following
> patch that actually enables KVM on AArch64 platforms.
> 
> Thanks,
> 
> 	M.
> 
> The following changes since commit ddcf6600b133697adbafd96e080818bdc0dfd028:
> 
>   Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging (2013-07-03 19:56:35 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/enable-kvm-for-3.11
> 
> for you to fetch changes up to e48bf1151165524a42a63611edcc961249ecc4b4:
> 
>   arm64: KVM: Kconfig integration (2013-07-04 11:34:43 +0100)

Please base this patch on commit fe489bf4 (Linus prefers not to have
pull requests base on "random HEAD of the day").  Also, please post the
patch. :)

Paolo