commit | 250263033c5343012b2cd6f01210ffb5b908a159 | [log] [tgz] |
---|---|---|
author | Efimov Vasily <real@ispras.ru> | Wed Jun 22 15:24:56 2016 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 29 14:03:46 2016 +0200 |
tree | 3f6b6f916232b5767d3fafa18139a0567300b35a | |
parent | ea5d42508c16947e84d020751e739c59262051de [diff] |
isa: introduce wrapper isa_connect_gpio_out 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>