Revision a8170e5e hw/xen_pt.c

b/hw/xen_pt.c
363 363

  
364 364
/* register regions */
365 365

  
366
static uint64_t xen_pt_bar_read(void *o, target_phys_addr_t addr,
366
static uint64_t xen_pt_bar_read(void *o, hwaddr addr,
367 367
                                unsigned size)
368 368
{
369 369
    PCIDevice *d = o;
......
373 373
               addr);
374 374
    return 0;
375 375
}
376
static void xen_pt_bar_write(void *o, target_phys_addr_t addr, uint64_t val,
376
static void xen_pt_bar_write(void *o, hwaddr addr, uint64_t val,
377 377
                             unsigned size)
378 378
{
379 379
    PCIDevice *d = o;

Also available in: Unified diff