Re: [Qemu-devel] [PATCH V2 07/10] introduce fixed-clock

2017-02-06 Thread Cédric Le Goater
On 01/26/2017 10:47 AM, fred.kon...@greensocs.com 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 | 1 + > hw/misc/fixed-clock.c

[Qemu-devel] [PATCH V2 07/10] introduce fixed-clock

2017-01-26 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 | 1 + hw/misc/fixed-clock.c | 88 +++ include/hw/misc/fixed