Re: [PATCH v5 0/1] python/machine: Fix AF_UNIX path too long

2023-01-10 Thread Peter Delevoryas
On Tue, Jan 10, 2023 at 09:38:38AM +0100, Philippe Mathieu-Daudé wrote: > On 10/1/23 09:29, Peter Delevoryas wrote: > > > $ make check-avocado > > > Avocado crashed: TypeError: cannot pickle '_thread.RLock' object > > Yeah... you have to pick Cleber's patches from >

[PATCH v5 0/1] python/machine: Fix AF_UNIX path too long

2023-01-10 Thread Peter Delevoryas
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

Re: [PATCH v5 0/1] python/machine: Fix AF_UNIX path too long

2023-01-10 Thread Philippe Mathieu-Daudé
On 10/1/23 09:29, Peter Delevoryas wrote: $ make check-avocado Avocado crashed: TypeError: cannot pickle '_thread.RLock' object Yeah... you have to pick Cleber's patches from https://gitlab.com/cleber.gnu/qemu/-/commits/WIP/tests_fixes and run as: $ TMPDIR=/tmp avocado run