[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] improve ahci test suite
From: |
Niklas Cassel |
Subject: |
[PATCH 0/5] improve ahci test suite |
Date: |
Thu, 8 Jun 2023 17:15:23 +0200 |
From: Niklas Cassel <niklas.cassel@wdc.com>
Hello John,
This series should be applied on top of the series called:
"[PATCH v2 0/8] misc AHCI cleanups"
which can be found here:
https://lists.nongnu.org/archive/html/qemu-block/2023-06/msg00038.html
This series improves the ahci test suite to be in line with
the AHCI specification when it comes to taskfile errors.
Theoretically these commits could be squashed with the corresponding
patch for the QEMU model, however, that would lose the commit log for
the test patches, so I prefer to keep them separate.
Please review.
Kind regards,
Niklas
Niklas Cassel (5):
libqos/ahci: fix ahci_command_wait()
libqos/ahci: fix ahci_port_check_nonbusy()
libqos/ahci: simplify ahci_port_check_error()
libqos/ahci: improve ahci_port_check_error()
libqos/ahci: perform mandatory error recovery on error
tests/qtest/libqos/ahci.c | 106 ++++++++++++++++++++++++++++----------
tests/qtest/libqos/ahci.h | 8 ++-
2 files changed, 83 insertions(+), 31 deletions(-)
--
2.40.1
- [PATCH 0/5] improve ahci test suite,
Niklas Cassel <=
- [PATCH 1/5] libqos/ahci: fix ahci_command_wait(), Niklas Cassel, 2023/06/08
- [PATCH 2/5] libqos/ahci: fix ahci_port_check_nonbusy(), Niklas Cassel, 2023/06/08
- [PATCH 3/5] libqos/ahci: simplify ahci_port_check_error(), Niklas Cassel, 2023/06/08
- [PATCH 4/5] libqos/ahci: improve ahci_port_check_error(), Niklas Cassel, 2023/06/08
- [PATCH 5/5] libqos/ahci: perform mandatory error recovery on error, Niklas Cassel, 2023/06/08
- Re: [PATCH 0/5] improve ahci test suite, John Snow, 2023/06/08