Re: [Qemu-devel] [PATCH v2 3/5] hw/gpio: Add the xlnx-pmu-iomod-gpo device

2018-05-03 Thread Alistair Francis
On Thu, Mar 1, 2018 at 9:02 AM Philippe Mathieu-Daudé wrote: > Hi Alistair, > On 02/28/2018 07:32 PM, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > > --- > > > > include/hw/gpio/xlnx-pmu-iomod-gp.h | 52 + > > hw/gpio/xlnx-pmu-iomod-gp.c | 150 +

Re: [Qemu-devel] [PATCH v2 3/5] hw/gpio: Add the xlnx-pmu-iomod-gpo device

2018-03-01 Thread Philippe Mathieu-Daudé
Hi Alistair, On 02/28/2018 07:32 PM, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > > include/hw/gpio/xlnx-pmu-iomod-gp.h | 52 + > hw/gpio/xlnx-pmu-iomod-gp.c | 150 > > hw/gpio/Makefile.objs | 2 + >

[Qemu-devel] [PATCH v2 3/5] hw/gpio: Add the xlnx-pmu-iomod-gpo device

2018-02-28 Thread Alistair Francis
Signed-off-by: Alistair Francis --- include/hw/gpio/xlnx-pmu-iomod-gp.h | 52 + hw/gpio/xlnx-pmu-iomod-gp.c | 150 hw/gpio/Makefile.objs | 2 + 3 files changed, 204 insertions(+) create mode 100644 include/hw/gpio/xlnx-pm