Re: [Xen-devel] [PATCH 1/3] xen/x86: Fixup misc stale issues

2016-10-24 Thread Wei Liu
On Mon, Oct 24, 2016 at 03:26:20AM -0600, Jan Beulich wrote: > >>> On 14.10.16 at 18:02, wrote: > > * Dom0 does now have an arch_config passed. > > * hypercall() and smp_alloc_memory() no longer exist. > > > > Signed-off-by: Andrew Cooper

Re: [Xen-devel] [PATCH 1/3] xen/x86: Fixup misc stale issues

2016-10-24 Thread Jan Beulich
>>> On 14.10.16 at 18:02, wrote: > * Dom0 does now have an arch_config passed. > * hypercall() and smp_alloc_memory() no longer exist. > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich

[Xen-devel] [PATCH 1/3] xen/x86: Fixup misc stale issues

2016-10-14 Thread Andrew Cooper
* Dom0 does now have an arch_config passed. * hypercall() and smp_alloc_memory() no longer exist. Signed-off-by: Andrew Cooper --- CC: Jan Beulich --- xen/arch/x86/setup.c| 6 +- xen/include/asm-x86/processor.h | 2 --