KVM: only allow one gsi per fd
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 13 Jan 2010 16:58:09 +0000 (18:58 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 25 Jan 2010 14:26:37 +0000 (12:26 -0200)
commitf1d1c309f35e9b0fb961cffd70fbd04f450ec47c
treeb616c8bcd1d453c8dc4fcc5b927cc4a4f8a7e207
parent82b7005f0e72d8d1a8226e4c192cbb0850d10b3f
KVM: only allow one gsi per fd

Looks like repeatedly binding same fd to multiple gsi's with irqfd can
use up a ton of kernel memory for irqfd structures.

A simple fix is to allow each fd to only trigger one gsi: triggering a
storm of interrupts in guest is likely useless anyway, and we can do it
by binding a single gsi to many interrupts if we really want to.

Cc: stable@kernel.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Acked-by: Gregory Haskins <ghaskins@novell.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
virt/kvm/eventfd.c