|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v3 2/3] lib/ukboot: Call internal constructors
Hello Vlad, Sorry I missed a comment, please find it inline. Thanks & Regards Sharan On 4/12/19 5:11 PM, Sharan Santhanam wrote: Hello Vlad, this patch seems fine. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> Thanks & Regards Sharan On 4/10/19 1:02 PM, Vlad-Andrei BĂDOIU (78692) wrote:From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> --- lib/ukboot/boot.c | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/lib/ukboot/boot.c b/lib/ukboot/boot.c index 48467828..90224986 100644 --- a/lib/ukboot/boot.c +++ b/lib/ukboot/boot.c @@ -56,6 +56,7 @@ #include <uk/plat/time.h> #include <uk/essentials.h> #include <uk/print.h> +#include <uk/ctors.h> #include <uk/argparse.h> #if CONFIG_LIBUKBUS #include <uk/bus.h> @@ -79,6 +80,17 @@ static void main_thread_func(void *arg) int ret; struct thread_main_arg *tma = arg; We move the __init_array_start alone. We should also move the __preinit_array_start table. I moved it and tested it seems to work fine.
_______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |