[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 42/62] arm/acpi: Prepare FADT table for Dom0
On Thu, 2015-11-26 at 17:19 +0000, Stefano Stabellini wrote: > On Tue, 17 Nov 2015, shannon.zhao@xxxxxxxxxx wrote: > > From: Shannon Zhao <shannon.zhao@xxxxxxxxxx> > > > > Copy and modify FADT table before passing it to Dom0. Set > > PSCI_COMPLIANT > > and PSCI_USE_HVC. > > > > Signed-off-by: Shannon Zhao <shannon.zhao@xxxxxxxxxx> > > > > Âxen/arch/arm/domain_build.c | 45 > > +++++++++++++++++++++++++++++++++++++++++++++ > > Â1 file changed, 45 insertions(+) > > > > diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c > > index b5ed44c..5d03dc0 100644 > > --- a/xen/arch/arm/domain_build.c > > +++ b/xen/arch/arm/domain_build.c > > @@ -1357,6 +1357,46 @@ static int prepare_dtb(struct domain *d, struct > > kernel_info *kinfo) > > Â} > > Â > > Â#ifdef CONFIG_ACPI > > +#define XEN_HYPERVISOR_ID 0x000058656E564D4DÂÂ/* "XenVMM" */ > > This needs to be documented somewhere. A new doc under docs/ might be > enough. Should (also?) probably be in xen/include/public/arch-arm.h in the same "#if defined(__XEN__) || defined(__XEN_TOOLS__)" as the other guest non-ABI stuff[0] which is needed by both Xen and the toolstack. We don't actually have ACPI guest support today, so the toolstack has no current interest, but I think that is still a logical place for it do be defined. Ian. [0] That is, stuff which is part of the current implementation but which is exposed to guests through other means, e.g. DT or ACPI and not through the use of the arch-arm.h public header. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |