kqemu profiling
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1546 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
aa06297340
commit
5e6ad6f90e
@ -251,6 +251,9 @@ static void do_info_history (void)
|
|||||||
|
|
||||||
static void do_quit(void)
|
static void do_quit(void)
|
||||||
{
|
{
|
||||||
|
#ifdef USE_KQEMU
|
||||||
|
kqemu_record_dump();
|
||||||
|
#endif
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
vl.h
2
vl.h
@ -878,4 +878,6 @@ const char *readline_get_history(unsigned int index);
|
|||||||
void readline_start(const char *prompt, int is_password,
|
void readline_start(const char *prompt, int is_password,
|
||||||
ReadLineFunc *readline_func, void *opaque);
|
ReadLineFunc *readline_func, void *opaque);
|
||||||
|
|
||||||
|
void kqemu_record_dump(void);
|
||||||
|
|
||||||
#endif /* VL_H */
|
#endif /* VL_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user