]> git.proxmox.com Git - mirror_qemu.git/commit - python/qemu/machine/machine.py
python/machine: remove _remove_monitor_sockfile property
authorJohn Snow <jsnow@redhat.com>
Thu, 18 Nov 2021 20:46:15 +0000 (15:46 -0500)
committerJohn Snow <jsnow@redhat.com>
Mon, 22 Nov 2021 23:40:59 +0000 (18:40 -0500)
commit6eeb3de7e1aff91ce6e092a39f85946d12664385
treed0ed3815a47215af910e50700d8f470ba69483ac
parent87bf1fe5cbffefe6b7ee13a7015ae285250ad2db
python/machine: remove _remove_monitor_sockfile property

It doesn't matter if it was the user or the class itself that specified
where the sockfile should be created; the fact is that if we are using a
sockfile here, we created it and we can clean it up.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-id: 20211118204620.1897674-3-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine/machine.py