]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/xen_pt.c
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / hw / xen_pt.c
index d3d7c8bc3c5096236fa7622e014d677e6437b133..7a3846e649610d21dad0fcecc753a8572aa3a5f7 100644 (file)
@@ -363,7 +363,7 @@ out:
 
 /* register regions */
 
-static uint64_t xen_pt_bar_read(void *o, target_phys_addr_t addr,
+static uint64_t xen_pt_bar_read(void *o, hwaddr addr,
                                 unsigned size)
 {
     PCIDevice *d = o;
@@ -373,7 +373,7 @@ static uint64_t xen_pt_bar_read(void *o, target_phys_addr_t addr,
                addr);
     return 0;
 }
-static void xen_pt_bar_write(void *o, target_phys_addr_t addr, uint64_t val,
+static void xen_pt_bar_write(void *o, hwaddr addr, uint64_t val,
                              unsigned size)
 {
     PCIDevice *d = o;