Revision a8170e5e hw/xen_platform.c

b/hw/xen_platform.c
292 292
    memory_region_init_io(&d->bar, &xen_pci_io_ops, d, "xen-pci", 0x100);
293 293
}
294 294

  
295
static uint64_t platform_mmio_read(void *opaque, target_phys_addr_t addr,
295
static uint64_t platform_mmio_read(void *opaque, hwaddr addr,
296 296
                                   unsigned size)
297 297
{
298 298
    DPRINTF("Warning: attempted read from physical address "
......
301 301
    return 0;
302 302
}
303 303

  
304
static void platform_mmio_write(void *opaque, target_phys_addr_t addr,
304
static void platform_mmio_write(void *opaque, hwaddr addr,
305 305
                                uint64_t val, unsigned size)
306 306
{
307 307
    DPRINTF("Warning: attempted write of 0x%"PRIx64" to physical "

Also available in: Unified diff