Re: [PATCH v4 00/30] Live Update Orchestrator
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2025-10-10 15:02:20
Also in:
linux-doc, linux-fsdevel, linux-mm, lkml
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2025-10-10 15:02:20
Also in:
linux-doc, linux-fsdevel, linux-mm, lkml
On Fri, Oct 10, 2025 at 10:58:00AM -0400, Pasha Tatashin wrote:
With that, I would assume KVM itself would drive the live update and would make LUO calls to preserve the resources in an orderly fashion and then restore them in the same order during boot.
I don't think so, it should always be sequenced by userspace, and KVM is not the thing linked to VFIO or IOMMUFD, that's backwards. Jason