Ping! On Wed, Apr 9, 2014 at 9:44 AM, Peter Crosthwaite <peter.crosthwa...@xilinx.com> wrote: > This series implements Named GPIOs on the qdev level. Patch 2 is the > feature presentation. > > First patch is a developer-centric patch I have had in my tree for a > while. I include it so it picks up the change pattern in P2. > > Last patch I give a useful example of the features use (an SSI > cleanup). > > > Peter Crosthwaite (3): > qdev: Define qdev_get_gpio_out > qdev: Implement named GPIOs > ssi: Name the CS GPIO. > > hw/arm/stellaris.c | 7 ++-- > hw/arm/xilinx_zynq.c | 2 +- > hw/core/qdev.c | 84 > ++++++++++++++++++++++++++++++++----- > hw/microblaze/petalogix_ml605_mmu.c | 2 +- > hw/ssi/ssi.c | 4 +- > include/hw/qdev-core.h | 26 ++++++++++-- > include/hw/ssi.h | 2 + > qdev-monitor.c | 14 ++++--- > qtest.c | 15 ++++--- > 9 files changed, 125 insertions(+), 31 deletions(-) > > -- > 1.9.1.1.gbb9f595 >