Re: [Xen-devel] [PATCH v4 6/6] build: convert lock_profile to Kconfig

2016-05-23 Thread Doug Goldstein
On 5/23/16 10:53 AM, Julien Grall wrote: > Hi Doug, > > On 22/05/16 06:01, Doug Goldstein wrote: >> diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug >> index 0678049..303bf36 100644 >> --- a/xen/Kconfig.debug >> +++ b/xen/Kconfig.debug >> @@ -27,6 +27,13 @@ config FRAME_POINTER >> maybe

Re: [Xen-devel] [PATCH v4 6/6] build: convert lock_profile to Kconfig

2016-05-23 Thread Julien Grall
Hi Doug, On 22/05/16 06:01, Doug Goldstein wrote: diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug index 0678049..303bf36 100644 --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@ -27,6 +27,13 @@ config FRAME_POINTER maybe slower, but it gives very useful debugging information

[Xen-devel] [PATCH v4 6/6] build: convert lock_profile to Kconfig

2016-05-21 Thread Doug Goldstein
Convert the 'lock_profile' option to Kconfig as CONFIG_LOCK_PROFILE. Signed-off-by: Doug Goldstein --- CC: Stefano Stabellini CC: Julien Grall CC: Jan Beulich CC: Andrew Cooper --- INSTALL| 1 - xen/Kconfig.debug | 7 +++ xen/Rules.mk | 5 +++