
30 Jun
2015
30 Jun
'15
10:11 a.m.
On 30.06.2015 12:58, John Ferlan wrote:
First patch uses the right symbols, second patch adds an extra check to qemu backend for the coredump-destroy action
John Ferlan (2): Use the correct symbol for 'onCrash' qemu: Add missing on_crash lifecycle type
src/lxc/lxc_native.c | 2 +- src/qemu/qemu_command.c | 5 +++-- src/vmx/vmx.c | 2 +- src/xenconfig/xen_sxpr.c | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-)
ACK and safe for the freeze. Fortunately, both old (wrong) and new (correct) values are at the beginning of their enums so they have the same value. Michal