Google Summer of Code 2010/QMP
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
- Name: Miguel Di Ciurcio Filho
- Email: miguel.filho@gmail.com
Mentor
- Name: Luiz Capitulino
- Email: lcapitulino@redhat.com
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: