-
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…
-
## Progress
- [ ] Add `FromBytes::read_from_io` and `IntoBytes::write_to_io` in 0.8
- [ ] In 0.9, perform the following renames:
- `IntoBytes::write_to` -> `write_to_bytes` (to be consistent with `…
-
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…
-
### problem statement
pre-submit check is very useful. However, repo upload command with --wip flag is used for uploading the WIP CL to save the current state sometimes. running pre-check on such WIP…
-
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…
-
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
-
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…
-
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…
-
The script to launch the 16.9.4
```
#!/bin/bash
qemu-kvm -enable-kvm \
-m 8G -smp 4 -cpu host \
-display gtk,gl=on,zoom-to-fit=off \
-device virtio-vga-gl \
-device qemu-xhci,p2=5,p3=5,id=x…
-
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…