]> git.proxmox.com Git - mirror_qemu.git/blobdiff - kvm.h
memory: manage coalesced mmio via a MemoryListener
[mirror_qemu.git] / kvm.h
diff --git a/kvm.h b/kvm.h
index dea2998fd4cef0561bb118afac08ab6dadafb107..eefcb492f0a81bfebaf30d9896b6092033bab460 100644 (file)
--- a/kvm.h
+++ b/kvm.h
@@ -129,8 +129,6 @@ void *kvm_vmalloc(ram_addr_t size);
 void *kvm_arch_vmalloc(ram_addr_t size);
 void kvm_setup_guest_memory(void *start, size_t size);
 
-int kvm_coalesce_mmio_region(target_phys_addr_t start, ram_addr_t size);
-int kvm_uncoalesce_mmio_region(target_phys_addr_t start, ram_addr_t size);
 void kvm_flush_coalesced_mmio_buffer(void);
 #endif