[Qemu-devel] [PATCH 3/4] QMP: Enforce capability negotiation rules

2010-02-04 Thread Luiz Capitulino
With this commit QMP will be started in Capabilities Negotiation mode, where the only command allowed to run is 'qmp_capabilities'. All other commands will return CommandNotFound error. Asynchronous messages are not delivered either. When 'qmp_capabilities' is successfully executed QMP enters in

[Qemu-devel] [PATCH 3/4] QMP: Enforce capability negotiation rules

2010-02-04 Thread Luiz Capitulino
With this commit QMP will be started in Capabilities Negotiation mode, where the only command allowed to run is 'qmp_capabilities'. All other commands will return CommandNotFound error. Asynchronous messages are not delivered either. When 'qmp_capabilities' is successfully executed QMP enters in