Revision dc7a09cf qmp-commands.hx

b/qmp-commands.hx
1194 1194
     "nip": PPC (json-int)
1195 1195
     "pc" and "npc": sparc (json-int)
1196 1196
     "PC": mips (json-int)
1197
- "thread_id": ID of the underlying host thread (json-int)
1197 1198

  
1198 1199
Example:
1199 1200

  
......
1205 1206
            "current":true,
1206 1207
            "halted":false,
1207 1208
            "pc":3227107138
1209
            "thread_id":3134
1208 1210
         },
1209 1211
         {
1210 1212
            "CPU":1,
1211 1213
            "current":false,
1212 1214
            "halted":true,
1213 1215
            "pc":7108165
1216
            "thread_id":3135
1214 1217
         }
1215 1218
      ]
1216 1219
   }

Also available in: Unified diff