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

2014-05-05 Thread Peter Crosthwaite
On Tue, Apr 29, 2014 at 8:52 AM, Peter Crosthwaite wrote: > On Tue, Apr 29, 2014 at 12:54 AM, Peter Maydell > wrote: >> On 28 April 2014 01:45, Peter Crosthwaite >> wrote: >>> Implement named GPIOs on the Device layer. Listifies the existing GPIOs >>> stuff using string keys. Legacy un-named GP

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

2014-04-28 Thread Peter Crosthwaite
On Tue, Apr 29, 2014 at 12:54 AM, Peter Maydell wrote: > On 28 April 2014 01:45, 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

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

2014-04-28 Thread Peter Maydell
On 28 April 2014 01:45, 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. > @@ -252,7 +260,1

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

2014-04-27 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 v1: Use QLIST instead of