Re: [PATCH 00/12] [PATCH v2 00/12] qemu: support passt as a backend for vhost-user network interfaces

2025-02-16 Thread Laine Stump
On 2/15/25 11:57 PM, Ján Tomko wrote: On a Saturday in 2025, Laine Stump wrote: Oops - sorry, I had recreated my branch so git-publish didn't recognize the series as a v2, so all the subject lines are missing v2 :-/. Hopefully this won't cause too much confusion. On 2/15/25 12:20 AM, Laine St

[PATCH RFC] util: pick a better runtime directory when XDG_RUNTIME_DIR isn't set

2025-02-16 Thread Laine Stump
== I'm sending this as an RFC just because what it's doing feels kind of dirty - directly examining XDG_RUNTIME_DIR seems like an "end run" around the Glib API. If anyone has a better idea of what to do, please give details :-) == When running unprivileged (i.e. not as root, but as a reg