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

2016-01-24 Thread David Gibson
On Sat, Jan 23, 2016 at 09:40:05PM +0100, Hervé Poussineau wrote: > This command tells if computer should automatically wake-up after a power > loss. > > Signed-off-by: Hervé Poussineau Reviewed-by: David Gibson > --- > hw/misc/macio/cuda.c | 17 - > 1 file changed, 16 insert

[Qemu-devel] [PATCH 08/13] cuda: port FILE_SERVER_FLAG command to new framework

2016-01-23 Thread Hervé Poussineau
This command tells if computer should automatically wake-up after a power loss. Signed-off-by: Hervé Poussineau --- hw/misc/macio/cuda.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/hw/misc/macio/cuda.c b/hw/misc/macio/cuda.c index 70a5d0c..294e8fb 100644