]> git.proxmox.com Git - qemu.git/blobdiff - kvm-stub.c
PPC: E500plat: Make a lot of PCI slots available
[qemu.git] / kvm-stub.c
index 3c52eb5bc6d03ef6cfcbd1b8be174548dbf13102..a3455e22037ea9441f17737b4583ff35702d3163 100644 (file)
@@ -29,16 +29,6 @@ int kvm_init_vcpu(CPUArchState *env)
     return -ENOSYS;
 }
 
-int kvm_coalesce_mmio_region(target_phys_addr_t start, ram_addr_t size)
-{
-    return -ENOSYS;
-}
-
-int kvm_uncoalesce_mmio_region(target_phys_addr_t start, ram_addr_t size)
-{
-    return -ENOSYS;
-}
-
 int kvm_init(void)
 {
     return -ENOSYS;