Re: [PATCH 26/29] tools/xenstored: add helpers for filename handling

2023-11-07 Thread Jason Andryuk
On Wed, Nov 1, 2023 at 7:29 AM Juergen Gross wrote: > > Add some helpers for handling filenames which might need different > implementations between stubdom and daemon environments: > > - expansion of relative filenames (those are not really defined today, > just expand them to be relative to

[PATCH 26/29] tools/xenstored: add helpers for filename handling

2023-11-01 Thread Juergen Gross
Add some helpers for handling filenames which might need different implementations between stubdom and daemon environments: - expansion of relative filenames (those are not really defined today, just expand them to be relative to /var/lib/xen/xenstore) - expansion of xenstore_daemon_rundir()