Re: [Qemu-devel] [PATCH v1 1/2] timer: Initial commit of xlnx-pmu-iomod-pit device

2018-02-07 Thread Philippe Mathieu-Daudé
On 02/07/2018 04:49 PM, Alistair Francis wrote: > On Tue, Feb 6, 2018 at 6:18 PM, Philippe Mathieu-Daudé > wrote: >> Hi Alistair, >> >> On 02/06/2018 07:23 PM, Alistair Francis wrote: >>> Signed-off-by: Alistair Francis >>> --- >>> >>> include/hw/timer/xlnx-pmu-iomod-pit.h | 58 >>> h

Re: [Qemu-devel] [PATCH v1 1/2] timer: Initial commit of xlnx-pmu-iomod-pit device

2018-02-07 Thread Alistair Francis
On Tue, Feb 6, 2018 at 6:18 PM, Philippe Mathieu-Daudé wrote: > Hi Alistair, > > On 02/06/2018 07:23 PM, Alistair Francis wrote: >> Signed-off-by: Alistair Francis >> --- >> >> include/hw/timer/xlnx-pmu-iomod-pit.h | 58 >> hw/timer/xlnx-pmu-iomod-pit.c | 241 >> ++

Re: [Qemu-devel] [PATCH v1 1/2] timer: Initial commit of xlnx-pmu-iomod-pit device

2018-02-06 Thread Philippe Mathieu-Daudé
Hi Alistair, On 02/06/2018 07:23 PM, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > > include/hw/timer/xlnx-pmu-iomod-pit.h | 58 > hw/timer/xlnx-pmu-iomod-pit.c | 241 > ++ > hw/timer/Makefile.objs| 2 + >

[Qemu-devel] [PATCH v1 1/2] timer: Initial commit of xlnx-pmu-iomod-pit device

2018-02-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- include/hw/timer/xlnx-pmu-iomod-pit.h | 58 hw/timer/xlnx-pmu-iomod-pit.c | 241 ++ hw/timer/Makefile.objs| 2 + 3 files changed, 301 insertions(+) create mode 100644 include/hw/timer/xlnx-pm