On Fri, Mar 13, 2015 at 04:58:39PM +0800, Ting Wang wrote: > Make "info iothreads" available on the HMP monitor. > > The results are as follows: > id1: thread_id=thread_id1 > id2: thread_id=thread_id2 > > Signed-off-by: Ting Wang > --- > v4: use the PRId64 format specifier macro for the int64_t thread_id > v3: fix comment and the trailing whitespace > v2: add braces for if > --- > hmp-commands.hx | 2 ++ > hmp.c | 22 ++++++++++++++++++++++ > hmp.h | 1 + > monitor.c | 7 +++++++ > 4 files changed, 32 insertions(+) Reviewed-by: Stefan Hajnoczi