Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-15 | TEST-13-NSPAWN: several cleanups | Yu Watanabe | 1 | -9/+7 | |
- suppress unnecessary error messages, especially in loop and at_exit(), - ensure the container service is stopped before restarting, - do not send KILL signal, as garbages will remain, and disturb the next invocation, - drop unnecessary workaround of trying machine twice. | |||||
2024-10-15 | machine: trivial coding style cleanups | Yu Watanabe | 1 | -8/+4 | |
2024-10-15 | machine: fix memleak in vl_method_list_images() | Yu Watanabe | 1 | -2/+4 | |
Fixes an issue in fb0ea6a6a36b5fa97e6c57d608bb9f7acb63c8b2. | |||||
2024-10-15 | machine: lookup_machine_by_name_or_pid() may return 1 on error and it is ↵ | Yu Watanabe | 3 | -7/+9 | |
already replied Follow-ups for 1bd979dddbb6ed3ffe410d78a7ff80cbb1c42a64 and later commits. Fixes #34764. |