> 2) I don't like hiding pointers in types, so I would use for example
> 'QEMUSignal *' instead of 'qemu_irq'.

FWIW I did it this way so that devices are agnostic about whether it was 
implemented as a pointer or an integer index.

Paul


Reply via email to