diff options
| author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2012-01-27 13:31:36 -0500 |
|---|---|---|
| committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-03-13 19:23:32 -0400 |
| commit | eb5ef07151ba3c3cb4bcef0c8f146ff1115eaa55 (patch) | |
| tree | 57544730b6e17030af01092cf68c972acc1c55ad /include/xen/interface/hvm | |
| parent | bd0d5aa417d40d6b996fb7b5c926bcecd56c8984 (diff) | |
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/hvm')
| -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 @@ | |||
| 90 | /* Boolean: Enable aligning all periodic vpts to reduce interrupts */ | 90 | /* Boolean: Enable aligning all periodic vpts to reduce interrupts */ |
| 91 | #define HVM_PARAM_VPT_ALIGN 16 | 91 | #define HVM_PARAM_VPT_ALIGN 16 |
| 92 | 92 | ||
| 93 | #define HVM_NR_PARAMS 17 | 93 | /* Console debug shared memory ring and event channel */ |
| 94 | #define HVM_PARAM_CONSOLE_PFN 17 | ||
| 95 | #define HVM_PARAM_CONSOLE_EVTCHN 18 | ||
| 96 | |||
| 97 | #define HVM_NR_PARAMS 19 | ||
| 94 | 98 | ||
| 95 | #endif /* __XEN_PUBLIC_HVM_PARAMS_H__ */ | 99 | #endif /* __XEN_PUBLIC_HVM_PARAMS_H__ */ |
