Re: [Qemu-devel] [PATCH v3 1/2] qdev: Implement named GPIOs

2014-05-11 Thread Peter Crosthwaite
On Sat, May 10, 2014 at 2:52 AM, Peter Maydell wrote: > On 8 May 2014 07:59, Peter Crosthwaite wrote: >> 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

Re: [Qemu-devel] [PATCH v3 1/2] qdev: Implement named GPIOs

2014-05-09 Thread Peter Maydell
On 8 May 2014 07:59, Peter Crosthwaite wrote: > 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: Pet

[Qemu-devel] [PATCH v3 1/2] qdev: Implement named GPIOs

2014-05-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 --- Changed since v2: Reordered fn args to