cpus: extract out hvf-specific code to target/i386/hvf/
authorClaudio Fontana <cfontana@suse.de>
Tue, 7 Jul 2020 09:50:13 +0000 (11:50 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Oct 2020 14:41:22 +0000 (16:41 +0200)
commitb52bcba7bde5567cd786e759cbaa2258d6d91cc9
treeec748af71f19905cb19f8619cece7afe0bd3bc1e
parent8ef39ecfa69f758680280577077e25f4b5be9844
cpus: extract out hvf-specific code to target/i386/hvf/

register a "CpusAccel" interface for HVF as well.

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com>
[added const]
Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
softmmu/cpus.c
target/i386/hvf/hvf-cpus.c [new file with mode: 0644]
target/i386/hvf/hvf-cpus.h [new file with mode: 0644]
target/i386/hvf/hvf.c
target/i386/hvf/meson.build