
On 10/11/18 10:19 PM, Wang Yechao wrote:
The commit 89563efc0209b854d2b2e554423423d7602acdbd fix the monitor error when closing the QEMU monitor. The QEMU agent has a problem similar to QEMU monitor. So fix the QEMU agent with the same method.
Signed-off-by: Wang Yechao <wang.yechao255@zte.com.cn> --- Changes in v3: - change the commit messages --- src/qemu/qemu_agent.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
Strange somehow this patch got lost and marked as read in my pile of patches to review so I have essentially forgotten about it until I was looking back through my email list and wondered why I had an unanswered entry unmarked... Oh well - in the future if you think your patch is "forgotten" - after a week or so of inactivity, feel free to "ping" on it... Reviewed-by: John Ferlan <jferlan@redhat.com> (and pushed) John