]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/exec/exec-all.h
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
[mirror_qemu.git] / include / exec / exec-all.h
index 8eb0db3910e8611b339af66778b9c3c40d85921f..ff1bc3e4c10bb7aa2f24366be2b5b456b2fb3959 100644 (file)
@@ -341,10 +341,6 @@ void phys_mem_set_alloc(void *(*alloc)(size_t, uint64_t *align));
 
 struct MemoryRegion *iotlb_to_region(CPUState *cpu,
                                      hwaddr index);
-bool io_mem_read(struct MemoryRegion *mr, hwaddr addr,
-                 uint64_t *pvalue, unsigned size);
-bool io_mem_write(struct MemoryRegion *mr, hwaddr addr,
-                  uint64_t value, unsigned size);
 
 void tlb_fill(CPUState *cpu, target_ulong addr, int is_write, int mmu_idx,
               uintptr_t retaddr);