Re: [PATCH 07/10] qemu: Fix auto-shutdown of qemu VMs by the qemu driver

2025-07-04 Thread Pavel Hrdina via Devel
On Thu, Jul 03, 2025 at 02:50:30PM +0200, Peter Krempa via Devel wrote: > From: Peter Krempa > > When auto-shutdown via the qemu driver is requested (rather than via > libvirt guests) we need to start the VMs in a way that they will be kept > around for libvirt to terminate them. This involves in

[PATCH 07/10] qemu: Fix auto-shutdown of qemu VMs by the qemu driver

2025-07-03 Thread Peter Krempa via Devel
From: Peter Krempa When auto-shutdown via the qemu driver is requested (rather than via libvirt guests) we need to start the VMs in a way that they will be kept around for libvirt to terminate them. This involves inverting the dependancy relationship for the machined unit file. Since the setup i