mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
target-s390x: Use cpu_exec_interrupt qom hook
Cc: Alexander Graf <agraf@suse.de> Signed-off-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 1410626734-3804-9-git-send-email-rth@twiddle.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
37f3616aa8
commit
02bb9bbf1d
4 changed files with 15 additions and 6 deletions
|
@ -262,6 +262,7 @@ static void s390_cpu_class_init(ObjectClass *oc, void *data)
|
|||
cc->get_phys_page_debug = s390_cpu_get_phys_page_debug;
|
||||
cc->write_elf64_note = s390_cpu_write_elf64_note;
|
||||
cc->write_elf64_qemunote = s390_cpu_write_elf64_qemunote;
|
||||
cc->cpu_exec_interrupt = s390_cpu_exec_interrupt;
|
||||
#endif
|
||||
dc->vmsd = &vmstate_s390_cpu;
|
||||
cc->gdb_num_core_regs = S390_NUM_CORE_REGS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue