]> git.proxmox.com Git - mirror_qemu.git/commit
cpus: extract out whpx-specific code to target/i386/
authorClaudio Fontana <cfontana@suse.de>
Tue, 7 Jul 2020 09:39:12 +0000 (11:39 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Oct 2020 14:41:22 +0000 (16:41 +0200)
commit8ef39ecfa69f758680280577077e25f4b5be9844
tree78fc2d48f3ae4401cb02969f34243b3f3f4ff2f7
parente92558e4bf8059ce4f0b310afe218802b72766bc
cpus: extract out whpx-specific code to target/i386/

register a "CpusAccel" interface for WHPX as well.

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS
softmmu/cpus.c
target/i386/meson.build
target/i386/whpx-all.c
target/i386/whpx-cpus.c [new file with mode: 0644]
target/i386/whpx-cpus.h [new file with mode: 0644]