]> asedeno.scripts.mit.edu Git - linux.git/commit
x86: Add support for Linux guests on an ACRN hypervisor
authorZhao Yakui <yakui.zhao@intel.com>
Tue, 30 Apr 2019 03:45:24 +0000 (11:45 +0800)
committerBorislav Petkov <bp@suse.de>
Tue, 11 Jun 2019 19:29:22 +0000 (21:29 +0200)
commitec7972c99fffb4d2739f286ce9b544a71aa1d05f
treefbbde046f0914fbcd21a027df937757b67e37fd9
parentecca25029473bee6e98ce062e76b7310904bbdd1
x86: Add support for Linux guests on an ACRN hypervisor

ACRN is an open-source hypervisor maintained by The Linux Foundation. It
is built for embedded IOT with small footprint and real-time features.
Add ACRN guest support so that it allows Linux to be booted under the
ACRN hypervisor. This adds only the barebones implementation.

 [ bp: Massage commit message and help text. ]

Co-developed-by: Jason Chen CJ <jason.cj.chen@intel.com>
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/1559108037-18813-3-git-send-email-yakui.zhao@intel.com
arch/x86/Kconfig
arch/x86/include/asm/hypervisor.h
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/acrn.c [new file with mode: 0644]
arch/x86/kernel/cpu/hypervisor.c