mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Move isa_connect_irq calls into isa_create_simple
Now with isa-bus maintaining the isa irqs we can move the isa_connect_irq() calls into isa_create_simple(). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
3a38d437ca
commit
e8935eefe5
4 changed files with 10 additions and 7 deletions
3
hw/isa.h
3
hw/isa.h
|
|
@ -30,7 +30,8 @@ void isa_connect_irq(ISADevice *dev, int devirq, int isairq);
|
|||
qemu_irq isa_reserve_irq(int isairq);
|
||||
void isa_init_irq(ISADevice *dev, qemu_irq *p);
|
||||
void isa_qdev_register(ISADeviceInfo *info);
|
||||
ISADevice *isa_create_simple(const char *name, uint32_t iobase, uint32_t iobase2);
|
||||
ISADevice *isa_create_simple(const char *name, uint32_t iobase, uint32_t iobase2,
|
||||
uint32_t irq, uint32_t irq2);
|
||||
|
||||
extern target_phys_addr_t isa_mem_base;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue