
11 Sep
2014
11 Sep
'14
11:59 p.m.
Jim Fehlig wrote:
The libxl driver was blindly assigning libvirt's virDomainLifecycleAction to libxl's libxl_action_on_shutdown, when in fact the various actions take on different values in these enums.
Introduce helpers to properly map the enum values.
BTW, forgot to mention that this is the first bug found by the proposed unit tests :-). Regards, Jim