[Xen-devel] [RFC PATCH 0/3] Improve kexec support in Xen hypervisor

Ian Campbell Ian.Campbell at citrix.com
Wed Jan 16 12:02:52 EST 2013


On Wed, 2013-01-16 at 16:29 +0000, David Vrabel wrote:
> Since the kexec hypercall is for use by dom0 I have removed the
> implementation of the old load/unload ops and thus guests will require
> updated kexec-tools to load images.  Is this acceptable? 

How hard would it be to also support the old interface for the benefit
of old kernels and userspaces (e.g. existing distros)?

Rather than a _v2 suffix we have in the past renamed the old ones
_compat and introduced the new ones, with appropriate use of
__XEN_INTERFACE_VERSION__ to paper over things for old users.

See __HYPERVISOR_sched_op for example.

Ian.





More information about the kexec mailing list