Re: [libvirt] [PATCH 3/8] qemu: annotate some VIDEO_TYPE enum switch

2017-08-27 Thread Cole Robinson
On 07/18/2017 06:24 PM, John Ferlan wrote: > > > On 06/28/2017 02:49 PM, Cole Robinson wrote: >> For the ram/vram monitor wrappers, just add a default: clause... >> seems like it should be rarely extended so this saves every committer >> from needing to update >> >> For the validation switch,

Re: [libvirt] [PATCH 3/8] qemu: annotate some VIDEO_TYPE enum switch

2017-07-18 Thread John Ferlan
On 06/28/2017 02:49 PM, Cole Robinson wrote: > For the ram/vram monitor wrappers, just add a default: clause... > seems like it should be rarely extended so this saves every committer > from needing to update > > For the validation switch, fill in the missing values > > Signed-off-by: Cole

[libvirt] [PATCH 3/8] qemu: annotate some VIDEO_TYPE enum switch

2017-06-28 Thread Cole Robinson
For the ram/vram monitor wrappers, just add a default: clause... seems like it should be rarely extended so this saves every committer from needing to update For the validation switch, fill in the missing values Signed-off-by: Cole Robinson --- src/qemu/qemu_domain.c