[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v5 0/6] Kconfig debug options
This converts the debug options from xen/Rules.mk to Kconfig. Hopefully I haven't missed anything in the back and forth. change since v4: - fixing poorly write speuling and the grammer change since v3: - wrap all options in 'if DEBUG || EXPERT' (except DEBUG) - wording update to DEBUG option and some commit messages - all old command line options now complain change since v2: - dropped patch 5 as it was unwanted - remove 'default n' - redid patch 1 Doug Goldstein (6): build: convert debug to Kconfig build: convert crash_debug to Kconfig build: convert verbose to Kconfig build: convert frame_pointer to Kconfig build: convert perfc{,_arrays} to Kconfig build: convert lock_profile to Kconfig INSTALL | 6 ---- docs/misc/crashdb.txt | 4 +-- xen/Kconfig | 2 ++ xen/Kconfig.debug | 62 +++++++++++++++++++++++++++++++++++++++ xen/Rules.mk | 40 ++++++++++++------------- xen/arch/arm/kernel.c | 2 +- xen/arch/arm/xen.lds.S | 2 +- xen/arch/x86/Makefile | 3 +- xen/arch/x86/domain.c | 2 +- xen/arch/x86/domain_build.c | 2 +- xen/arch/x86/hvm/hvm.c | 2 +- xen/arch/x86/time.c | 4 +-- xen/arch/x86/x86_64/Makefile | 2 +- xen/arch/x86/x86_64/asm-offsets.c | 2 +- xen/arch/x86/xen.lds.S | 2 +- xen/common/Makefile | 4 +-- xen/common/keyhandler.c | 4 +-- xen/common/perfc.c | 2 +- xen/common/spinlock.c | 10 +++---- xen/common/sysctl.c | 4 +-- xen/include/asm-x86/asm_defns.h | 2 +- xen/include/asm-x86/debugger.h | 2 +- xen/include/asm-x86/domain.h | 2 +- xen/include/xen/config.h | 4 +++ xen/include/xen/gdbstub.h | 2 +- xen/include/xen/perfc.h | 8 ++--- xen/include/xen/sched.h | 2 +- xen/include/xen/spinlock.h | 4 +-- xen/include/xsm/dummy.h | 2 +- 29 files changed, 123 insertions(+), 66 deletions(-) create mode 100644 xen/Kconfig.debug -- 2.7.3 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |