25 May
2026
25 May
'26
9:09 a.m.
On Sat, May 23, 2026 at 09:16:44 +0200, Roman Bogorodskiy wrote:
The virDomainFSInfoFormat() and qemuAgentFSInfoToPublic() function implementations are now shared between the qemu and the bhyve driver, so move them to a common place to avoid code duplication.
IMO it makes more sense if you first do what this commit does (lift the code into the common code + include the rename (patch 5/5) here directly) and just then add the bhyve driver impl.