[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 0/5] Allow tmem to be disabled via Kconfig
On Mon, Mar 14, 2016 at 03:29:20PM -0500, Doug Goldstein wrote: > First swag at allowing tmem to be disabled via Kconfig. I've only build > tested this first version because I expect a bunch of feedback that will > necessitate changes and then v2 will hopefully be worth testing. The > first 4 patches can go in regardless of the final patch and are really > just cleanups. Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> Let me first run them through regression bucket before commiting. Thank you! > > Doug Goldstein (5): > tmem: add tmem_disable() function > tmem: drop direct usage of opt_tmem > tmem: make tmem_freeable_pages() check tmem status > tmem: don't assume stdbool.h is included > tmem: allow tmem to be disabled with Kconfig > > xen/arch/x86/hvm/hvm.c | 4 ++++ > xen/arch/x86/setup.c | 6 +++--- > xen/arch/x86/x86_64/compat/entry.S | 4 ++++ > xen/arch/x86/x86_64/entry.S | 4 ++++ > xen/common/Kconfig | 11 +++++++++++ > xen/common/Makefile | 7 ++++--- > xen/common/memory.c | 2 +- > xen/common/page_alloc.c | 8 ++++---- > xen/common/tmem.c | 3 +++ > xen/include/xen/tmem.h | 26 ++++++++++++++++++++++++++ > xen/include/xen/tmem_xen.h | 17 +++++++++++++++++ > 11 files changed, 81 insertions(+), 11 deletions(-) > > -- > 2.4.10 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |