mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-11-28 00:20:26 +08:00
- Invoke QEMU via just `qemu-system-${arch}` instead of hardcoding
`/usr/bin/qemu-system-${arch}`. This allows locally built QEMU
binaries installed in /usr/local/bin to take precedence.
- Remove `x-no-mmap=true` and `rombar=0` from passed-through GPUs.
With a custom QEMU build these work correctly without disabling mmap,
while the distro QEMU requires `x-no-mmap=true` to avoid severe stalls.
- Add `romfile=` to virtio-blk-pci, virtio-net-pci, and vhost-user-blk-pci
devices. Explicitly suppressing option ROMs avoids unnecessary firmware
loading.
|
||
|---|---|---|
| .. | ||
| bin | ||
| e2e | ||
| lib | ||
| spec | ||
| Gemfile | ||