
28 Jun
2018
28 Jun
'18
4:32 p.m.
On 06/27/2018 09:34 AM, Erik Skultety wrote:
Adding the 'default' case to our enum-typecasted switches is the current safety trend, so add it here for mdevs too.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- src/qemu/qemu_command.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John