Re: [PATCH 03/13] x86/HV: Add new hvcall guest address host visibility support

From: Joerg Roedel
Date: Mon Aug 02 2021 - 09:30:37 EST


On Mon, Aug 02, 2021 at 03:11:40PM +0200, Juergen Gross wrote:
> As those cases are all mutually exclusive, wouldn't a static_call() be
> the appropriate solution?

Right, static_call() is even better, thanks.