Re: [Qemu-devel] [PATCH for-2.1 v1 2/3] qdev: Implement named GPIOs

2014-04-25 Thread Peter Crosthwaite
On Fri, Apr 25, 2014 at 12:02 AM, Andreas Färber wrote: > Am 09.04.2014 01:45, schrieb Peter Crosthwaite: >> 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 sing

Re: [Qemu-devel] [PATCH for-2.1 v1 2/3] qdev: Implement named GPIOs

2014-04-24 Thread Andreas Färber
Am 09.04.2014 01:45, schrieb Peter Crosthwaite: > 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. > > Signed-off-by: P

[Qemu-devel] [PATCH for-2.1 v1 2/3] qdev: Implement named GPIOs

2014-04-08 Thread Peter Crosthwaite
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. Signed-off-by: Peter Crosthwaite --- hw/core/qdev.c | 82