Re: [PATCH v2 03/22] hypervisor: expand available shutdown actions

2025-03-13 Thread Daniel P . Berrangé
On Thu, Mar 13, 2025 at 09:00:58AM +0100, Peter Krempa wrote: > On Wed, Mar 12, 2025 at 17:17:43 +, Daniel P. Berrangé wrote: > > The auto shutdown code can currently only perform managed save, > > which may fail in some cases, for example when PCI devices are > > assigned. On failure, shutdown

Re: [PATCH v2 03/22] hypervisor: expand available shutdown actions

2025-03-13 Thread Peter Krempa
On Wed, Mar 12, 2025 at 17:17:43 +, Daniel P. Berrangé wrote: > The auto shutdown code can currently only perform managed save, > which may fail in some cases, for example when PCI devices are > assigned. On failure, shutdown inhibitors remain in place which > may be undesirable. > > This expa

[PATCH v2 03/22] hypervisor: expand available shutdown actions

2025-03-12 Thread Daniel P . Berrangé
The auto shutdown code can currently only perform managed save, which may fail in some cases, for example when PCI devices are assigned. On failure, shutdown inhibitors remain in place which may be undesirable. This expands the logic to try a sequence of operations * Managed save * Graceful shu