diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2012-01-27 22:31:36 +0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-03-14 03:23:32 +0400 |
commit | eb5ef07151ba3c3cb4bcef0c8f146ff1115eaa55 (patch) | |
tree | 57544730b6e17030af01092cf68c972acc1c55ad /include/xen/interface | |
parent | bd0d5aa417d40d6b996fb7b5c926bcecd56c8984 (diff) | |
download | linux-eb5ef07151ba3c3cb4bcef0c8f146ff1115eaa55.tar.xz |
hvc_xen: support PV on HVM consoles
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/xen/interface')
-rw-r--r-- | include/xen/interface/hvm/params.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/xen/interface/hvm/params.h b/include/xen/interface/hvm/params.h index 1888d8c157e6..1b4f923d7086 100644 --- a/include/xen/interface/hvm/params.h +++ b/include/xen/interface/hvm/params.h @@ -90,6 +90,10 @@ /* Boolean: Enable aligning all periodic vpts to reduce interrupts */ #define HVM_PARAM_VPT_ALIGN 16 -#define HVM_NR_PARAMS 17 +/* Console debug shared memory ring and event channel */ +#define HVM_PARAM_CONSOLE_PFN 17 +#define HVM_PARAM_CONSOLE_EVTCHN 18 + +#define HVM_NR_PARAMS 19 #endif /* __XEN_PUBLIC_HVM_PARAMS_H__ */ |