Re: [PATCH 05/17] KVM: Move irq routing to generic code

2013-04-25 Thread Michael S. Tsirkin
On Fri, Apr 19, 2013 at 04:06:16PM +0200, Alexander Graf wrote: > 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 Acked-by: Micha

[PATCH 05/17] KVM: Move irq routing to generic code

2013-04-19 Thread Alexander Graf
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 --- virt/kvm/assigned-dev.c | 30 -- virt/kvm/kvm_main.c

[PATCH 05/17] KVM: Move irq routing to generic code

2013-04-18 Thread Alexander Graf
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 --- virt/kvm/assigned-dev.c | 30 -- virt/kvm/kvm_main.c