[Qemu-devel] [PATCH 2/3] ide: restart atapi dma by re-evaluating command packet

2016-04-05 Thread Denis V. Lunev
From: Pavel Butsykin ide_atapi_dma_restart() used to just complete the DMA with an error, under the assumption that there isn't enough information to restart it. However, as the contents of the ->io_buffer is preserved, it looks safe to just re-evaluate it and dispatch the ATAPI command again.

Re: [Qemu-devel] [PATCH 2/3] ide: restart atapi dma by re-evaluating command packet

2016-04-04 Thread Pavel Butsykin
On 02.04.2016 00:01, John Snow wrote: On 04/01/2016 10:32 AM, Denis V. Lunev wrote: From: Pavel Butsykin ide_atapi_dma_restart() used to just complete the DMA with an error, under the assumption that there isn't enough information to restart it. However, as the contents of the ->io_buffer i

Re: [Qemu-devel] [PATCH 2/3] ide: restart atapi dma by re-evaluating command packet

2016-04-01 Thread John Snow
On 04/01/2016 10:32 AM, Denis V. Lunev wrote: > From: Pavel Butsykin > > ide_atapi_dma_restart() used to just complete the DMA with an error, > under the assumption that there isn't enough information to restart it. > > However, as the contents of the ->io_buffer is preserved, it looks safe to

[Qemu-devel] [PATCH 2/3] ide: restart atapi dma by re-evaluating command packet

2016-04-01 Thread Denis V. Lunev
From: Pavel Butsykin ide_atapi_dma_restart() used to just complete the DMA with an error, under the assumption that there isn't enough information to restart it. However, as the contents of the ->io_buffer is preserved, it looks safe to just re-evaluate it and dispatch the ATAPI command again.

[Qemu-devel] [PATCH 2/3] ide: restart atapi dma by re-evaluating command packet

2016-03-28 Thread Denis V. Lunev
From: Pavel Butsykin ide_atapi_dma_restart() used to just complete the DMA with an error, under the assumption that there isn't enough information to restart it. However, as the contents of the ->io_buffer is preserved, it looks safe to just re-evaluate it and dispatch the ATAPI command again.

[Qemu-devel] [PATCH 2/3] ide: restart atapi dma by re-evaluating command packet

2016-03-23 Thread Denis V. Lunev
From: Pavel Butsykin ide_atapi_dma_restart() used to just complete the DMA with an error, under the assumption that there isn't enough information to restart it. However, as the contents of the ->io_buffer is preserved, it looks safe to just re-evaluate it and dispatch the ATAPI command again.