]> git.proxmox.com Git - qemu-server.git/commit
qmeventd: send QMP 'quit' command instead of SIGTERM
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 23 Sep 2022 09:51:15 +0000 (11:51 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 23 Sep 2022 10:00:22 +0000 (12:00 +0200)
commitb5c39b22f0df1079eee96842ddc95aec80cdbee4
tree3a369959a4b40f88cebbc48cf6cb790e4fc22587
parent0a1641aee54577ba368f99d5c7f586062763d355
qmeventd: send QMP 'quit' command instead of SIGTERM

this is functionally the same, but sending SIGTERM has the ugly side
effect of printing the following to the log:

> QEMU[<pid>]: kvm: terminating on signal 15 from pid <pid> (/usr/sbin/qmeventd)

while sending a QMP quit command does not.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
qmeventd/qmeventd.c