Re: [Qemu-devel] [PATCH] sysbus: add irq_routing_notifier

2015-04-23 Thread Paolo Bonzini
On 23/04/2015 10:55, Eric Auger wrote: > Add a new irq_routing_notifier notifier and its setter. This > notifier is called on sysbus_connect_irq. The same notifier > is used for all interrupts. > > Signed-off-by: Eric Auger I'm sorry, same problem here. The question is: why? :) I can sort of

[Qemu-devel] [PATCH] sysbus: add irq_routing_notifier

2015-04-23 Thread Eric Auger
Add a new irq_routing_notifier notifier and its setter. This notifier is called on sysbus_connect_irq. The same notifier is used for all interrupts. Signed-off-by: Eric Auger --- hw/core/sysbus.c| 9 + include/hw/sysbus.h | 6 ++ 2 files changed, 15 insertions(+) diff --git a/hw