Hi Vijay,
On 15/06/17 08:52, Vijay Kilari wrote:
On Wed, May 31, 2017 at 4:07 PM, Jan Beulich wrote:
On 31.05.17 at 12:18, wrote:
On 31/05/17 11:04, Jan Beulich wrote:
On 28.03.17 at 17:53, wrote:
--- a/xen/common/Kconfig
+++ b/xen/common/Kconfig
@@ -41,6 +41,10 @@ config HAS_GDBSX
confi
On Wed, May 31, 2017 at 4:07 PM, Jan Beulich wrote:
On 31.05.17 at 12:18, wrote:
>> On 31/05/17 11:04, Jan Beulich wrote:
>> On 28.03.17 at 17:53, wrote:
--- a/xen/common/Kconfig
+++ b/xen/common/Kconfig
@@ -41,6 +41,10 @@ config HAS_GDBSX
config HAS_IOPORTS
>>> On 31.05.17 at 12:18, wrote:
> On 31/05/17 11:04, Jan Beulich wrote:
> On 28.03.17 at 17:53, wrote:
>>> --- a/xen/common/Kconfig
>>> +++ b/xen/common/Kconfig
>>> @@ -41,6 +41,10 @@ config HAS_GDBSX
>>> config HAS_IOPORTS
>>> bool
>>>
>>> +config NUMA
>>> + def_bool y
>>> + depend
Hi Jan,
On 31/05/17 11:04, Jan Beulich wrote:
On 28.03.17 at 17:53, wrote:
--- a/xen/common/Kconfig
+++ b/xen/common/Kconfig
@@ -41,6 +41,10 @@ config HAS_GDBSX
config HAS_IOPORTS
bool
+config NUMA
+ def_bool y
+ depends on HAS_PDX
What makes necessary this dependency?
>>> On 28.03.17 at 17:53, wrote:
> --- a/xen/common/Kconfig
> +++ b/xen/common/Kconfig
> @@ -41,6 +41,10 @@ config HAS_GDBSX
> config HAS_IOPORTS
> bool
>
> +config NUMA
> + def_bool y
> + depends on HAS_PDX
What makes necessary this dependency?
> --- a/xen/drivers/acpi/Kconfig
From: Vijaya Kumar K
CONFIG_NUMA is defined in xen/drivers/acpi/Kconfig.
Move to common/Kconfig and enabled by default.
Also, NUMA feature uses PDX for physical address to
memory node mapping. Hence make HAS_PDX dependent
for NUMA.
Signed-off-by: Vijaya Kumar K
---
xen/common/Kconfig | 4