[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBLUA PATCH v2 0/4] Support for the Lua language
Hi Felipe In summary Patch 1,2,4 look good to me. Patch 3 got the compilation warnings -- Cheers, Justin (Jia He) > -----Original Message----- > From: Minios-devel <minios-devel-bounces@xxxxxxxxxxxxxxxxxxxx> On Behalf > Of Felipe Huici > Sent: 2019年9月11日 20:01 > To: minios-devel@xxxxxxxxxxxxx > Cc: Felipe Huici <felipe.huici@xxxxxxxxx> > Subject: [Minios-devel] [UNIKRAFT/LIBLUA PATCH v2 0/4] Support for the > Lua language > > This is our intial port of the lua language to Unikraft. For now it supports > interactive mode, running a string (i.e., a script) and running a script > from a file provided via initrd. > > Changes from v1: > *) Depend on newlib > *) Fix commit history > *) Export additional symbols > > *** BLURB HERE *** > > Felipe Huici (4): > Introduce library skeleton > Add Makefile.uk > Add patches directory > Export symbols > > .gitignore | 27 ++ > CODING_STYLE.md | 4 + > CONTRIBUTING.md | 4 + > COPYING.md | 39 +++ > Config.uk | 4 + > MAINTAINERS.md | 11 + > Makefile.uk | 102 +++++++ > README.md | 9 + > exportsyms.uk | 338 > +++++++++++++++++++++++ > patches/0001-add-initrd-rename-entry-point.patch | 42 +++ > 10 files changed, 580 insertions(+) > create mode 100644 .gitignore > create mode 100644 CODING_STYLE.md > create mode 100644 CONTRIBUTING.md > create mode 100644 COPYING.md > create mode 100644 Config.uk > create mode 100644 MAINTAINERS.md > create mode 100644 Makefile.uk > create mode 100644 README.md > create mode 100644 exportsyms.uk > create mode 100644 patches/0001-add-initrd-rename-entry-point.patch > > -- > 2.11.0 > > > _______________________________________________ > Minios-devel mailing list > Minios-devel@xxxxxxxxxxxxxxxxxxxx > https://lists.xenproject.org/mailman/listinfo/minios-devel IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |