-
Updated
Jun 8, 2020 - C++
virtual-machine
Here are 1,272 public repositories matching this topic...
Eclipse OMR is a C/C++ toolkit for building language runtimes. OMR has a high level JIT compilation library called JitBuilder, which is built on OMR's more general compilation framework. We also have a demo VM called [Base9](https://github.com/b9org/
-
Updated
May 22, 2020 - LLVM
Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:
- If no arguments passed it should display help section instead of opening
REPL - To open
REPLadd a new flag for examplegravity --repl gravity new [project]- a new simple command to create new project. (A wizard which helps with co
Right now the process isn't documented and is done by calling different classes in the project. Make a gradle task and document it a bit to make it easier for people to update it themselves.
Related discussion: CalebFenton/simplify#57
-
Updated
May 24, 2020 - C
-
Updated
Mar 23, 2019 - C
-
Updated
Apr 29, 2020 - Shell
Part of our strategy for supporting elixir is by using the mix compiler located in lumen_elixir (abstr_out branch).
The format this emits is abstract erlang (.abstr), different from the regular erlang code used by the normal frontend (.erl).
In libeir_syntax_erl there is a [separate frontend](https://github.com/eirproject/eir/blob
cloud-init url
What are you trying to do?
I would like to be able to use a cloud-init.yml from a url while launching a new vm
multipass launch -n test -c 2 --cloud-init http://my-home.com/multipass/cloud-init.yml
What's your proposed solution?
--cloud-init should support http:// files
Additional context
Add any other context or screenshots about the feature request here.
Kata shimv2 does not have any tracing yet. Will be useful to add this.
-
Updated
Feb 19, 2019 - C
-
Updated
Apr 13, 2020 - C
Behavior:
Issuing vagarant hostmanager with "-h" or "--help" updates host files on vm(s). It shouldn't. Help message gets printed, anyway.
Step to reproduce:
vagrant hostmanager -h
Usage: vagrant hostmanager [vm-name]
--provider provider Update machines with the specific provider.
-h, --help Print this help
[vagrant-hostmanager:g
-
Updated
May 25, 2020 - C
With -h or no options at all, the grader should also output what it is and refer to the selfie project.
Using the following YAML should output warnings per offending spec instead of ignoring them silently.
Example:
footloose create
WARN[0000] Options under "spec.ignite" for "manager-%d" are ignored when using the "docker" backend
WARN[0000] Options under "spec.ignite" for "worker-%d" are ignored when using the "docker" backend
INFO[0000] Docker Image: quay.io/footloose/ubuntu18.04 prese
-
Updated
Mar 16, 2020 - Dockerfile
-
Updated
Jan 3, 2020 - C++
[Docs] Protobuf
Is your feature request related to a problem? Please describe.
The current documentation of LIKO-12 suffers from many problems, including:
- Generated on the user's browser, and so it's not indexable by search engines.
- It's hard to navigate between pages.
- The theme is not much good.
Describe the solution you'd like
We want a better documentation software, which:
- Stores the d
Discussing the API with @jochem-brouwer we thought it might be easier from a developer PoV to have a modifyAccountFields that internally fetches an account from the trie, modify the given fields and then do a putAccount. This is to avoid users having to to the getAccount everytime they want to change an account. The method should probably throw if account doesn't exist.
-
Updated
May 25, 2020
-
Updated
Jun 22, 2019 - JavaScript
-
Updated
Jun 17, 2020 - Shell
Improve this page
Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtual-machine topic, visit your repo's landing page and select "manage topics."
The seccomp filters are tailored for the Firecracker musl build. We should specify how to run Firecracker when building it with gnu as well.
Requested by @rbrasga in firecracker-microvm/firecracker#1515 (comment)