mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
The mechanism currently used to pass data from the dEQP child process executed in a crosvm guest environment towards the deqp-runner wrapper script that starts the crosvm instance is based on creating, writing and reading regular files. In addition to the main drawback of using the storage, this approach is potentially unreliable because the data cannot be transferred in real-time and there is no control on ending the transmission. It also requires a forced sleep for syncing the content, while the minimum amount of time necessary to wait cannot be easily and safely determined. Replace this with an IPC based on the virtio transport for virtual sockets (virtio-vsock). Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14995> |
||
|---|---|---|
| .. | ||
| bare-metal | ||
| common | ||
| container | ||
| fossils | ||
| lava | ||
| meson | ||
| piglit | ||
| tests | ||
| vkd3d-proton | ||
| windows | ||
| all-skips.txt | ||
| cross-xfail-ppc64el | ||
| cross-xfail-s390x | ||
| crosvm-init.sh | ||
| crosvm-runner.sh | ||
| deqp-runner.sh | ||
| docs | ||
| download-git-cache.sh | ||
| fossilize-runner.sh | ||
| fossils.yml | ||
| gtest-runner.sh | ||
| image-tags.yml | ||
| prepare-artifacts.sh | ||
| report-flakes.py | ||
| run-shader-db.sh | ||
| skqp-runner.sh | ||
| test-source-dep.yml | ||
| x86_64-w64-mingw32 | ||