diff options
| author | Elliott Mitchell <ehem+freebsd@m5p.com> | 2021-02-14 06:46:09 +0000 |
|---|---|---|
| committer | Roger Pau Monné <royger@FreeBSD.org> | 2023-11-28 12:30:40 +0000 |
| commit | c5c26f15f86821c7e05d37456e05795b1b17747d (patch) | |
| tree | 360739b5d3621df5d7ea5b86ccb7262172210786 /sys/x86 | |
| parent | 1b43b74963dd7f567f345f8a4a2670f64e460e27 (diff) | |
Diffstat (limited to 'sys/x86')
| -rw-r--r-- | sys/x86/include/xen/xen-os.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/x86/include/xen/xen-os.h b/sys/x86/include/xen/xen-os.h index 1a32b9c9e3a5..6a3b82c0ba62 100644 --- a/sys/x86/include/xen/xen-os.h +++ b/sys/x86/include/xen/xen-os.h @@ -43,6 +43,9 @@ /* If non-zero, the hypervisor has been configured to use a direct vector */ extern int xen_vector_callback_enabled; +/* Signal whether the event channel vector requires EOI at the lapic */ +extern bool xen_evtchn_needs_ack; + /* tunable for disabling PV disks */ extern int xen_disable_pv_disks; |
