Re: [PATCH] vfio: Enable VFIO device for powerpc

2016-08-11 Thread David Gibson
On Thu, Aug 11, 2016 at 03:19:57PM +0200, Cornelia Huck wrote: > On Thu, 11 Aug 2016 14:57:24 +0200 > Paolo Bonzini wrote: > > > On 26/08/2015 20:54, Paul Mackerras wrote: > > > On Wed, Aug 26, 2015 at 11:34:26AM +0200, Alexander Graf wrote: > > >> On 13.08.15 03:15, David Gibson wrote: > > >>> e

[Patch v4 1/2] x86/mm/numa: Open code function early_get_boot_cpu_id

2016-08-11 Thread Baoquan He
Previously early_acpi_boot_init is called in early_get_boot_cpu_id() to get value for boot_cpu_physical_apicid. Now early_acpi_boot_init() has been taken out and moved to setup_arch(), the name of early_get_boot_cpu_id doesn't match its implementation. And only the getting boot-time SMP configurati

[Patch v4 2/2] x86/acpi: Remove the repeated lapic address override entry parsing

2016-08-11 Thread Baoquan He
ACPI MADT has a 32-bit field providing lapic address at which each processor can access its lapic information. MADT also contains an optional entry to provide a 64-bit address to override the 32-bit one. However the current code does the lapic address override entry parsing twice. One is in early_a

<    4   5   6   7   8   9