On Thu, Nov 27, 2025 at 15:15:37 +0000, Daniel P. Berrangé wrote:
On Thu, Nov 27, 2025 at 04:12:59PM +0100, Peter Krempa wrote:
On Thu, Nov 27, 2025 at 15:00:08 +0000, Daniel P. Berrangé wrote:
[...]
Well, if you ask me I prefer libvirtd for my dev setup (and thus run it on almost all my machines) as it's easier to setup debuggers.
I'm curious what makes it easier ? Are you debugging across many drivers concurrently ?
Normally I'm only focusing on just 1 of the daemons, and so I tend to use
sudo ./run virtqemud
which stops virtqemud.service & runs the in-tree build, while leaving the other virtnetworkd, virtnodedevd, etc runnnig the RPM builds.
Well ... the times when I was debugging cross-daemon interaction (which can be counted by fingers on one hand) it made stuff much easier. Indeed with the run script it's much easier nowadays to run in-tree builds instead of the system without much hassle. Actually the currently worst hurdle for me is muscle memory (and some nostalgia).