|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XTF 6/6] event_channels: Add EVTCHNOP_bind_vcpu hypercall support
Signed-off-by: Pawel Wieczorkiewicz <wipawel@xxxxxxxxx>
---
include/xen/event_channel.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/include/xen/event_channel.h b/include/xen/event_channel.h
index 62ee95a..6253b89 100644
--- a/include/xen/event_channel.h
+++ b/include/xen/event_channel.h
@@ -2,6 +2,7 @@
#define XEN_PUBLIC_EVENT_CHANNEL_H
#define EVTCHNOP_send 4
+#define EVTCHNOP_bind_vcpu 8
#define EVTCHNOP_init_control 11
#define EVTCHNOP_expand_array 12
@@ -22,6 +23,12 @@ struct evtchn_expand_array {
uint64_t array_gfn;
};
+struct evtchn_bind_vcpu {
+ /* IN parameters. */
+ evtchn_port_t port;
+ uint32_t vcpu;
+};
+
#endif /* XEN_PUBLIC_EVENT_CHANNEL_H */
/*
--
2.16.6
Amazon Development Center Germany GmbH
Krausenstr. 38
10117 Berlin
Geschaeftsfuehrung: Christian Schlaeger, Jonathan Weiss
Eingetragen am Amtsgericht Charlottenburg unter HRB 149173 B
Sitz: Berlin
Ust-ID: DE 289 237 879
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |