mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
parallel: convert isa to qdev
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
907265dbb6
commit
021f067459
5 changed files with 57 additions and 14 deletions
2
hw/pc.h
2
hw/pc.h
|
@ -16,7 +16,7 @@ SerialState *serial_mm_init (target_phys_addr_t base, int it_shift,
|
|||
/* parallel.c */
|
||||
|
||||
typedef struct ParallelState ParallelState;
|
||||
ParallelState *parallel_init(int base, qemu_irq irq, CharDriverState *chr);
|
||||
ParallelState *parallel_init(int index, CharDriverState *chr);
|
||||
ParallelState *parallel_mm_init(target_phys_addr_t base, int it_shift, qemu_irq irq, CharDriverState *chr);
|
||||
|
||||
/* i8259.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue