]> Git Repo - qemu.git/commit
cpus: extract out TCG-specific code to accel/tcg
authorClaudio Fontana <[email protected]>
Mon, 6 Jul 2020 17:39:45 +0000 (19:39 +0200)
committerPaolo Bonzini <[email protected]>
Mon, 5 Oct 2020 14:41:22 +0000 (16:41 +0200)
commita77dabc33bcc36ec348854f23e89e0de22ca045b
tree0f5ef16d52f342cc0e389d3f952da7475dc06aef
parent430065dab060f04a74f915ea1260dcc79701ca75
cpus: extract out TCG-specific code to accel/tcg

TCG is the first accelerator to register a "CpusAccel" interface
on initialization, providing functions for starting a vcpu,
kicking a vcpu, sychronizing state and getting virtual clock
and ticks.

Signed-off-by: Claudio Fontana <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
[added const]
Signed-off-by: Claudio Fontana <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
accel/tcg/meson.build
accel/tcg/tcg-all.c
accel/tcg/tcg-cpus.c [new file with mode: 0644]
accel/tcg/tcg-cpus.h [new file with mode: 0644]
softmmu/cpus.c
This page took 0.027164 seconds and 4 git commands to generate.