Google Summer of Code 2010/QMP

From QEMU
Revision as of 19:11, 29 April 2010 by Miguel (talk | contribs)

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.

More details about the protocol: http://www.linux-kvm.org/page/MonitorProtocol

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