Luiz Capitulino 8f3cec0be8 monitor: Convert do_info_cpus() to QObject
Each CPU information is stored in a QDict and the returned
QObject is a QList of all CPUs.

The QDict contains the following information:

- "CPU": cpu index
- "current": "yes" or "no"
- "pc": current PC
- "halted": "yes" or "no"

The user output in the Monitor should not change and the
future monitor protocol is expected to emit something like:

[ { "CPU": 0, "current": "yes", "pc": 0x..., "halted": "no" },
{ "CPU": 1, "current": "no",  "pc": 0x..., "halted": "yes" } ]

which corresponds to the following user output:

* CPU #0: pc=0x00000000fffffff0
CPU #1: pc=0x00000000fffffff0 (halted)

Patchworks-ID: 35352
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-08 21:17:19 -05:00
2009-10-04 15:02:44 +02:00
2009-10-01 16:12:16 -05:00
2009-10-07 08:54:55 -05:00
2009-10-06 14:46:10 -05:00
2009-10-01 16:12:16 -05:00
2009-10-06 22:01:00 +02:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-07 07:53:41 +02:00
2009-10-02 17:59:10 +00:00
2008-12-13 09:32:43 +00:00
2009-09-12 07:36:22 +00:00
2009-09-12 07:36:22 +00:00
2009-05-13 20:54:26 +01:00
2004-08-01 21:54:53 +00:00
2009-09-12 07:36:22 +00:00
2009-09-25 19:53:21 +00:00
2009-10-05 09:32:44 -05:00
2009-10-01 16:12:16 -05:00
2009-09-11 10:19:46 -05:00
2009-09-12 07:36:22 +00:00
2009-09-11 10:19:46 -05:00
2009-03-10 21:43:35 +00:00
2009-01-14 18:39:49 +00:00
2009-10-08 21:17:18 -05:00
2009-09-04 09:37:34 -05:00
2009-09-19 18:43:44 +02:00
2009-10-01 16:12:16 -05:00
2009-10-08 21:17:10 -05:00
2009-10-08 21:17:18 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2008-10-12 17:54:42 +00:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-09-12 07:36:22 +00:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-09-20 06:56:26 +00:00
2008-10-27 19:49:12 +00:00
2009-10-05 09:32:44 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-09-12 07:36:22 +00:00
2009-10-01 16:12:16 -05:00
2007-09-16 20:03:23 +00:00
2009-07-02 17:54:34 +00:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-05 09:32:45 -05:00
2009-10-01 16:12:16 -05:00
2008-12-14 08:50:18 +00:00
2009-10-01 16:12:16 -05:00
2009-10-08 21:17:18 -05:00
2009-08-27 19:33:15 -05:00
2009-07-30 09:50:36 -05:00
2009-08-24 08:01:42 -05:00
2009-09-12 07:36:22 +00:00
2009-09-04 09:37:30 -05:00
2009-08-15 07:51:59 +00:00
2009-09-12 07:36:22 +00:00
2009-09-12 07:36:22 +00:00
2009-09-11 10:19:49 -05:00
2009-06-15 13:52:27 +02:00
2009-09-12 07:36:22 +00:00
2009-09-12 07:36:22 +00:00
2009-10-06 14:36:11 -05:00
2009-10-06 14:36:11 -05:00
2009-10-01 16:12:16 -05:00
2009-05-19 22:29:20 +04:00
2009-10-06 14:36:11 -05:00
2009-09-12 07:36:22 +00:00
2009-09-12 09:58:51 +00:00
2009-07-22 10:58:49 -05:00
2009-10-05 09:32:45 -05:00
2009-09-04 09:37:29 -05:00
2009-10-08 21:17:18 -05:00
2009-10-08 21:17:18 -05:00
2009-10-08 21:17:18 -05:00
2009-09-04 09:37:29 -05:00
2008-12-14 08:50:18 +00:00
2009-10-01 16:12:16 -05:00
2009-06-29 08:52:44 -05:00
2009-07-08 18:25:37 +04:00
2009-10-06 14:36:09 -05:00
2009-09-25 19:53:21 +00:00
2009-04-07 21:47:27 +00:00
2009-09-13 19:38:43 +00:00
2009-10-06 14:36:09 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2008-12-04 11:29:42 +00:00
2009-10-01 16:12:16 -05:00
2009-10-07 08:54:54 -05:00
2009-03-05 23:01:23 +00:00
2009-07-16 18:12:18 -05:00
2008-09-06 16:31:30 +00:00
2009-10-01 16:12:16 -05:00
2009-03-06 23:44:29 +00:00
2009-03-06 23:44:29 +00:00
2009-03-06 23:44:29 +00:00
2009-03-06 23:44:29 +00:00
2009-10-05 14:01:16 -05:00
2009-10-01 16:12:16 -05:00
2009-08-10 13:05:30 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 418 MiB
Languages
Rust 68.8%
C 26.3%
C++ 3%
Python 0.9%
Shell 0.5%
Other 0.3%