qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 10 lines 180 B view raw
1// error_propagate() already ignores local_err==NULL, so there's 2// no need to check it before calling. 3 4@@ 5identifier L; 6expression E; 7@@ 8-if (L) { 9 error_propagate(E, L); 10-}