Re: [Qemu-devel] [PATCH v1 13/16] qdev: gpio: Define qdev_pass_gpios()

2014-08-15 Thread Alexander Graf
On 15.08.14 07:11, Peter Crosthwaite wrote: On Tue, Aug 12, 2014 at 8:55 PM, Alexander Graf wrote: On 12.08.14 12:48, Peter Crosthwaite wrote: On Tue, Aug 12, 2014 at 7:24 PM, Alexander Graf wrote: On 04.08.14 03:58, Peter Crosthwaite wrote: Allows a container to take ownership of GPIOs in

Re: [Qemu-devel] [PATCH v1 13/16] qdev: gpio: Define qdev_pass_gpios()

2014-08-14 Thread Peter Crosthwaite
On Tue, Aug 12, 2014 at 8:55 PM, Alexander Graf wrote: > > On 12.08.14 12:48, Peter Crosthwaite wrote: >> >> On Tue, Aug 12, 2014 at 7:24 PM, Alexander Graf wrote: >>> >>> On 04.08.14 03:58, Peter Crosthwaite wrote: Allows a container to take ownership of GPIOs in a contained devic

Re: [Qemu-devel] [PATCH v1 13/16] qdev: gpio: Define qdev_pass_gpios()

2014-08-12 Thread Alexander Graf
On 12.08.14 12:48, Peter Crosthwaite wrote: On Tue, Aug 12, 2014 at 7:24 PM, Alexander Graf wrote: On 04.08.14 03:58, Peter Crosthwaite wrote: Allows a container to take ownership of GPIOs in a contained device and automatically connect them as GPIOs to the container. This prepares for depre

Re: [Qemu-devel] [PATCH v1 13/16] qdev: gpio: Define qdev_pass_gpios()

2014-08-12 Thread Peter Crosthwaite
On Tue, Aug 12, 2014 at 7:24 PM, Alexander Graf wrote: > > On 04.08.14 03:58, Peter Crosthwaite wrote: >> >> Allows a container to take ownership of GPIOs in a contained >> device and automatically connect them as GPIOs to the container. >> >> This prepares for deprecation of the SYSBUS IRQ functi

Re: [Qemu-devel] [PATCH v1 13/16] qdev: gpio: Define qdev_pass_gpios()

2014-08-12 Thread Alexander Graf
On 04.08.14 03:58, Peter Crosthwaite wrote: Allows a container to take ownership of GPIOs in a contained device and automatically connect them as GPIOs to the container. This prepares for deprecation of the SYSBUS IRQ functionality, which has this feature. We push it up to the device level inst

[Qemu-devel] [PATCH v1 13/16] qdev: gpio: Define qdev_pass_gpios()

2014-08-03 Thread Peter Crosthwaite
Allows a container to take ownership of GPIOs in a contained device and automatically connect them as GPIOs to the container. This prepares for deprecation of the SYSBUS IRQ functionality, which has this feature. We push it up to the device level instead of sysbus level. There's nothing sysbus spe