Re: [Qemu-devel] [PATCH 04/10] cuda: introduce CUDAState parameter to get_counter()

2018-02-05 Thread Philippe Mathieu-Daudé
On 02/03/2018 07:37 AM, Mark Cave-Ayland wrote: > This will be required shortly and also happens to match nicely with the > corresponding signature for set_counter(). > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé > --- > hw/misc/macio/cuda.c | 10 +- > 1 file

[Qemu-devel] [PATCH 04/10] cuda: introduce CUDAState parameter to get_counter()

2018-02-03 Thread Mark Cave-Ayland
This will be required shortly and also happens to match nicely with the corresponding signature for set_counter(). Signed-off-by: Mark Cave-Ayland --- hw/misc/macio/cuda.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/misc/macio/cuda.c b/hw/misc/macio/cuda.c i