diff options
-rw-r--r-- | monitor.c | 3 | ||||
-rw-r--r-- | vl.h | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -251,6 +251,9 @@ static void do_info_history (void) static void do_quit(void) { +#ifdef USE_KQEMU + kqemu_record_dump(); +#endif exit(0); } @@ -878,4 +878,6 @@ const char *readline_get_history(unsigned int index); void readline_start(const char *prompt, int is_password, ReadLineFunc *readline_func, void *opaque); +void kqemu_record_dump(void); + #endif /* VL_H */ |