On 4/5/23 09:13, Philippe Mathieu-Daudé wrote:
kvm_flush_coalesced_mmio_buffer() is only called from qemu_flush_coalesced_mmio_buffer() where it is protected by a kvm_enabled() check. When KVM is not available, the call is elided, there is no need for a stub definition.
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~