qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] aspeed/smc: add support for DMAs
@ 2017-02-13 14:44 Cédric Le Goater
  2017-02-13 14:44 ` [Qemu-devel] [PATCH 1/2] aspeed/smc: add a 'sdram_base' property Cédric Le Goater
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Cédric Le Goater @ 2017-02-13 14:44 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Peter Crosthwaite, Paolo Bonzini, qemu-arm, qemu-devel,
	Cédric Le Goater

Hello,

Here is a short series adding support for DMAs to the SMC controller
of the Aspeed SoCs. It uses coroutines to spawn the DMA requests in
bottom halves. This method is inspired from the block layer, the code
looks nice but maybe, this is unnecessarily complex. Paolo, could you
provide some feedback ?

Thanks,

C. 

Cédric Le Goater (2):
  aspeed/smc: add a 'sdram_base' property
  aspeed/smc: add support for DMAs

 hw/arm/aspeed_soc.c         |   5 +-
 hw/ssi/aspeed_smc.c         | 233 ++++++++++++++++++++++++++++++++++++++++++--
 include/hw/ssi/aspeed_smc.h |   3 +
 3 files changed, 233 insertions(+), 8 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-02-20 16:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13 14:44 [Qemu-devel] [PATCH 0/2] aspeed/smc: add support for DMAs Cédric Le Goater
2017-02-13 14:44 ` [Qemu-devel] [PATCH 1/2] aspeed/smc: add a 'sdram_base' property Cédric Le Goater
2017-02-20 13:51   ` Peter Maydell
2017-02-20 14:30     ` Cédric Le Goater
2017-02-20 14:38       ` Peter Maydell
2017-02-20 16:33         ` Cédric Le Goater
2017-02-13 14:44 ` [Qemu-devel] [PATCH 2/2] aspeed/smc: add support for DMAs Cédric Le Goater
2017-02-13 17:20 ` [Qemu-devel] [PATCH 0/2] " Cédric Le Goater

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).