-
virtio-GPU blob resources require a special extension to the vhost-user protocol. @alyssais currently maintains an out-of-tree crosvm patch for this.
-
I'd like to know if anyone else has experimented with, or even got working, sibling VSOCK communications.
This past week I looked into enabling communication between guest vm siblings over AF_VSOCK…
-
I try to refer to https://github.com/google/android-cuttlefish/tree/steve-dir-fix/docker
Have anyone ever encountered a similar problem?
The environment and build command of my host are as follo…
-
I own a Chromebook Pixel, and use the crosvm (debian) option to do some coding. I tried installing Rust, and the installer placed files in the incorrect location.
## Steps
1) I looked up the comma…
-
qemu version above 8.2 supports Rutabaga_gfxstream(just you need to build with this function open).I have compiled and installed gfxstream on host Ubuntu.Cuttlefish image also supports gfxstream as gu…
LFRon updated
4 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…
-
Hello, is it possible to support to run RTOS with gunyah-hypervisor or any plan?
-
I've been trialing `wayland-proxy-virtwl` today (for my spectrum-related project of getting it to support security contexts), and noticed that it doesn't do dmabuf passthrough at all yet, how much wor…
-
Currently wayrs-client crate only supports unix socket as the transport for wayland protocol.
Right now, I'm trying to modify the crate to be generic over the transport so I can use it with virtio…
-
Update VirtIO-GPU documentation for the `GFXSTREAM` and `DRM` contexts.
1. `GFXSTREAM` context was obsoleted and replaced/renamed with `GFXSTREAM_VULKAN`.
2. `DRM` native context is a new context…