Re: [Qemu-devel] [PATCHv2 05/12] cuda: rename frequency property to tb_frequency

2018-02-11 Thread David Gibson
On Sun, Feb 11, 2018 at 10:59:05AM +, Mark Cave-Ayland wrote: > On 10/02/18 23:11, David Gibson wrote: > > > On Sun, Feb 11, 2018 at 09:32:14AM +1100, David Gibson wrote: > > > On Fri, Feb 09, 2018 at 06:51:35PM +, Mark Cave-Ayland wrote: > > > > This allows us to more easily differentiate

Re: [Qemu-devel] [PATCHv2 05/12] cuda: rename frequency property to tb_frequency

2018-02-11 Thread Mark Cave-Ayland
On 10/02/18 23:11, David Gibson wrote: On Sun, Feb 11, 2018 at 09:32:14AM +1100, David Gibson wrote: On Fri, Feb 09, 2018 at 06:51:35PM +, Mark Cave-Ayland wrote: This allows us to more easily differentiate between the timebase frequency used to calibrate the MacOS timers and the actual fr

Re: [Qemu-devel] [PATCHv2 05/12] cuda: rename frequency property to tb_frequency

2018-02-10 Thread David Gibson
On Sun, Feb 11, 2018 at 09:32:14AM +1100, David Gibson wrote: > On Fri, Feb 09, 2018 at 06:51:35PM +, Mark Cave-Ayland wrote: > > This allows us to more easily differentiate between the timebase frequency > > used > > to calibrate the MacOS timers and the actual frequency of the hardware > >

Re: [Qemu-devel] [PATCHv2 05/12] cuda: rename frequency property to tb_frequency

2018-02-10 Thread David Gibson
On Fri, Feb 09, 2018 at 06:51:35PM +, Mark Cave-Ayland wrote: > This allows us to more easily differentiate between the timebase frequency > used > to calibrate the MacOS timers and the actual frequency of the hardware clock > as > indicated by CUDA_TIMER_FREQ. > > Signed-off-by: Mark Cave-A

[Qemu-devel] [PATCHv2 05/12] cuda: rename frequency property to tb_frequency

2018-02-09 Thread Mark Cave-Ayland
This allows us to more easily differentiate between the timebase frequency used to calibrate the MacOS timers and the actual frequency of the hardware clock as indicated by CUDA_TIMER_FREQ. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé --- hw/misc/macio/cuda.c | 10 +-