Re: [Qemu-devel] [RFC PATCH V5 2/3] xl.cfg: add 'cmdline' in config file

2014-07-10 Thread Ian Campbell
On Mon, 2014-07-07 at 14:34 +0800, Chunyan Liu wrote: > Currently in xl.cfg, use 'root' and 'extra' to generate the command > line. 'cmdline' could be a more generic equivalent. So, add 'cmdline' > in xl.cfg and let it be preferred. 'root' and 'extra' still works. > But when 'cmdline' is specified,

[Qemu-devel] [RFC PATCH V5 2/3] xl.cfg: add 'cmdline' in config file

2014-07-06 Thread Chunyan Liu
Currently in xl.cfg, use 'root' and 'extra' to generate the command line. 'cmdline' could be a more generic equivalent. So, add 'cmdline' in xl.cfg and let it be preferred. 'root' and 'extra' still works. But when 'cmdline' is specified, 'root' and 'extra' will be ignored. [HVM config example] [sn