On 7/3/25 21:09, Richard Henderson wrote:
On 3/7/25 10:03, Philippe Mathieu-Daudé wrote:
Currently kvm_irqchip_add_irqfd_notifier() and
kvm_irqchip_remove_irqfd_notifier() are only declared on
target specific code. There is not particular reason to,
as their prototypes don't use anything target related.
Move their declaration with common prototypes, and
implement their stub.
The description is not accurate, because the new stubs are
*not* for the functions whose declaration you move.
This feels like two different changes.
Oops. I don't remember why I added the stubs, they are used
in vfio-ap but I can't reproduce a build failure. I'll just
remove them.