Re: [Qemu-devel] [PATCH] kvm: add stub for kvm_irqchip_update_msi_route

2013-01-15 Thread Anthony Liguori
Thanks, applied. Regards, Anthony Liguori

[Qemu-devel] [PATCH] kvm: add stub for kvm_irqchip_update_msi_route

2013-01-15 Thread Michael S. Tsirkin
ppc64 build needs this stub to build with virtio enabled. Signed-off-by: Michael S. Tsirkin Tested-by: Andreas Färber --- kvm-all.c | 5 + 1 file changed, 5 insertions(+) diff --git a/kvm-all.c b/kvm-all.c index fc0c6e7..bac67da 100644 --- a/kvm-all.c +++ b/kvm-all.c @@ -1182,6 +1182,11 @@