[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 05/15] acpi/x86: Define ACPI IO registers for PVH guests
>>> On 29.11.16 at 16:33, <boris.ostrovsky@xxxxxxxxxx> wrote: > --- a/xen/include/public/arch-x86/xen.h > +++ b/xen/include/public/arch-x86/xen.h > @@ -291,6 +291,13 @@ struct xen_arch_domainconfig { > XEN_X86_EMU_PIT) > uint32_t emulation_flags; > }; > + > +/* Location of online VCPU bitmap. */ > +#define XEN_ACPI_CPU_MAP 0xaf00 > +#define XEN_ACPI_CPU_MAP_LEN ((HVM_MAX_VCPUS + 7) / 8) > + > +/* GPE0 bit set during CPU hotplug */ > +#define XEN_GPE0_CPUHP_BIT 2 Here I'm unsure - isn't this an ACPI specific register? If so, the name would better be XEN_ACPI_GPE0_CPUHP_BIT. With that (or with a good reason why the current name is better) Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> but the patch needs re-basing afaict. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |