qemu with hax to log dma reads & writes
jcs.org/2018/11/12/vfio
1/*
2 * hostdep.h : things which are dependent on the host architecture
3 *
4 * * Written by Peter Maydell <peter.maydell@linaro.org>
5 *
6 * Copyright (C) 2016 Linaro Limited
7 *
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
10 */
11
12#ifndef MIPS_HOSTDEP_H
13#define MIPS_HOSTDEP_H
14
15#endif