Re: [MINI-OS PATCH 2/2] drop CONFIG_XC support

2024-10-08 Thread Samuel Thibault
Hello, Jürgen Groß, le mar. 08 oct. 2024 11:22:11 +0200, a ecrit: > On 08.10.24 00:13, Samuel Thibault wrote: > > Juergen Gross, le lun. 07 oct. 2024 12:34:56 +0200, a ecrit: > > > CONFIG_XC is no longer needed with individual CONFIG_LIBXEN support. > > > > I don't really see why in the previous

Re: [MINI-OS PATCH 2/2] drop CONFIG_XC support

2024-10-08 Thread Jürgen Groß
On 08.10.24 00:13, Samuel Thibault wrote: Juergen Gross, le lun. 07 oct. 2024 12:34:56 +0200, a ecrit: CONFIG_XC is no longer needed with individual CONFIG_LIBXEN support. I don't really see why in the previous patch you introduced compatibility and here you remove it? Originally I meant to

Re: [MINI-OS PATCH 2/2] drop CONFIG_XC support

2024-10-07 Thread Samuel Thibault
Juergen Gross, le lun. 07 oct. 2024 12:34:56 +0200, a ecrit: > CONFIG_XC is no longer needed with individual CONFIG_LIBXEN support. I don't really see why in the previous patch you introduced compatibility and here you remove it? Samuel > Remove it, while disabling the CONFIG_LIBXEN items by def

[MINI-OS PATCH 2/2] drop CONFIG_XC support

2024-10-07 Thread Juergen Gross
CONFIG_XC is no longer needed with individual CONFIG_LIBXEN support. Remove it, while disabling the CONFIG_LIBXEN items by default. Signed-off-by: Juergen Gross --- Config.mk | 30 +- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/Config.mk b/Config.m