On 06/21/2010 11:38 PM, Marcelo Tosatti wrote:
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 6fd40f5..ea294e6 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -619,6 +619,7 @@ struct kvm_clock_data { */ #define KVM_CREATE_VCPU _IO(KVMIO, 0x41) #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log) +/* KVM_SET_MEMORY_REGION is obsolete: */SET_MEMORY_ALIAS?
Corrected and applied. -- error compiling committee.c: too many arguments to function -- 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
