
19 Feb
2018
19 Feb
'18
10:02 p.m.
On 02/15/2018 11:43 AM, Daniel P. Berrangé wrote:
Ensure all enum cases are listed in switch statements.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/vmx/vmx.c | 27 +++++++++++++++++++++++++-- src/xenconfig/xen_common.c | 17 +++++++++++++++-- src/xenconfig/xen_xl.c | 8 +++++++- 3 files changed, 47 insertions(+), 5 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John