mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/s390x: Convert to tcg_ops restore_state_to_opc
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5439d7a68c
commit
3479783b39
3 changed files with 9 additions and 3 deletions
|
@ -272,6 +272,7 @@ static void s390_cpu_reset_full(DeviceState *dev)
|
|||
|
||||
static const struct TCGCPUOps s390_tcg_ops = {
|
||||
.initialize = s390x_translate_init,
|
||||
.restore_state_to_opc = s390x_restore_state_to_opc,
|
||||
|
||||
#ifdef CONFIG_USER_ONLY
|
||||
.record_sigsegv = s390_cpu_record_sigsegv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue