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

This kinda falls through the cracks between the active maintainerships.
In v4 review, Peter suggested QOM queue, can this go via?

Regards,
Peter

Changed since v4:
Addressed PMM v4 review
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                      | 85 ++++++++++++++++++++++++++++++++-----
 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, 130 insertions(+), 31 deletions(-)

-- 
1.9.3.1.ga73a6ad


Reply via email to