-
### Describe the bug
When the main thread ends on `uk_sched_thread_exit`, the unikernel never stops as the idle thread gets constantly rescheduled.
### Steps to reproduce
Running the following simp…
shym updated
2 months ago
-
Goal: Benchmark the unikernel with appropriately chosen criteria
-
There's need for having unique IDs for the web UI. It looks like both "this unikernel with this name serving this service" is a good thing to have, and also "this is the execution of Y" -- so we can i…
-
As I mentioned on the opencontainer list I am interested in supporting unikernels in VMs with opencontainers. There is a big overlap with runv here, so I am wondering whether to merge into runv or to …
-
A relevant Linux feature (UKL) has just been proposed: https://lore.kernel.org/lkml/20221003222133.20948-1-aliraza@bu.edu/
A research paper on the work: https://arxiv.org/pdf/2206.00789.pdf
Brie…
-
Hello. I asked people from unik (https://github.com/emc-advanced-dev/unik/issues/6#issuecomment-273763144) about running [rumprun](https://github.com/emc-advanced-dev/unik/blob/master/docs/compilers/r…
-
I've reached the last step, trying to build the AMI image, and I'm getting this error:
```
rune@Runes-MacBook-Pro:~/IdeaProjects/halvm-web$ docker run -v ${PWD}/halvm halvm/extended ec2-unikernel -o …
-
I'm running rumprun on qemu (hw target) using e1000 (wm0, configured with DHCP) with the following code snippet:
```C
// A: sched_yield();
char buf[64];
pkt_sent = 0;
while (pkt_sent < 3) {
…
-
-
We use cirrus CI a lot to build our unikernels. We should there use orb and upload the results to builder-web.
For builder-web, I suspect it'd be good to have Bearer authentication in place.
For…