qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] hw: edu: some fixes
@ 2019-04-20 15:59 Li Qiang
  2019-04-20 15:59 ` Li Qiang
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Li Qiang @ 2019-04-20 15:59 UTC (permalink / raw)
  To: jslaby, pbonzini; +Cc: qemu-devel, liq3ea, Li Qiang

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [Qemu-devel] [PATCH v2 0/3] hw: edu: some fixes
@ 2019-04-20 16:14 Li Qiang
  2019-04-20 16:14 ` Li Qiang
  0 siblings, 1 reply; 10+ messages in thread
From: Li Qiang @ 2019-04-20 16:14 UTC (permalink / raw)
  To: jslaby, pbonzini; +Cc: qemu-devel, liq3ea, Li Qiang

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-04-20 16:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20 15:59 [Qemu-devel] [PATCH v2 0/3] hw: edu: some fixes Li Qiang
2019-04-20 15:59 ` Li Qiang
2019-04-20 15:59 ` [Qemu-devel] [PATCH v2 1/3] tests: fw_cfg: add splash time test case Li Qiang
2019-04-20 15:59   ` Li Qiang
2019-04-20 15:59 ` [Qemu-devel] [PATCH v2 2/3] edu: mmio: set 'max_access_size' to 8 Li Qiang
2019-04-20 15:59   ` Li Qiang
2019-04-20 15:59 ` [Qemu-devel] [PATCH v2 3/3] edu: mmio: allow mmio read dispatch accept 8 bytes Li Qiang
2019-04-20 15:59   ` Li Qiang
  -- strict thread matches above, loose matches on Subject: below --
2019-04-20 16:14 [Qemu-devel] [PATCH v2 0/3] hw: edu: some fixes Li Qiang
2019-04-20 16:14 ` Li Qiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).