mbox series

[RESEND,0/2] xen: Allow EXPERT mode to be selected from the menuconfig directly

Message ID 20200430142548.23751-1-julien@xen.org (mailing list archive)
Headers show
Series xen: Allow EXPERT mode to be selected from the menuconfig directly | expand

Message

Julien Grall April 30, 2020, 2:25 p.m. UTC
From: Julien Grall <jgrall@amazon.com>

Hi all,

This is a resend as I forgot to CC the maintainers.

This small series is meant to make easier to experiment when using Xen.
See patch #2 for more details.

Cheers,

Julien Grall (2):
  xen/Kconfig: define EXPERT a bool rather than a string
  xen: Allow EXPERT mode to be selected from the menuconfig directly

 xen/Kconfig                     | 11 +++++++++--
 xen/Kconfig.debug               |  2 +-
 xen/Makefile                    |  1 -
 xen/arch/arm/Kconfig            | 10 +++++-----
 xen/arch/x86/Kconfig            |  6 +++---
 xen/common/Kconfig              | 14 +++++++-------
 xen/common/sched/Kconfig        |  2 +-
 xen/drivers/passthrough/Kconfig |  2 +-
 8 files changed, 27 insertions(+), 21 deletions(-)