Re: [Xen-devel] [PATCH 1/2] x86/cpuid: Fix up stale comments

2018-06-28 Thread Roger Pau Monné
On Wed, Jun 27, 2018 at 02:55:49PM +0100, Andrew Cooper wrote: > * There is no legacy path any more. All static information is retrieved in >the first pass. > * d->arch.cpuids[] doesn't exist any more. > > Signed-off-by: Andrew Cooper Reviewed-by: Roger Pau Monné ___

Re: [Xen-devel] [PATCH 1/2] x86/cpuid: Fix up stale comments

2018-06-27 Thread Jan Beulich
>>> On 27.06.18 at 15:55, wrote: > * There is no legacy path any more. All static information is retrieved in >the first pass. > * d->arch.cpuids[] doesn't exist any more. > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich ___ Xen-devel

[Xen-devel] [PATCH 1/2] x86/cpuid: Fix up stale comments

2018-06-27 Thread Andrew Cooper
* There is no legacy path any more. All static information is retrieved in the first pass. * d->arch.cpuids[] doesn't exist any more. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau Monné --- xen/arch/x86/cpuid.c | 2 +- xen/arch/x86/domctl.c | 5 ++--- 2 fil