diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2011-12-15 22:09:54 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-20 15:44:30 -0600 |
commit | 605730793dfa0974a1dfb6a7a29d7eb68c0befbc (patch) | |
tree | a60a4ffecbcc3bb22f3fb7e8a1755626cd2d9ca9 /hw/pc.h | |
parent | a811f53ccb57911636f7d3d9cb1652d6d49df2c3 (diff) |
pc: give ISA bus to ISA methods
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.h')
-rw-r--r-- | hw/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ struct PCII440FXState; typedef struct PCII440FXState PCII440FXState; PCIBus *i440fx_init(PCII440FXState **pi440fx_state, int *piix_devfn, - qemu_irq *pic, + ISABus **isa_bus, qemu_irq *pic, MemoryRegion *address_space_mem, MemoryRegion *address_space_io, ram_addr_t ram_size, |