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

2014-09-13 Thread Paolo Bonzini
Il 13/09/2014 05:51, 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 v2 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,