Skip to content
Snippets Groups Projects
Commit 1dd3a74d authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

kvm: do not flush after deleting gsi


Deleting a GSI isn't necessary: it is enough
to stop using it. Delay flush until an entry is used.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 20599463
No related branches found
No related tags found
No related merge requests found
......@@ -991,8 +991,6 @@ void kvm_irqchip_release_virq(KVMState *s, int virq)
}
}
clear_gsi(s, virq);
kvm_irqchip_commit_routes(s);
}
static unsigned int kvm_hash_msi(uint32_t data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment