Re: [Xen-devel] [PATCH v2 3/3] tmem: allow tmem to be disabled with Kconfig

2016-03-19 Thread Doug Goldstein
On 3/16/16 3:47 AM, Jan Beulich wrote: On 15.03.16 at 21:18, wrote: >> Wrap the various tmem functions with the Kconfig generated CONFIG_TMEM >> option allowing users to build Xen without tmem support. >> >> Signed-off-by: Doug Goldstein >> --- >> CC: Keir Fraser >> CC: Jan Beulich >> CC:

Re: [Xen-devel] [PATCH v2 3/3] tmem: allow tmem to be disabled with Kconfig

2016-03-18 Thread Jan Beulich
>>> On 16.03.16 at 13:54, wrote: > On 3/16/16 3:47 AM, Jan Beulich wrote: > On 15.03.16 at 21:18, wrote: >>> Wrap the various tmem functions with the Kconfig generated CONFIG_TMEM >>> option allowing users to build Xen without tmem support. >>> >>> Signed-off-by: Doug Goldstein >>> --- >>> C

Re: [Xen-devel] [PATCH v2 3/3] tmem: allow tmem to be disabled with Kconfig

2016-03-16 Thread Konrad Rzeszutek Wilk
On Wed, Mar 16, 2016 at 02:39:02AM -0600, Jan Beulich wrote: > >>> On 16.03.16 at 08:35, wrote: > > On Tue, Mar 15, 2016 at 03:18:50PM -0500, Doug Goldstein wrote: > >> Wrap the various tmem functions with the Kconfig generated CONFIG_TMEM > >> option allowing users to build Xen without tmem suppo

Re: [Xen-devel] [PATCH v2 3/3] tmem: allow tmem to be disabled with Kconfig

2016-03-16 Thread Jan Beulich
>>> On 15.03.16 at 21:18, wrote: > Wrap the various tmem functions with the Kconfig generated CONFIG_TMEM > option allowing users to build Xen without tmem support. > > Signed-off-by: Doug Goldstein > --- > CC: Keir Fraser > CC: Jan Beulich > CC: Andrew Cooper > CC: Konrad Rzeszutek Wilk >

Re: [Xen-devel] [PATCH v2 3/3] tmem: allow tmem to be disabled with Kconfig

2016-03-16 Thread Jan Beulich
>>> On 16.03.16 at 08:35, wrote: > On Tue, Mar 15, 2016 at 03:18:50PM -0500, Doug Goldstein wrote: >> Wrap the various tmem functions with the Kconfig generated CONFIG_TMEM >> option allowing users to build Xen without tmem support. > > I ended with this change on top of yours (which I will squas

Re: [Xen-devel] [PATCH v2 3/3] tmem: allow tmem to be disabled with Kconfig

2016-03-16 Thread Konrad Rzeszutek Wilk
On Tue, Mar 15, 2016 at 03:18:50PM -0500, Doug Goldstein wrote: > Wrap the various tmem functions with the Kconfig generated CONFIG_TMEM > option allowing users to build Xen without tmem support. I ended with this change on top of yours (which I will squash): The 'bool "tmem" so that if I did mak

[Xen-devel] [PATCH v2 3/3] tmem: allow tmem to be disabled with Kconfig

2016-03-15 Thread Doug Goldstein
Wrap the various tmem functions with the Kconfig generated CONFIG_TMEM option allowing users to build Xen without tmem support. Signed-off-by: Doug Goldstein --- CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper CC: Konrad Rzeszutek Wilk changes from v1: - add description provided by Konrad