sysml / lightvm

228 stars 14 forks source link

Is Tinyx available in the source repository? #1

Open stevepp opened 7 years ago

stevepp commented 7 years ago

Hi, In the SOSP paper talking about LightVM, a tool called Tinyx is used to create minimalistic Linux VM images customized to a specific target application. I am just wondering whether this build system is also available in the LightVM source repository as I didn't find it after searching around. I would greatly appreciate it if someone could give some pointer.

felipehuici commented 7 years ago

Hi Steve,

Unfortunately Tinyx isn’t clean enough at this point for it to be released as open source (all other components of LightVM should be available). We’re working on improving it, but we don’t have a specific release plan for it.

Sorry about that.

— Felipe

============================================================

Dr. Felipe Huici

Chief Researcher, Networked Systems and Data Analytics Group

NEC Laboratories Europe, Network Research Division

Kurfuerstenanlage 36, D-69115 Heidelberg

Tel. +49 (0)6221 4342-241

Fax: +49 (0)6221 4342-155

e-mail: felipe.huici@neclab.eu

============================================================

NEC Europe Limited Registered Office: NEC House, 1 Victoria Road, London W3 6BL Registered in England 2832014

From: stevepp notifications@github.com<mailto:notifications@github.com> Reply-To: sysml/lightvm reply@reply.github.com<mailto:reply@reply.github.com> Date: Monday, October 16, 2017 at 11:26 PM To: sysml/lightvm lightvm@noreply.github.com<mailto:lightvm@noreply.github.com> Cc: Subscribed subscribed@noreply.github.com<mailto:subscribed@noreply.github.com> Subject: [sysml/lightvm] Is Tinyx available in the source repository? (#1)

Hi, In the SOSP paper talking about LightVM, a tool called Tinyx is used to create minimalistic Linux VM images customized to a specific target application. I am just wondering whether this build system is also available in the LightVM source repository as I didn't find it after searching around. I would greatly appreciate it if someone could give some pointer.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/sysml/lightvm/issues/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AG52uESZ6i68Ue3BwkvVOKJQhIBftu1vks5ss8oTgaJpZM4P7RJe.

nderjung commented 6 years ago

Hi, any progress on this? I've read the paper which introduces it and would love to see specifics, implementation and to test it myself.

yvolchkov commented 6 years ago

Hi Alexander,

guys from Oregon State University are taking over this project. Could you please contact Akshith (in cc). Also we would like to ask you to keep us (sysml@listserv.neclab.eu) in future communications about Tinyx.

-- Yuri

Alexander Jung notifications@github.com writes:

Hi, any progress on this? I've read the paper which introduces it and would love to see specifics, implementation and to test it myself.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/sysml/lightvm/issues/1#issuecomment-370768387

-- Yuri Volchkov Software Specialist

NEC Europe Ltd Kurfürsten-Anlage 36 D-69115 Heidelberg

hyperfekt commented 6 years ago

@akshithg Any update on this? I would imagine this tool would be very useful for a ton of people.

akshithg commented 6 years ago

@hyperfekt There hasn't been any significant progress on this. I'm currently working on the kconfig system. Big picture:

  1. A graph to understand how the kernel config options relate to one another.
  2. Figuring a way to obtain a bare minimum config for a given application (automated). It is still a work in progress. Will share the link here once it is usable.