|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 0 of 9] Stop listening for events which we dont care ab
Stop listening for events we don't care about a.k.a. "uninteresting device
events".
This patch series removes, one-by-one, the unused events, culminating in a
patch which removes the whole concept of an "uninteresting device event"
Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>
ocaml/xapi/events.ml | 38 ++++-----------
ocaml/xenops/xal.ml | 121 ++++++++++++--------------------------------------
ocaml/xenops/xal.mli | 13 +----
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-API] [PATCH 0 of 9] Stop listening for events which we dont care about ("uninteresting device events"),
David Scott <=
- [Xen-API] [PATCH 1 of 9] CA-31528: Remove the Xal DevNew event since it is unused, David Scott
- [Xen-API] [PATCH 2 of 9] CA-31528: remove the Xal DevWorking and DevClosing events from Xal since they are unused, David Scott
- [Xen-API] [PATCH 3 of 9] CA-31528: Remove the Xal DevClosed event since it is unused, David Scott
- [Xen-API] [PATCH 5 of 9] CA-31528: Specialise the Xal HotplugChanged event to only consider backends, remove the frontend handling code, David Scott
- [Xen-API] [PATCH 8 of 9] CA-31528: Specialise the Xal HotplugChanged event to VIFs (no "vbd" or "tap"), David Scott
- [Xen-API] [PATCH 4 of 9] CA-31528: Remove the Xal DevError event since it is unused, David Scott
- [Xen-API] [PATCH 6 of 9] CA-31528: Specialise the Xal DevEject event to be VBD-specific ("vbd" and "tap" but not "vif"), David Scott
- [Xen-API] [PATCH 7 of 9] CA-31528: Specialise the Xal DevThread event to be VBD-specific ("vbd" and "tap" but not "vif"), David Scott
- [Xen-API] [PATCH 9 of 9] CA-31529: Remove the concept of an 'interesting_device_event' now that all events are 'interesting' (the predicate 'interesting_device_event' = \_.true), David Scott
|
|
|
|
|