KVM: Move irq routing to generic code
authorAlexander Graf <agraf@suse.de>
Mon, 15 Apr 2013 19:12:53 +0000 (21:12 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:27:17 +0000 (20:27 +0200)
The IRQ routing set ioctl lives in the hacky device assignment code inside
of KVM today. This is definitely the wrong place for it. Move it to the much
more natural kvm_main.c.

Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Michael S. Tsirkin <mst@redhat.com>

No differences found