On Wed, 18 Oct 2023 19:37, Paolo Bonzini <[email protected]> wrote:
Since we now assume that ioeventfds are present, kvm_io_listener is always registered. Merge it with kvm_coalesced_pio_listener in a single listener. Since PIO space does not have KVM memslots attached to it, the priority is irrelevant.Signed-off-by: Paolo Bonzini <[email protected]> --- accel/kvm/kvm-all.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-)
Reviewed-by: Manos Pitsidianakis <[email protected]>
