qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2]  Named GPIOs
@ 2014-05-12  1:02 Peter Crosthwaite
  2014-05-12  1:03 ` [Qemu-devel] [PATCH v4 1/2] qdev: Implement named GPIOs Peter Crosthwaite
  2014-05-12  1:03 ` [Qemu-devel] [PATCH v4 2/2] ssi: Name the CS GPIO Peter Crosthwaite
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Crosthwaite @ 2014-05-12  1:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, edgari, alistai, afaerber

This series implements Named GPIOs on the qdev level. Patch 1 is the
feature presentation.

Second patch I give a useful example of the feature's use (an SSI
cleanup).

Changed since v3:
Addressed PMM v2 review
Changed since v2:
Re-ordered function args (PMM review)
Changed since v1:
use QLIST (AF review)
Dropped former P1 (too far out of scope)


Peter Crosthwaite (2):
  qdev: Implement named GPIOs
  ssi: Name the CS GPIO.

 hw/arm/stellaris.c                  |  7 ++--
 hw/arm/xilinx_zynq.c                |  2 +-
 hw/core/qdev.c                      | 82 ++++++++++++++++++++++++++++++++-----
 hw/microblaze/petalogix_ml605_mmu.c |  2 +-
 hw/ssi/ssi.c                        |  4 +-
 include/hw/qdev-core.h              | 24 +++++++++--
 include/hw/ssi.h                    |  2 +
 qdev-monitor.c                      | 16 +++++---
 qtest.c                             | 19 ++++++---
 9 files changed, 127 insertions(+), 31 deletions(-)

-- 
1.9.2.1.g06c4abd

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

end of thread, other threads:[~2014-05-16 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12  1:02 [Qemu-devel] [PATCH v4 0/2] Named GPIOs Peter Crosthwaite
2014-05-12  1:03 ` [Qemu-devel] [PATCH v4 1/2] qdev: Implement named GPIOs Peter Crosthwaite
2014-05-16 15:18   ` Peter Maydell
2014-05-12  1:03 ` [Qemu-devel] [PATCH v4 2/2] ssi: Name the CS GPIO Peter Crosthwaite

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