[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 1/5] xen/common: introduce a new framework for save/restore of 'domain' context
On 27.03.2020 19:50, Paul Durrant wrote: > Domain context is state held in the hypervisor that does not come under > the category of 'HVM state' but is instead 'PV state' that is common > between PV guests and enlightened HVM guests (i.e. those that have PV > drivers) such as event channel state, grant entry state, etc. Without looking at the patch details yet, I'm having some difficulty understanding how this is going to work in a safe/correct manner. I suppose for LU the system is in a frozen enough state that snapshotting and copying state like this is okay, but ... > To allow enlightened HVM guests to be migrated without their co-operation > it will be necessary to transfer such state along with the domain's > memory image, architectural state, etc. This framework is introduced for > that purpose. > > This patch adds the new public header and the low level implementation, > entered via the domain_save() or domain_load() functions. Subsequent > patches will introduce other parts of the framwork, and code that will > make use of it within the current version of the libxc migration stream. ... here you suggest (and patch 5 appears to match this) that this is going to be used even in "normal" migration streams. All of the items named are communication vehicles, and hence there are always two sides that can influence the state. For event channels, the other side (which isn't paused) or the hardware (for passed through devices) might signal them, or it (just the former obviously) could close their end, resulting in a state change also for the domain being migrated. If this happens after the snapshot was taken, the state change is lost. Otoh I'm sure the case was considered, so perhaps I'm simply missing some crucial aspect (which then could do with spelling out in the description of the cover letter). Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |