<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
</span>"success-response":false has nothing to do with whether a guest-agent<br>
command is enabled, but rather whether you should expect a response from<br>
the agent itself when the command succeeds.  For these commands, the<br>
answer is no, you do not get a response from the guest agent, because<br>
the action performed by the guest has shut things down to the point that<br>
it cannot reply; instead, to learn if the command was successful, you<br>
must listen to the ordinary QMP monitor for an event notification<br>
corresponding to the change in guest state.<br>
<br>
Libvirt already handles this interaction correctly.<br></blockquote></div><br></div><div class="gmail_extra">Ahh, OK.  Rats, was hoping I had found a lead to my "no matter what method I try, I can't have a graceful shutdown/suspend of my guest VM's if the host is shutting down/rebooting" problem.<br></div></div>