Re: [Qemu-devel] [PATCH 01/13] cuda: add a framework to handle commands

2016-01-24 Thread David Gibson
On Sat, Jan 23, 2016 at 09:39:58PM +0100, Hervé Poussineau wrote: > Next commits will port existing CUDA commands to this framework. > > Signed-off-by: Hervé Poussineau Reviewed-by: David Gibson > --- > hw/misc/macio/cuda.c | 34 ++ > 1 file changed, 34 inserti

[Qemu-devel] [PATCH 01/13] cuda: add a framework to handle commands

2016-01-23 Thread Hervé Poussineau
Next commits will port existing CUDA commands to this framework. Signed-off-by: Hervé Poussineau --- hw/misc/macio/cuda.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/hw/misc/macio/cuda.c b/hw/misc/macio/cuda.c index 9db4c64..69f69c2 100644 --- a/hw/mis