aboutsummaryrefslogtreecommitdiffstats
path: root/android/help.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-11-08 16:52:04 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-11-10 08:36:04 -0800
commit9a33e8554225c82cd900208f88e8965bb085ab87 (patch)
tree34023906e8ded2a3f46778316634bfe4e15867cd /android/help.c
parente6a439592e11235890fef5aa217c44f71f8fe45d (diff)
downloadexternal_qemu-9a33e8554225c82cd900208f88e8965bb085ab87.zip
external_qemu-9a33e8554225c82cd900208f88e8965bb085ab87.tar.gz
external_qemu-9a33e8554225c82cd900208f88e8965bb085ab87.tar.bz2
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
Diffstat (limited to 'android/help.c')
-rw-r--r--android/help.c12
1 files changed, 12 insertions, 0 deletions
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)
{