Google Summer of Code 2010/QMP: Difference between revisions
(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…') |
No edit summary |
||
Line 1: | Line 1: | ||
== Summary == | == 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. | 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 == | == Team == |
Revision as of 19:11, 29 April 2010
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
- 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: