Revision a8170e5e hw/ioapic.c

b/hw/ioapic.c
139 139
}
140 140

  
141 141
static uint64_t
142
ioapic_mem_read(void *opaque, target_phys_addr_t addr, unsigned int size)
142
ioapic_mem_read(void *opaque, hwaddr addr, unsigned int size)
143 143
{
144 144
    IOAPICCommonState *s = opaque;
145 145
    int index;
......
181 181
}
182 182

  
183 183
static void
184
ioapic_mem_write(void *opaque, target_phys_addr_t addr, uint64_t val,
184
ioapic_mem_write(void *opaque, hwaddr addr, uint64_t val,
185 185
                 unsigned int size)
186 186
{
187 187
    IOAPICCommonState *s = opaque;

Also available in: Unified diff