Re: [PATCH 10/26] hypervisor: custom shutdown actions for transient vs persistent VMs

2025-01-30 Thread Daniel P . Berrangé
On Thu, Jan 30, 2025 at 05:44:08PM +0100, Peter Krempa wrote: > On Wed, Jan 08, 2025 at 19:42:43 +, Daniel P. Berrangé wrote: > > It may be desirable to treat transient VMs differently from persistent > > VMs. For example, while performing managed save on persistent VMs makes > > sense, the sam

Re: [PATCH 10/26] hypervisor: custom shutdown actions for transient vs persistent VMs

2025-01-30 Thread Peter Krempa
On Wed, Jan 08, 2025 at 19:42:43 +, Daniel P. Berrangé wrote: > It may be desirable to treat transient VMs differently from persistent > VMs. For example, while performing managed save on persistent VMs makes > sense, the same not usually true of transient VMs, since by their > nature they will

[PATCH 10/26] hypervisor: custom shutdown actions for transient vs persistent VMs

2025-01-08 Thread Daniel P . Berrangé
It may be desirable to treat transient VMs differently from persistent VMs. For example, while performing managed save on persistent VMs makes sense, the same not usually true of transient VMs, since by their nature they will have no config to restore from. Signed-off-by: Daniel P. Berrangé ---