Re: [Xen-devel] [PATCH] tools: always enable HAS_MEM_ACCESS

2015-12-16 Thread Ian Campbell
On Tue, 2015-12-15 at 12:11 +, Ian Campbell wrote: > On Fri, 2015-12-11 at 10:00 -0600, Doug Goldstein wrote: > > For all supported targets HAS_MEM_ACCESS is enabled so this drops the > > conditional and always makes it enabled. The goal here is to remove the > > setting in the top level config

Re: [Xen-devel] [PATCH] tools: always enable HAS_MEM_ACCESS

2015-12-15 Thread Ian Campbell
On Fri, 2015-12-11 at 10:00 -0600, Doug Goldstein wrote: > For all supported targets HAS_MEM_ACCESS is enabled so this drops the > conditional and always makes it enabled. The goal here is to remove the > setting in the top level config directory when kconfig changes land. > > Signed-off-by: Doug

Re: [Xen-devel] [PATCH] tools: always enable HAS_MEM_ACCESS

2015-12-14 Thread Razvan Cojocaru
On 12/11/2015 06:00 PM, Doug Goldstein wrote: > For all supported targets HAS_MEM_ACCESS is enabled so this drops the > conditional and always makes it enabled. The goal here is to remove the > setting in the top level config directory when kconfig changes land. > > Signed-off-by: Doug Goldstein

Re: [Xen-devel] [PATCH] tools: always enable HAS_MEM_ACCESS

2015-12-14 Thread Jan Beulich
>>> On 11.12.15 at 17:00, wrote: > For all supported targets HAS_MEM_ACCESS is enabled so this drops the > conditional and always makes it enabled. The goal here is to remove the > setting in the top level config directory when kconfig changes land. Suggested-by: Jan Beulich > Signed-off-by: Do

[Xen-devel] [PATCH] tools: always enable HAS_MEM_ACCESS

2015-12-11 Thread Doug Goldstein
For all supported targets HAS_MEM_ACCESS is enabled so this drops the conditional and always makes it enabled. The goal here is to remove the setting in the top level config directory when kconfig changes land. Signed-off-by: Doug Goldstein --- tools/tests/xen-access/Makefile | 3 +-- 1 file cha