Recently I am considering write a driver for edu device. After reading the spec, I found these three small issue. Two first two related the MMIO access and the third is related the DMA operation.
Change since v1: Fix format compile error on Windows Li Qiang (3): tests: fw_cfg: add splash time test case edu: mmio: set 'max_access_size' to 8 edu: mmio: allow mmio read dispatch accept 8 bytes hw/misc/edu.c | 13 +++++++++++++ tests/fw_cfg-test.c | 19 +++++++++++++++++++ 2 files changed, 32 insertions(+) -- 2.17.1