commit | e9d17b6890ae772f3652c8cacf4e1f72f576f907 | [log] [tgz] |
---|---|---|
author | Ryota Ozaki <ozaki.ryota@gmail.com> | Fri Sep 14 21:44:20 2012 +0900 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Wed Sep 26 10:45:02 2012 -0300 |
tree | 938833b05d42c7ce7414ad25acc6ee60b5ea024c | |
parent | ac05f3492421caeb05809ffa02c6198ede179e43 [diff] |
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 <ozaki.ryota@gmail.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>