unicorn/qemu/target
Eduardo Habkost b9b711afe3 cpu: Introduce TCGCpuOperations struct
The TCG-specific CPU methods will be moved to a separate struct,
to make it easier to move accel-specific code outside generic CPU
code in the future. Start by moving tcg_initialize().

The new CPUClass.tcg_opts field may eventually become a pointer,
but keep it an embedded struct for now, to make code conversion
easier.

Backports e9e51b7154404efc9af8735ab87c658a9c434cfd
2021-03-04 16:38:25 -05:00
..
arm cpu: Introduce TCGCpuOperations struct 2021-03-04 16:38:25 -05:00
i386 cpu: Introduce TCGCpuOperations struct 2021-03-04 16:38:25 -05:00
m68k cpu: Introduce TCGCpuOperations struct 2021-03-04 16:38:25 -05:00
mips cpu: Introduce TCGCpuOperations struct 2021-03-04 16:38:25 -05:00
riscv cpu: Introduce TCGCpuOperations struct 2021-03-04 16:38:25 -05:00
sparc cpu: Introduce TCGCpuOperations struct 2021-03-04 16:38:25 -05:00