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

2014-09-15 Thread Stefan Hajnoczi
On Fri, Sep 12, 2014 at 11:51:11PM -0400, John Snow wrote: > v2: > > - Instead of using ide_set_inactive, use ide_stop_transfer > - ATAPI helpers use either ide_atapi_cmd_ok or ide_atapi_cmd_error, >instead of ide_stop_transfer directly. > > John Snow (1): > ide/atapi: Mark non-data comma

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

2014-09-12 Thread John Snow
v2: - Instead of using ide_set_inactive, use ide_stop_transfer - ATAPI helpers use either ide_atapi_cmd_ok or ide_atapi_cmd_error, instead of ide_stop_transfer directly. John Snow (1): ide/atapi: Mark non-data commands as complete hw/ide/atapi.c | 7 +++ 1 file changed, 3 insertions(