qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 0/1] python/machine: Fix AF_UNIX path too long on macOS


From: Peter Delevoryas
Subject: [PATCH v3 0/1] python/machine: Fix AF_UNIX path too long on macOS
Date: Fri, 22 Jul 2022 11:25:07 -0700

v1: 20220705214659.73369-1-peter@pjd.dev/">https://lore.kernel.org/qemu-devel/20220705214659.73369-1-peter@pjd.dev/
v2: 20220716173434.17183-1-peter@pjd.dev/">https://lore.kernel.org/qemu-devel/20220716173434.17183-1-peter@pjd.dev/
v3:
    - Changed QEMUMachine._name to f"{id(self):x}". Suggestion was to do
      f"{id(self):02x}", but the id's look like they are probably just the
      object address (8-byte pointer), so the "02" had no effect.
    - Changed QMP socket name suffix from "-monitor.sock" to ".qmp".
    - Changed console socket name suffix from "-console.sock" to ".con".

Thanks for all the comments and suggestions! Glad to be fixing this.
Peter

Peter Delevoryas (1):
  python/machine: Fix AF_UNIX path too long on macOS

 python/qemu/machine/machine.py         | 6 +++---
 tests/avocado/avocado_qemu/__init__.py | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.37.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]