]> git.proxmox.com Git - mirror_qemu.git/commit - include/hw/qdev-core.h
qdev: Implement named GPIOs
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 20 May 2014 06:30:58 +0000 (23:30 -0700)
committerAndreas Färber <afaerber@suse.de>
Wed, 28 May 2014 15:36:21 +0000 (17:36 +0200)
commita5f54290ceb31281158413d4cda1ca80908a56cc
tree9aef5977f457c66a93c1527ba4151a3b1f670eef
parent6b1b1440199c1a910b91bc9e029974f44746633d
qdev: Implement named GPIOs

Implement named GPIOs on the Device layer. Listifies the existing GPIOs
stuff using string keys. Legacy un-named GPIOs are preserved by using
a NULL name string - they are just a single matchable element in the
name list.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/core/qdev.c
include/hw/qdev-core.h
qdev-monitor.c
qtest.c