qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RESEND v3 00/18]: Initial QObject conversion
@ 2009-10-07 16:41 Luiz Capitulino
  2009-10-07 16:41 ` [Qemu-devel] [PATCH 01/18] QObject: Accept NULL Luiz Capitulino
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: Luiz Capitulino @ 2009-10-07 16:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, avi

 Hi,

 I had a problem with my internel connection while the patches
were being sent, resending.

 This is a respin to address Anthony's comments.

Changelog:

V2 -> V3:

- Coding style changes in QList
- Better patch split
- Add an union to store info and command handlers
- Minor changes

V1 -> V2:

- Drop error handling code
- More handlers converted

V0 -> V1:

- Introduced MonitorError
- More handlers converted
- Improved patches descriptions
- Minor changes

diffstat:

 Makefile        |    3 +-
 check-qlist.c   |  153 ++++++++++++++
 configure       |    2 +-
 monitor.c       |  550 +++++++++++++++++++++++++++++++++++++++----------
 qemu-monitor.hx |  620 ++++++++++++++++++++++++++++++++++++++++++++-----------
 qlist.c         |  100 +++++++++
 qlist.h         |   38 ++++
 qobject.h       |    8 +-
 8 files changed, 1232 insertions(+), 242 deletions(-)

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [Qemu-devel] [PATCH v3 00/18]: Initial QObject conversion
@ 2009-10-07 16:31 Luiz Capitulino
  2009-10-07 16:32 ` [Qemu-devel] [PATCH 03/18] Introduce QList unit-tests Luiz Capitulino
  0 siblings, 1 reply; 20+ messages in thread
From: Luiz Capitulino @ 2009-10-07 16:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, avi

 Hi there,

 This is a respin to address Anthony's comments.

Changelog:

V2 -> V3:

- Coding style changes in QList
- Better patch split
- Add an union to store info and command handlers
- Minor changes

V1 -> V2:

- Drop error handling code
- More handlers converted

V0 -> V1:

- Introduced MonitorError
- More handlers converted
- Improved patches descriptions
- Minor changes

diffstat:

 Makefile        |    3 +-
 check-qlist.c   |  153 ++++++++++++++
 configure       |    2 +-
 monitor.c       |  550 +++++++++++++++++++++++++++++++++++++++----------
 qemu-monitor.hx |  620 ++++++++++++++++++++++++++++++++++++++++++++-----------
 qlist.c         |  100 +++++++++
 qlist.h         |   38 ++++
 qobject.h       |    8 +-
 8 files changed, 1232 insertions(+), 242 deletions(-)

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2009-10-07 16:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 16:41 [Qemu-devel] [RESEND v3 00/18]: Initial QObject conversion Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 01/18] QObject: Accept NULL Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 02/18] Introduce QList Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 03/18] Introduce QList unit-tests Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 04/18] monitor: Convert mon_cmd_t initializations to C99 style Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 05/18] monitor: union for info handlers Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 06/18] monitor: union for command handlers Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 07/18] monitor: Add user_print() to mon_cmd_t Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 08/18] monitor: Handle new and old style handlers Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 09/18] monitor: do_info(): handle new and old info handlers Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 10/18] monitor: Convert do_quit() do QObject Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 11/18] monitor: Convert do_stop() to QObject Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 12/18] monitor: Convert do_system_reset() " Luiz Capitulino
2009-10-07 16:41 ` [Qemu-devel] [PATCH 13/18] monitor: Convert do_system_powerdown() " Luiz Capitulino
2009-10-07 16:42 ` [Qemu-devel] [PATCH 14/18] monitor: Convert do_cont() " Luiz Capitulino
2009-10-07 16:42 ` [Qemu-devel] [PATCH 15/18] monitor: Convert do_balloon() " Luiz Capitulino
2009-10-07 16:42 ` [Qemu-devel] [PATCH 16/18] monitor: Convert do_info_version() " Luiz Capitulino
2009-10-07 16:42 ` [Qemu-devel] [PATCH 17/18] monitor: Convert do_info_balloon() " Luiz Capitulino
2009-10-07 16:42 ` [Qemu-devel] [PATCH 18/18] monitor: Convert do_info_cpus() " Luiz Capitulino
  -- strict thread matches above, loose matches on Subject: below --
2009-10-07 16:31 [Qemu-devel] [PATCH v3 00/18]: Initial QObject conversion Luiz Capitulino
2009-10-07 16:32 ` [Qemu-devel] [PATCH 03/18] Introduce QList unit-tests Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).