Re: [Qemu-devel] [PATCH 15/28] ide: stop PIO transfer on errors

2014-08-01 Thread Paolo Bonzini
Il 31/07/2014 14:23, Stefan Hajnoczi ha scritto: > On Mon, Jul 07, 2014 at 02:17:56PM -0400, John Snow wrote: >> From: Paolo Bonzini >> >> This will provide a hook for sending the result of the command via the >> FIS receive area. >> >> Signed-off-by: Paolo Bonzini >> Signed-off-by: John Snow >>

Re: [Qemu-devel] [PATCH 15/28] ide: stop PIO transfer on errors

2014-07-31 Thread John Snow
On 07/31/2014 08:23 AM, Stefan Hajnoczi wrote: On Mon, Jul 07, 2014 at 02:17:56PM -0400, John Snow wrote: From: Paolo Bonzini This will provide a hook for sending the result of the command via the FIS receive area. Signed-off-by: Paolo Bonzini Signed-off-by: John Snow --- hw/ide/core.c |

Re: [Qemu-devel] [PATCH 15/28] ide: stop PIO transfer on errors

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:17:56PM -0400, John Snow wrote: > From: Paolo Bonzini > > This will provide a hook for sending the result of the command via the > FIS receive area. > > Signed-off-by: Paolo Bonzini > Signed-off-by: John Snow > --- > hw/ide/core.c | 7 --- > 1 file changed, 4 in

[Qemu-devel] [PATCH 15/28] ide: stop PIO transfer on errors

2014-07-07 Thread John Snow
From: Paolo Bonzini This will provide a hook for sending the result of the command via the FIS receive area. Signed-off-by: Paolo Bonzini Signed-off-by: John Snow --- hw/ide/core.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/ide/core.c b/hw/ide/core.c index b