Re: [Qemu-devel] [PATCH 1/1] ide/atapi: Mark non-data commands as complete

2014-09-12 Thread John Snow
On 09/12/2014 12:08 PM, Paolo Bonzini wrote: Il 12/09/2014 18:00, John Snow ha scritto: When the command completion code in IDE and AHCI was unified to put all command completion inside of a callback, "cmd_done," we neglected to ensure that all AHCI/ATAPI command paths would eventually registe

Re: [Qemu-devel] [PATCH 1/1] ide/atapi: Mark non-data commands as complete

2014-09-12 Thread Paolo Bonzini
Il 12/09/2014 18:00, John Snow ha scritto: > When the command completion code in IDE and AHCI > was unified to put all command completion inside > of a callback, "cmd_done," we neglected to > ensure that all AHCI/ATAPI command paths would > eventually register as finished. for the PCI > interface t

[Qemu-devel] [PATCH 1/1] ide/atapi: Mark non-data commands as complete

2014-09-12 Thread John Snow
When the command completion code in IDE and AHCI was unified to put all command completion inside of a callback, "cmd_done," we neglected to ensure that all AHCI/ATAPI command paths would eventually register as finished. for the PCI interface to IDE this is not a problem because cmd_done is a nop,