[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/9] kexec: add public interface for improved load/unload sub-ops
>>> On 20.09.13 at 15:10, David Vrabel <david.vrabel@xxxxxxxxxx> wrote: > From: David Vrabel <david.vrabel@xxxxxxxxxx> > > Add replacement KEXEC_CMD_load and KEXEC_CMD_unload sub-ops to the > kexec hypercall. These new sub-ops allow a priviledged guest to > provide the image data to be loaded into Xen memory or the crash > region instead of guests loading the image data themselves and > providing the relocation code and metadata. > > The old interface is provided to guests requesting an interface > version prior to 4.3. > > Bump __XEN_LATEST_INTERFACE_VERSION__ to 0x00040400. The paragraph directly preceding this sentence is inconsistent with this. > --- a/xen/include/public/kexec.h > +++ b/xen/include/public/kexec.h > @@ -116,12 +116,12 @@ typedef struct xen_kexec_exec { > * type == KEXEC_TYPE_DEFAULT or KEXEC_TYPE_CRASH [in] > * image == relocation information for kexec (ignored for unload) [in] > */ > -#define KEXEC_CMD_kexec_load 1 > -#define KEXEC_CMD_kexec_unload 2 > -typedef struct xen_kexec_load { > +#define KEXEC_CMD_kexec_load_v1 1 /* obsolete since 0x00040300 */ > +#define KEXEC_CMD_kexec_unload_v1 2 /* obsolete since 0x00040300 */ And so are these comments. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |