v1: https://lore.kernel.org/qemu-devel/20220705214659.73369-1-pe...@pjd.dev/ v2: https://lore.kernel.org/qemu-devel/20220716173434.17183-1-pe...@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