Google Summer of Code 2010/QMP

From QEMU
Revision as of 18:31, 29 April 2010 by Miguel (talk | contribs) (Created page with '== Summary == qemu has many commands attached to the monitor interface that are currently inaccessible over QMP (QEMU Machine Protocol). I intend to give continuity to this effor…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Summary

qemu has many commands attached to the monitor interface that are currently inaccessible over QMP (QEMU Machine Protocol). I intend to give continuity to this effort, converting the remaining functions to the QObject API. While doing this conversion, the QObject API can be updated to improve its functionality when required.

Team

Student

Mentor

Subsystems being worked on

Handler Status
do_info_network WIP

do_info_network

This is the latest patch:

http://lists.gnu.org/archive/html/qemu-devel/2010-04/msg01098.html

Source code

The working being done can be followed here:

http://github.com/miguelzinho/qemu-soc