Re: [Qemu-devel] [PATCH 10/13] cuda: port GET_TIME command to new framework

2016-01-24 Thread David Gibson
On Sat, Jan 23, 2016 at 09:40:07PM +0100, Hervé Poussineau wrote: > Signed-off-by: Hervé Poussineau Reviewed-by: David Gibson > --- > hw/misc/macio/cuda.c | 29 + > 1 file changed, 21 insertions(+), 8 deletions(-) > > diff --git a/hw/misc/macio/cuda.c b/hw/misc/mac

[Qemu-devel] [PATCH 10/13] cuda: port GET_TIME command to new framework

2016-01-23 Thread Hervé Poussineau
Signed-off-by: Hervé Poussineau --- hw/misc/macio/cuda.c | 29 + 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/hw/misc/macio/cuda.c b/hw/misc/macio/cuda.c index 64a3e79..55e9cff 100644 --- a/hw/misc/macio/cuda.c +++ b/hw/misc/macio/cuda.c @@ -653,6 +65