16 Feb
2023
16 Feb
'23
5:06 p.m.
On Thu, 16 Feb 2023 14:32:49 +0100
Michal Privoznik
When starting passt, it may write something onto its stderr (convincing it to print even more is addressed later). Pass this string we read to user.
Since we're not daemonizing passt anymore (see previous commit), we can let virCommand module do all the heavy lifting and switch to virCommandSetErrorBuffer() instead of reading error from an FD.
Signed-off-by: Michal Privoznik
Reviewed-by: Stefano Brivio