Revision 99a0949b hw/ppc_newworld.c

b/hw/ppc_newworld.c
54 54
#endif
55 55

  
56 56
/* UniN device */
57
static void unin_writel (void *opaque, target_phys_addr_t addr, uint32_t value)
57
static void unin_writel (void *opaque, a_target_phys_addr addr, uint32_t value)
58 58
{
59 59
    UNIN_DPRINTF("writel addr " TARGET_FMT_plx " val %x\n", addr, value);
60 60
}
61 61

  
62
static uint32_t unin_readl (void *opaque, target_phys_addr_t addr)
62
static uint32_t unin_readl (void *opaque, a_target_phys_addr addr)
63 63
{
64 64
    uint32_t value;
65 65

  
......
88 88
}
89 89

  
90 90
/* PowerPC Mac99 hardware initialisation */
91
static void ppc_core99_init (ram_addr_t ram_size,
91
static void ppc_core99_init (a_ram_addr ram_size,
92 92
                             const char *boot_device,
93 93
                             const char *kernel_filename,
94 94
                             const char *kernel_cmdline,
......
100 100
    qemu_irq *pic, **openpic_irqs;
101 101
    int unin_memory;
102 102
    int linux_boot, i;
103
    ram_addr_t ram_offset, bios_offset, vga_bios_offset;
103
    a_ram_addr ram_offset, bios_offset, vga_bios_offset;
104 104
    uint32_t kernel_base, kernel_size, initrd_base, initrd_size;
105 105
    PCIBus *pci_bus;
106 106
    MacIONVRAMState *nvr;

Also available in: Unified diff