qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 8 lines 164 B view raw
1# 2# Cross compiler for cris system tests 3# 4 5FROM fedora:30 6ENV PACKAGES gcc-cris-linux-gnu 7RUN dnf install -y $PACKAGES 8RUN rpm -q $PACKAGES | sort > /packages.txt