]> xenbits.xensource.com Git - qemu-xen.git/commit
target/i386/kvm: Restrict SEV stubs to x86 architecture
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 7 Oct 2021 16:16:57 +0000 (18:16 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Oct 2021 08:47:49 +0000 (10:47 +0200)
commit773ab6cb16b34272dc7eb8171824924c38dbeb90
tree2391e8e768ad205c994719dfa4da3520e71dd337
parent02310f3a91470575a103857222d3a6e8acea338e
target/i386/kvm: Restrict SEV stubs to x86 architecture

SEV is x86-specific, no need to add its stub to other
architectures. Move the stub file to target/i386/kvm/.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211007161716.453984-5-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/kvm/meson.build
accel/kvm/sev-stub.c [deleted file]
target/i386/kvm/meson.build
target/i386/kvm/sev-stub.c [new file with mode: 0644]