|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Fix wrong help message for parameter nestedhvm
(please don't reply to random threads in order to start a new thread, it
confuses threaded mailers.)
On Tue, 2011-05-31 at 14:44 +0100, Dong, Eddie wrote:
> A typo? The config file file is using nestedhvm=x.
This is the name of the struct member, not the configuration file option
nor a help message.
Perhaps it would be nicer if they were the same but there is no
requirement for that to be so. See xl_cmdimpl.c:parse_config_data():
if (!xlu_cfg_get_long (config, "nestedhvm", &l))
b_info->u.hvm.nested_hvm = l;
I don't think you can have compiled this patch!
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|