Re: [PATCH v3 0/8] util: Introduce qemu_get_runtime_dir()

2024-02-17 Thread Akihiko Odaki
Hi, This patch series has been forgotten for a while but can still be applied. Can anyone review it? Regards, Akihiko Odaki On 2023/09/21 16:54, Akihiko Odaki wrote: qemu_get_runtime_dir() returns a dynamically allocated directory path that is appropriate for storing runtime files. It corres

[PATCH v3 0/8] util: Introduce qemu_get_runtime_dir()

2023-09-21 Thread Akihiko Odaki
qemu_get_runtime_dir() returns a dynamically allocated directory path that is appropriate for storing runtime files. It corresponds to "run" directory in Unix. With a tree-wide search, it was found that there are several cases where such a functionality is implemented so let's have one as a common