-
when building vm's for
- [x] cloud-hypervisor
- [x] qemu
- ??? firecracker
-
i'm trying to get borealis work on my machine, ye, unsupported 4 gb ram( wanna take some logs, to learn how it works, maybe it help me with setup on unsupported hardware
-
[Chromebrew](https://github.com/skycocker/chromebrew) is a package manager for ChromeOS and related distros like ChromiumOS, Cloudready, FydeOS, etc. Myself and the other devs would love to see suppor…
-
https://github.com/89luca89/distrobox
ghost updated
11 months ago
-
Based on crosvm comment, the latency of an used buffer is the number of bytes before the current buffer is played:
```
/// It returns how many bytes need to be consumed
/// before the current playb…
-
Just noticed while preparing a new round of tests:
![Screenshot from 2023-12-23 10-49-18](https://github.com/quic/gunyah-support-scripts/assets/33185912/592e6eec-8901-4d58-a980-f2d71dc16b00)
sha…
-
We can port CroVM's virtio-gpu over and implement a simple VNC server to give guest a basic graphical console.
Also https://qemu-project.gitlab.io/qemu/interop/vhost-user-gpu.html.
(This is not …
liuw updated
10 months ago
-
Feature gate: `#![feature(mutex_unlock)]`
This is a tracking issue for the `Mutex::unlock` function. The goal of this function is to replace `drop(mutex_guard)` which doesn't clear express that…
-
Hi, I have a question similar to #15
I succeeded in Gunyah's non-docker setup, but only the primary VM seems to be running.
I found the documentation (https://github.com/quic/gunyah-hypervisor/b…
-
guest side: `while true; do ncat -e /bin/cat --vsock -l 1234 -k; done;`
host side:
```
import socket
import os
socket_path = '/tmp/vm3.vsock'
client = socket.socket(socket.AF_UNIX, socket.SOC…