]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
x86/paravirt: Introduce new config option PARAVIRT_XXL
authorJuergen Gross <jgross@suse.com>
Tue, 28 Aug 2018 07:40:21 +0000 (09:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 3 Sep 2018 14:50:35 +0000 (16:50 +0200)
commitc00a280a8efa4dc077596cf646bd50cbd13db3c8
tree9b4e09ea3e00b8c2f685f1e947d22fd95b167f65
parent5def7a4cd5bef80f7c997cf37c09022fa8c9cd76
x86/paravirt: Introduce new config option PARAVIRT_XXL

A large amount of paravirt ops is used by Xen PV guests only. Add a new
config option PARAVIRT_XXL which is selected by XEN_PV. Later we can
put the Xen PV only paravirt ops under the PARAVIRT_XXL umbrella.

Since irq related paravirt ops are used only by VSMP and Xen PV, let
VSMP select PARAVIRT_XXL, too, in order to enable moving the irq ops
under PARAVIRT_XXL.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: xen-devel@lists.xenproject.org
Cc: virtualization@lists.linux-foundation.org
Cc: akataria@vmware.com
Cc: rusty@rustcorp.com.au
Cc: boris.ostrovsky@oracle.com
Cc: hpa@zytor.com
Link: https://lkml.kernel.org/r/20180828074026.820-11-jgross@suse.com
arch/x86/Kconfig
arch/x86/boot/compressed/misc.h
arch/x86/mm/mem_encrypt_identity.c
arch/x86/xen/Kconfig