[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/8] hvm: add HVM_PARAM_VM_GENERATION_ID_ADDR
On Tue, 2014-06-10 at 19:07 +0100, David Vrabel wrote: > HVM_PARAM_VM_GENERATION_ID_ADDR is the guest physical address of the > VM Generation ID. This parameter will be written by hvmloader and read > by the toolstack when updating the gen. ID (e.g., after restoring from a > snapshot). > > A HVM parameter is easier for the save/restore code to work with (than > a XenStore key). > > Signed-off-by: David Vrabel <david.vrabel@xxxxxxxxxx> > Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > Acked-by: Jan Beulich <jbeulich@xxxxxxxx> > --- > xen/include/public/hvm/params.h | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/xen/include/public/hvm/params.h b/xen/include/public/hvm/params.h > index 517a184..4d7c692 100644 > --- a/xen/include/public/hvm/params.h > +++ b/xen/include/public/hvm/params.h > @@ -145,6 +145,9 @@ > /* SHUTDOWN_* action in case of a triple fault */ > #define HVM_PARAM_TRIPLE_FAULT_REASON 31 > > -#define HVM_NR_PARAMS 32 > +/* Location of the VM Generation ID in guest physical address space. */ > +#define HVM_PARAM_VM_GENERATION_ID_ADDR 32 > + > +#define HVM_NR_PARAMS 33 As Andrew said last time you need to rebase, HVM_NR_PARAMS is 34 in the staging tree. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |