[Qemu-devel] [PATCH 3/3] Monitor: Drop QMP documentation from code

2010-05-18 Thread Luiz Capitulino
Previous commit added the QMP/qmp-commands.txt file, which is a copy of this information. While it's good to keep it near code, maintaining two copies of the same information is too hard and has little benefit as we don't expect client writers to consult the code to find how to use a QMP command.

[Qemu-devel] [PATCH 3/3] Monitor: Drop QMP documentation from code

2010-05-31 Thread Luiz Capitulino
Previous commit added QMP documentation to the qemu-monitor.hx file, it's is a copy of this information. While it's good to keep it near code, maintaining two copies of the same information is too hard and has little benefit as we don't expect client writers to consult the code to find how to use

Re: [Qemu-devel] [PATCH 3/3] Monitor: Drop QMP documentation from code

2010-05-20 Thread Markus Armbruster
Luiz Capitulino writes: > Previous commit added the QMP/qmp-commands.txt file, which is a > copy of this information. This is no longer true. > While it's good to keep it near code, maintaining two copies of > the same information is too hard and has little benefit as we > don't expect client w