On 01/07/15 19:09, Ed White wrote:
> --- a/xen/include/public/hvm/params.h
> +++ b/xen/include/public/hvm/params.h
> @@ -187,6 +187,9 @@
>  /* Location of the VM Generation ID in guest physical address space. */
>  #define HVM_PARAM_VM_GENERATION_ID_ADDR 34
>  
> -#define HVM_NR_PARAMS          35
> +/* Boolean: Enable altp2m (hvm only) */

HVM_PARAMS are explicitly hvm only.  No need to say so.

Hypervisor bits Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>

> +#define HVM_PARAM_ALTP2MHVM    35
> +
> +#define HVM_NR_PARAMS          36
>  
>  #endif /* __XEN_PUBLIC_HVM_PARAMS_H__ */


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to