[Qemu-devel] [PATCH v2 0/3] hw: edu: some fixes

Li Qiang posted 3 patches 4 years, 12 months ago
Test checkpatch passed
Test asan passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190420161446.2274-1-liq3ea@163.com
Maintainers: Jiri Slaby <jslaby@suse.cz>
There is a newer version of this series
hw/misc/edu.c | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)
[Qemu-devel] [PATCH v2 0/3] hw: edu: some fixes
Posted by Li Qiang 4 years, 12 months ago
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(-)

-- 
2.17.1