Re: [Qemu-devel] [RFC PATCH 06/11] introduce fixed-clock

2016-08-03 Thread Alistair Francis
On Tue, Aug 2, 2016 at 4:56 AM, KONRAD Frederic wrote: > > > Le 02/07/2016 à 01:07, Alistair Francis a écrit : >> >> On Mon, Jun 13, 2016 at 9:27 AM, wrote: >>> >>> From: KONRAD Frederic >>> >>> This is a fixed clock device. >>> It justs behave as an empty device with a parametrable output rate

Re: [Qemu-devel] [RFC PATCH 06/11] introduce fixed-clock

2016-08-02 Thread KONRAD Frederic
Le 02/07/2016 à 01:07, Alistair Francis a écrit : On Mon, Jun 13, 2016 at 9:27 AM, wrote: From: KONRAD Frederic This is a fixed clock device. It justs behave as an empty device with a parametrable output rate. Signed-off-by: KONRAD Frederic --- hw/misc/Makefile.objs | 2 + hw

Re: [Qemu-devel] [RFC PATCH 06/11] introduce fixed-clock

2016-07-01 Thread Alistair Francis
On Mon, Jun 13, 2016 at 9:27 AM, wrote: > From: KONRAD Frederic > > This is a fixed clock device. > It justs behave as an empty device with a parametrable output rate. > > Signed-off-by: KONRAD Frederic > --- > hw/misc/Makefile.objs | 2 + > hw/misc/fixed-clock.c | 87 > +

[Qemu-devel] [RFC PATCH 06/11] introduce fixed-clock

2016-06-13 Thread fred . konrad
From: KONRAD Frederic This is a fixed clock device. It justs behave as an empty device with a parametrable output rate. Signed-off-by: KONRAD Frederic --- hw/misc/Makefile.objs | 2 + hw/misc/fixed-clock.c | 87 +++ include/hw/misc/fixed