[GIT PULL] xen: branch for v5.11-rc1

From: Juergen Gross
Date: Sat Dec 19 2020 - 01:39:00 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.11-rc1b-tag

xen: branch for v5.11-rc1

It contains some minor cleanup patches and a small series disentangling some Xen
related Kconfig options.

Thanks.

Juergen

arch/x86/include/asm/xen/page.h | 2 +-
arch/x86/xen/Kconfig | 38 ++++++++++++++++++++++----------------
arch/x86/xen/p2m.c | 12 +-----------
drivers/block/xen-blkfront.c | 1 +
drivers/xen/Makefile | 2 +-
drivers/xen/manage.c | 1 +
6 files changed, 27 insertions(+), 29 deletions(-)

Gustavo A. R. Silva (2):
xen-blkfront: Fix fall-through warnings for Clang
xen/manage: Fix fall-through warnings for Clang

Jason Andryuk (3):
xen: Remove Xen PVH/PVHVM dependency on PCI
xen: Kconfig: nest Xen guest options
xen: Kconfig: remove X86_64 depends from XEN_512GB

Qinglang Miao (1):
x86/xen: Convert to DEFINE_SHOW_ATTRIBUTE

Tom Rix (1):
xen: remove trailing semicolon in macro definition