Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142208089
D29913.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
717 B
Referenced Files
None
Subscribers
None
D29913.diff
View Options
diff --git a/sys/x86/include/xen/xen-os.h b/sys/x86/include/xen/xen-os.h
--- 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;
diff --git a/sys/xen/hvm.h b/sys/xen/hvm.h
--- a/sys/xen/hvm.h
+++ b/sys/xen/hvm.h
@@ -102,6 +102,5 @@
void xen_hvm_resume(bool suspend_cancelled);
extern uint32_t hvm_start_flags;
-extern bool xen_evtchn_needs_ack;
#endif /* __XEN_HVM_H__ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 18, 6:20 AM (21 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27705704
Default Alt Text
D29913.diff (717 B)
Attached To
Mode
D29913: xen/intr: move x86-only variable out of common
Attached
Detach File
Event Timeline
Log In to Comment