Re: [Qemu-devel] [PATCH] atapi: allow 0 transfer bytes for read_cd command

2016-08-18 Thread John Snow
On 08/18/2016 05:48 AM, Hervé Poussineau wrote: This fixes Windows NT4 startup when a cdrom is inserted. Fixes: 9ef2e93f9b1888c7d0deb4a105149138e6ad2e98 Signed-off-by: Hervé Poussineau --- hw/ide/atapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ide/atapi.c b/hw/

Re: [Qemu-devel] [PATCH] atapi: allow 0 transfer bytes for read_cd command

2016-08-18 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Message-id: 1471513714-11709-1-git-send-email-hpous...@reactos.org Subject: [Qemu-devel] [PATCH] atapi: allow 0 transfer bytes for read_cd command Type: series === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH] atapi: allow 0 transfer bytes for read_cd command

2016-08-18 Thread Hervé Poussineau
This fixes Windows NT4 startup when a cdrom is inserted. Fixes: 9ef2e93f9b1888c7d0deb4a105149138e6ad2e98 Signed-off-by: Hervé Poussineau --- hw/ide/atapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c index 6189675..63312f2 100644 --- a/hw/i