Re: Overriding qemu.conf libvirt-qemu user per-domain

2024-12-20 Thread Pascal Proulx via Users
Thank you very much!! On the most basic test (only), appears to work, although afterward it strips out the imagelabel element: I originally did:         horse-libvirt-qemu:libvirt-qemu horse-libvirt-qemu:libvirt-qemu   virsh define /etc/libvirt/qemu/xxx.xml virsh start It effectivel

Re: Overriding qemu.conf libvirt-qemu user per-domain

2024-12-20 Thread Jiri Denemark
On Fri, Dec 20, 2024 at 01:48:48 -0500, Pascal Proulx via Users wrote: > Hello, > > How can I override the libvirt-qemu user defined in > /etc/libvirt/qemu.conf using a per-domain (virtual machine) override > using the domain XML definitions? I can find qemu arg overrides but not > this and I m

Overriding qemu.conf libvirt-qemu user per-domain

2024-12-20 Thread Pascal Proulx via Users
Hello, How can I override the libvirt-qemu user defined in /etc/libvirt/qemu.conf using a per-domain (virtual machine) override using the domain XML definitions? I can find qemu arg overrides but not this and I may have missed it. Thank you