From 4760a80fad88909b48c1b60dd8c6d7ba991a2416 Mon Sep 17 00:00:00 2001 From: Alexey Kardashevskiy Date: Wed, 14 Jul 2021 15:12:39 +1000 Subject: executor: prepare code generator to allow other achitectures At the moment only AMD64 is supported, change file names to emphasise this. Signed-off-by: Alexey Kardashevskiy --- executor/common_kvm_amd64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_kvm_amd64.h') diff --git a/executor/common_kvm_amd64.h b/executor/common_kvm_amd64.h index d959b9615..c327ef4b8 100644 --- a/executor/common_kvm_amd64.h +++ b/executor/common_kvm_amd64.h @@ -7,8 +7,8 @@ // See Intel Software Developer’s Manual Volume 3: System Programming Guide // for details on what happens here. -#include "kvm.S.h" #include "kvm.h" +#include "kvm_amd64.S.h" #ifndef KVM_SMI #define KVM_SMI _IO(KVMIO, 0xb7) -- cgit mrf-deployment