mbox series

[v2,0/3] hw: edu: some fixes

Message ID 20190420161446.2274-1-liq3ea@163.com (mailing list archive)
Headers show
Series hw: edu: some fixes | expand

Message

Li Qiang April 20, 2019, 4:14 p.m. UTC
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):
  edu: mmio: set 'max_access_size' to 8
  edu: mmio: allow mmio read dispatch accept 8 bytes
  edu: uses uint64_t in dma operation

 hw/misc/edu.c | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)