From 9a33e8554225c82cd900208f88e8965bb085ab87 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Mon, 8 Nov 2010 16:52:04 -0800 Subject: Implement -list-cores UI option Also fixed a bug in iolooper-select.c (io_looper_del_write was buggy) Also switched iolooper-select.c to use malloc/free instead of qemu_xxx Change-Id: Ief47608f30a863d624af6363620e93e903cbdadc --- android/help.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'android/help.c') diff --git a/android/help.c b/android/help.c index f589b3e..2103b00 100644 --- a/android/help.c +++ b/android/help.c @@ -1010,6 +1010,18 @@ help_memcheck(stralloc_t* out) } #endif // CONFIG_MEMCHECK +#ifdef CONFIG_STANDALONE_UI +static void +help_list_cores(stralloc_t* out) +{ + PRINTF( + " use '-list-cores localhost to list emulator core processes running on this machine.\n" + " use '-list-cores host_name, or IP address to list emulator core processes running on\n" + " a remote machine.\n" + ); +} +#endif // CONFIG_STANDALONE_UI + static void help_show_kernel(stralloc_t* out) { -- cgit v1.1