mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
*-user: notify plugin of exit
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
5025bb7fde
commit
8634d77bdb
2 changed files with 4 additions and 0 deletions
|
@ -35,4 +35,5 @@ void preexit_cleanup(CPUArchState *env, int code)
|
|||
__gcov_dump();
|
||||
#endif
|
||||
gdb_exit(env, code);
|
||||
qemu_plugin_atexit_cb();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue