Message ID | cover.1688049494.git.federico.serafini@bugseng.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix violations of MISRA C:2012 Rule 8.3 on parameter names | expand |
On 29/06/2023 4:55 pm, Federico Serafini wrote: > Federico Serafini (5): > x86: swap parameter names of hvm_copy_context_and_params() declaration > x86: change parameter names of nestedhvm_vcpu_iomap_get() definition > x86/vlapic: change parameter names in function definitions I've acked/committed the first 3 patches, with the various tweaks that Stefano identified. nestedhvm_vcpu_iomap_get() is utter nonsense (it would absolutely not have passed review if I'd seen it before it went in), but untangling nested virt is multiple cans of worms, so I've put the name changes in as-are to avoid blocking the MISRA effort. The final two patches need a bit more consideration time. ~Andrew