
2 Jul
2018
2 Jul
'18
2:37 p.m.
On 06/28/2018 08:15 AM, Erik Skultety wrote:
There wasn't an explicit type case to the video type enum in qemuDomainDeviceDefValidateVideo, _TYPE_GOP was also missing from the switch.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- src/conf/domain_conf.h | 2 +- src/qemu/qemu_domain.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John