qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 00/18]: Initial QObject conversion


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH v3 00/18]: Initial QObject conversion
Date: Wed, 7 Oct 2009 13:31:57 -0300

 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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]