]> Git Repo - qemu.git/commit
Make negotiation optional in QEMUMonitorProtocol
authorRyota Ozaki <[email protected]>
Fri, 14 Sep 2012 12:44:20 +0000 (21:44 +0900)
committerLuiz Capitulino <[email protected]>
Wed, 26 Sep 2012 13:45:02 +0000 (10:45 -0300)
commite9d17b6890ae772f3652c8cacf4e1f72f576f907
tree938833b05d42c7ce7414ad25acc6ee60b5ea024c
parentac05f3492421caeb05809ffa02c6198ede179e43
Make negotiation optional in QEMUMonitorProtocol

This is a preparation for qemu-ga-client which uses
QEMUMonitorProtocol class. The class tries to
negotiate capabilities on connect, however, qemu-ga
doesn't suppose it and fails.

This change makes the negotiation optional, though
it's still performed by default for compatibility.

Signed-off-by: Ryota Ozaki <[email protected]>
Signed-off-by: Luiz Capitulino <[email protected]>
QMP/qmp.py
This page took 0.02573 seconds and 4 git commands to generate.