On 06/08/17 11:00, Jan Beulich wrote:
>>>> Petre Pircalabu <ppircal...@bitdefender.com> 08/04/17 8:36 PM >>>
>> @@ -2114,6 +2116,8 @@ void hvm_emulate_one_vm_event(enum emul_kind kind, 
>> unsigned int trapnr,
>> */
>> return;
>> case X86EMUL_UNIMPLEMENTED:
>> +        if ( hvm_monitor_emul_unimplemented() )
>> +            return;
>> case X86EMUL_UNHANDLEABLE:
> Missing a "fall-through" comment for Coverity's sake.

And GCC 7 these days as well, which noticed this:

http://xenbits.xen.org/gitweb/?p=xtf.git;a=commitdiff;h=53582e5a4337acf55690881dedc91508851e0d81

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to