Re: [Qemu-devel] [PATCH] pckbd: use qemu_irq to signal fake events

2011-02-19 Thread Andreas Färber
Am 19.02.2011 um 17:25 schrieb Blue Swirl: Signed-off-by: Blue Swirl --- This does not get rid of the pointer property, because ISA bus doesn't provide any method to connect multiple IRQs, unlike SysBus. Another wart is that vmmouse uses void pointer for the IRQ, because qemu_irq is not suppo

[Qemu-devel] [PATCH] pckbd: use qemu_irq to signal fake events

2011-02-19 Thread Blue Swirl
Signed-off-by: Blue Swirl --- This does not get rid of the pointer property, because ISA bus doesn't provide any method to connect multiple IRQs, unlike SysBus. Another wart is that vmmouse uses void pointer for the IRQ, because qemu_irq is not supported by qdev properties. hw/pc.c |5