]> git.baikalelectronics.ru Git - kernel.git/commit
xen/tmem: Remove the boot options and fold them in the tmem.X parameters.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 8 May 2013 21:12:44 +0000 (17:12 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 15 May 2013 14:27:47 +0000 (10:27 -0400)
commitcaa1c917452168d1fefbf2e1ec65b7ed124fc790
tree030d10ea6eb3bb31917c275c84963ab5c5f861f8
parent24ab0c9010becc87def071e8192fdb7f1fa3dbbf
xen/tmem: Remove the boot options and fold them in the tmem.X parameters.

If tmem is built-in or a module, the user has the option on
the command line to influence it by doing: tmem.<some option>
instead of having a variety of "nocleancache", and
"nofrontswap". The others: "noselfballooning" and "selfballooning";
and "noselfshrink" are in a different driver xen-selfballoon.c
and the patches:

 xen/tmem: Remove the usage of 'noselfshrink' and use 'tmem.selfshrink' bool instead.
 xen/tmem: Remove the usage of 'noselfballoon','selfballoon' and use 'tmem.selfballon' bool instead.

remove them.

Also add documentation.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Documentation/kernel-parameters.txt
drivers/xen/tmem.c