Re: [Qemu-devel] [PATCH 56/56] ide: fix halted IO segfault at reset

2016-08-09 Thread John Snow
Definitely add this one: 7f951b2d7765f68ae1e563c2fed44071ca774790 atapi: fix halted DMA reset And maybe these: 16275edb342342625cd7e7ac2048436474465b50 macio: set res_count value to 0 after non-block ATAPI DMA transfers 5839df7b71540a2af2580bb53ad1e2005bb175e6 ahci: fix sglist leak on retry

[Qemu-devel] [PATCH 56/56] ide: fix halted IO segfault at reset

2016-08-08 Thread Michael Roth
From: John Snow If one attempts to perform a system_reset after a failed IO request that causes the VM to enter a paused state, QEMU will segfault trying to free up the pending IO requests. These requests have already been completed and freed, though, so all we need to do is