Re: [Qemu-devel] [PATCH 3/9] isa: Add a way to query for a free interrupt

2012-07-10 Thread Paolo Bonzini
Il 09/07/2012 21:17, miny...@acm.org ha scritto: From: Corey Minyard cminy...@mvista.com This lets devices that don't care about their interrupt number, like IPMI, just grab any unused interrupt. I would try to avoid this. It is too dependent on the actual initialization order and command

[Qemu-devel] [PATCH 3/9] isa: Add a way to query for a free interrupt

2012-07-09 Thread minyard
From: Corey Minyard cminy...@mvista.com This lets devices that don't care about their interrupt number, like IPMI, just grab any unused interrupt. Signed-off-by: Corey Minyard cminy...@mvista.com --- hw/isa-bus.c | 13 + hw/isa.h |2 ++ 2 files changed, 15 insertions(+), 0