mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
qdev: add isa_create() function
Like isa_create_simple, but doesn't call qdev_init, so one can set properties after creating and before initializing the device. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
787aa97a3e
commit
924f6d72d3
2 changed files with 14 additions and 2 deletions
1
hw/isa.h
1
hw/isa.h
|
@ -27,6 +27,7 @@ void isa_bus_irqs(qemu_irq *irqs);
|
|||
qemu_irq isa_reserve_irq(int isairq);
|
||||
void isa_init_irq(ISADevice *dev, qemu_irq *p, int isairq);
|
||||
void isa_qdev_register(ISADeviceInfo *info);
|
||||
ISADevice *isa_create(const char *name);
|
||||
ISADevice *isa_create_simple(const char *name);
|
||||
|
||||
extern target_phys_addr_t isa_mem_base;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue