Re: [PATCH] x86: mark compat hypercall regs clobbering for intended fall-through

2021-08-18 Thread Andrew Cooper
On 13/07/2021 09:08, Jan Beulich wrote: > Oddly enough in the original report Coverity only complained about the > native hypercall related switch() statements. Now that it has seen those > fixed, it complains about (only HVM) compat ones. Hence the CIDs below > are all for the HVM side of things,

[PATCH] x86: mark compat hypercall regs clobbering for intended fall-through

2021-07-13 Thread Jan Beulich
Oddly enough in the original report Coverity only complained about the native hypercall related switch() statements. Now that it has seen those fixed, it complains about (only HVM) compat ones. Hence the CIDs below are all for the HVM side of things, yet while at it take care of the PV side as well