VirtIO drivers and utilities for QNX.
- QNX SDP installed with
QNX_SDP_INSTALL_DIRenvironment variable set - CMake 3.10 or later
- Python 3.x with pytest (for running tests)
The project uses CMake with presets for different architectures.
cmake --preset x86_64
cmake --build build/x86_64cmake --preset aarch64le
cmake --build build/aarch64leRun the test suite using pytest:
pytestTo test a specific architecture:
pytest --arch=x86_64
# or
pytest --arch=aarch64leMIT - See LICENSE.md for details.