Re: [PATCH] xen/kexec: Wire up kexec hypercalls for PVH hardware domains
Jan Beulich <[email protected]>
| Newsgroups | org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <[email protected]> |
On 20.07.2026 20:58, Andrew Cooper wrote: > Nothing in do_kexec_op() is PV specific. Plumb in PVH guests too. Hmm. "Nothing" is a little bold, isn't it? PVH (Dom0 or DomU) in principle have no notion of machine addresses, yet KEXEC_RANGE_MA_* report such. Similarly struct xen_kexec_segment and struct xen_kexec_load each have a machine address field. Presumably these can / should be viewed more like "handles" here? If so (and preferably with the description extended a little to cover this) ... > Signed-off-by: Andrew Cooper <[email protected]> Acked-by: Jan Beulich <[email protected]> Jan