]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/xen_pt_msi.c
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / hw / xen_pt_msi.c
index 2299cc7772fe649ec251304f96034525096e0cb2..680767229b01a1c8f00cbe4365e4b898b23c8d1d 100644 (file)
@@ -427,7 +427,7 @@ static void set_entry_value(XenPTMSIXEntry *e, int offset, uint32_t val)
     }
 }
 
-static void pci_msix_write(void *opaque, target_phys_addr_t addr,
+static void pci_msix_write(void *opaque, hwaddr addr,
                            uint64_t val, unsigned size)
 {
     XenPCIPassthroughState *s = opaque;
@@ -475,7 +475,7 @@ static void pci_msix_write(void *opaque, target_phys_addr_t addr,
     }
 }
 
-static uint64_t pci_msix_read(void *opaque, target_phys_addr_t addr,
+static uint64_t pci_msix_read(void *opaque, hwaddr addr,
                               unsigned size)
 {
     XenPCIPassthroughState *s = opaque;