From: Avi Kivity <[email protected]> This removes the need for an 'asm' symlink.
Signed-off-by: Avi Kivity <[email protected]> diff --git a/kvm/kernel/include/asm-x86/kvm.h b/kvm/kernel/arch/x86/include/asm/kvm.h similarity index 100% rename from kvm/kernel/include/asm-x86/kvm.h rename to kvm/kernel/arch/x86/include/asm/kvm.h diff --git a/kvm/kernel/include/asm-x86/kvm_host.h b/kvm/kernel/arch/x86/include/asm/kvm_host.h similarity index 100% rename from kvm/kernel/include/asm-x86/kvm_host.h rename to kvm/kernel/arch/x86/include/asm/kvm_host.h diff --git a/kvm/kernel/include/asm-x86/kvm_para.h b/kvm/kernel/arch/x86/include/asm/kvm_para.h similarity index 100% rename from kvm/kernel/include/asm-x86/kvm_para.h rename to kvm/kernel/arch/x86/include/asm/kvm_para.h diff --git a/kvm/kernel/include/asm-x86/kvm_x86_emulate.h b/kvm/kernel/arch/x86/include/asm/kvm_x86_emulate.h similarity index 100% rename from kvm/kernel/include/asm-x86/kvm_x86_emulate.h rename to kvm/kernel/arch/x86/include/asm/kvm_x86_emulate.h diff --git a/kvm/kernel/include/asm-x86/svm.h b/kvm/kernel/arch/x86/include/asm/svm.h similarity index 100% rename from kvm/kernel/include/asm-x86/svm.h rename to kvm/kernel/arch/x86/include/asm/svm.h diff --git a/kvm/kernel/include/asm-x86/virtext.h b/kvm/kernel/arch/x86/include/asm/virtext.h similarity index 100% rename from kvm/kernel/include/asm-x86/virtext.h rename to kvm/kernel/arch/x86/include/asm/virtext.h diff --git a/kvm/kernel/include/asm-x86/vmx.h b/kvm/kernel/arch/x86/include/asm/vmx.h similarity index 100% rename from kvm/kernel/include/asm-x86/vmx.h rename to kvm/kernel/arch/x86/include/asm/vmx.h -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
