qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 15 lines 624 B view raw
1common-obj-$(CONFIG_DS1338) += ds1338.o 2common-obj-$(CONFIG_M41T80) += m41t80.o 3common-obj-$(CONFIG_M48T59) += m48t59.o 4ifeq ($(CONFIG_ISA_BUS),y) 5common-obj-$(CONFIG_M48T59) += m48t59-isa.o 6endif 7common-obj-$(CONFIG_PL031) += pl031.o 8common-obj-$(CONFIG_TWL92230) += twl92230.o 9common-obj-$(CONFIG_XLNX_ZYNQMP) += xlnx-zynqmp-rtc.o 10common-obj-$(CONFIG_EXYNOS4) += exynos4210_rtc.o 11obj-$(CONFIG_MC146818RTC) += mc146818rtc.o 12common-obj-$(CONFIG_SUN4V_RTC) += sun4v-rtc.o 13common-obj-$(CONFIG_ASPEED_SOC) += aspeed_rtc.o 14common-obj-$(CONFIG_GOLDFISH_RTC) += goldfish_rtc.o 15common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-rtc.o