[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v7 2/2] x86/monitor: Notify monitor if an emulation fails.
On 06/08/17 11:00, Jan Beulich wrote: >>>> Petre Pircalabu <ppircalabu@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |