Re: [Qemu-devel] [PATCH 06/16] ahci: record ncq failures

2015-06-26 Thread John Snow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/26/2015 11:35 AM, Stefan Hajnoczi wrote: > On Mon, Jun 22, 2015 at 08:21:05PM -0400, John Snow wrote: >> Handle NCQ failures for cases where we want to halt the VM on IO >> errors. >> >> Signed-off-by: John Snow --- hw/ide/ahci.c >> | 17 ++

Re: [Qemu-devel] [PATCH 06/16] ahci: record ncq failures

2015-06-26 Thread Stefan Hajnoczi
On Mon, Jun 22, 2015 at 08:21:05PM -0400, John Snow wrote: > Handle NCQ failures for cases where we want to halt the VM on IO errors. > > Signed-off-by: John Snow > --- > hw/ide/ahci.c | 17 +++-- > hw/ide/ahci.h | 1 + > hw/ide/internal.h | 1 + > 3 files changed, 17 inser

[Qemu-devel] [PATCH 06/16] ahci: record ncq failures

2015-06-22 Thread John Snow
Handle NCQ failures for cases where we want to halt the VM on IO errors. Signed-off-by: John Snow --- hw/ide/ahci.c | 17 +++-- hw/ide/ahci.h | 1 + hw/ide/internal.h | 1 + 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c index