mirror of
https://github.com/qemu/qemu.git
synced 2025-10-31 20:44:16 +00:00
Currently a direct access to the device structure field is used to connect ISA device IRQ to the bus. GPIO access should be used instead if possible. The patch adds wrapper isa_connect_gpio_out. The function connects specified output GPIO to specified ISA IRQ. Signed-off-by: Efimov Vasily <real@ispras.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |
||
|---|---|---|
| .. | ||
| apm.c | ||
| i82378.c | ||
| isa-bus.c | ||
| lpc_ich9.c | ||
| Makefile.objs | ||
| pc87312.c | ||
| piix4.c | ||
| trace-events | ||
| vt82c686.c | ||