On Thu, Nov 18, 2021 at 5:50 PM John Snow <js...@redhat.com> wrote: > > 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 <js...@redhat.com> > --- > python/qemu/machine/machine.py | 17 +++++++++++++---- > 1 file changed, 13 insertions(+), 4 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>