hmp.c: Revert hmp_info_cpus output format change
commit0dfddbb537fcb0fbd045e1c890bc0e95f2ea5177
authorSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Tue, 27 Mar 2018 12:38:00 +0000 (27 18:08 +0530)
committerEric Blake <eblake@redhat.com>
Tue, 27 Mar 2018 15:17:48 +0000 (27 10:17 -0500)
tree8d307ccada61560a68f3b69ffc9a8dc3f78b4f4b
parentfa198ad9bdef7303d4e3613c69ea00eece6b3a75
hmp.c: Revert hmp_info_cpus output format change

Commit 137b5cb6 refactored 'info cpus' output, changing
'thread_id' to 'thread-id'.  While HMP is not a stable
interface, it is trivial to keep the spelling consistent
for test frameworks that have not yet updated to using QMP.

This patch just reverts back output format to 'thread_id'.

CC: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Message-Id: <20180327123800.28851-1-sathnaga@linux.vnet.ibm.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
[eblake: improve commit message]
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
hmp.c