Revision a8170e5e hw/xen_pt_msi.c

b/hw/xen_pt_msi.c
427 427
    }
428 428
}
429 429

  
430
static void pci_msix_write(void *opaque, target_phys_addr_t addr,
430
static void pci_msix_write(void *opaque, hwaddr addr,
431 431
                           uint64_t val, unsigned size)
432 432
{
433 433
    XenPCIPassthroughState *s = opaque;
......
475 475
    }
476 476
}
477 477

  
478
static uint64_t pci_msix_read(void *opaque, target_phys_addr_t addr,
478
static uint64_t pci_msix_read(void *opaque, hwaddr addr,
479 479
                              unsigned size)
480 480
{
481 481
    XenPCIPassthroughState *s = opaque;

Also available in: Unified diff