Re: [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests

From: Tianyu Lan
Date: Mon Nov 28 2022 - 00:47:19 EST


On 11/25/2022 7:49 PM, Christophe de Dinechin wrote:
+void check_hv_pending(struct pt_regs *regs)
This looks like two functions, one with regs == NULL and one with regs,
different internal logic, different call sites. Would you consider splitting
into two?


Good suggestion. Will update in the next version.