Re: [Xen-devel] [PATCH RFC] xen: make it possible to disable XEN_TMEM

2016-10-03 Thread Vitaly Kuznetsov
Konrad Rzeszutek Wilk writes: > On Mon, Oct 03, 2016 at 04:02:48PM +0200, Vitaly Kuznetsov wrote: >> XEN_TMEM config option has no prompt and it is enabled as module by >> default if CLEANCACHE or FRONTSWAP options are set with no way to disable >> it. The only in-tree user of the tmem interface

Re: [Xen-devel] [PATCH RFC] xen: make it possible to disable XEN_TMEM

2016-10-03 Thread Konrad Rzeszutek Wilk
On Mon, Oct 03, 2016 at 04:02:48PM +0200, Vitaly Kuznetsov wrote: > XEN_TMEM config option has no prompt and it is enabled as module by > default if CLEANCACHE or FRONTSWAP options are set with no way to disable > it. The only in-tree user of the tmem interface is xen-selfballoon which And if CONF

[Xen-devel] [PATCH RFC] xen: make it possible to disable XEN_TMEM

2016-10-03 Thread Vitaly Kuznetsov
XEN_TMEM config option has no prompt and it is enabled as module by default if CLEANCACHE or FRONTSWAP options are set with no way to disable it. The only in-tree user of the tmem interface is xen-selfballoon which can itself be disabled so it makes sense to make it possible to disable XEN_TMEM too