(2012/01/30 12:53), Takuya Yoshikawa wrote:

@@ -833,7 +778,7 @@ int __kvm_set_memory_region(struct kvm *kvm,
                if (!new.rmap)
                        goto out_free;

-               if (create_lpage_info(&new, npages))
+               if (kvm_arch_create_memslot(&new, npages))
                        goto out_free;
  #endif /* not defined CONFIG_S390 */

I have to move this #endif upwards to not include kvm_arch_create_memslot().

Will update patch 4 and resend from now.

        Takuya
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to