python/machine: add @sock_dir property
commit87bf1fe5cbffefe6b7ee13a7015ae285250ad2db
authorJohn Snow <jsnow@redhat.com>
Thu, 18 Nov 2021 20:46:14 +0000 (18 15:46 -0500)
committerJohn Snow <jsnow@redhat.com>
Mon, 22 Nov 2021 23:40:59 +0000 (22 18:40 -0500)
tree4bdceea0524cacd365ac22519594b5e703ef7e5d
parent89d2f9e4c63799f7f03e9180c63b7dc45fc2a04a
python/machine: add @sock_dir property

Analogous to temp_dir and log_dir, add a sock_dir property that defaults
to @temp_dir -- instead of base_temp_dir -- when the user hasn't
overridden the sock dir value in the initializer.

This gives us a much more unique directory to put sockfiles in by default.

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