qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] misc AHCI cleanups
@ 2023-06-09 14:08 Niklas Cassel
  2023-06-09 14:08 ` [PATCH v3 1/8] hw/ide/ahci: remove stray backslash Niklas Cassel
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Niklas Cassel @ 2023-06-09 14:08 UTC (permalink / raw)
  To: John Snow; +Cc: qemu-block, qemu-devel, Damien Le Moal, Niklas Cassel

From: Niklas Cassel <niklas.cassel@wdc.com>

Hello John,

Here comes some misc AHCI cleanups.

Most are related to error handling.

Please review.

Changes since v2:
-Squashed in the test commits that were sent out as a separate series into
 the patch "hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set",
 and reordered some of the patches, such that each and every commit passes
 the ahci test suite as a separate unit. This way it will be possible to
 perform a git bisect without seeing any failures in the ahci test suite.


Kind regards,
Niklas

Niklas Cassel (8):
  hw/ide/ahci: remove stray backslash
  hw/ide/core: set ERR_STAT in unsupported command completion
  hw/ide/ahci: write D2H FIS when processing NCQ command
  hw/ide/ahci: simplify and document PxCI handling
  hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared
  hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
  hw/ide/ahci: fix ahci_write_fis_sdb()
  hw/ide/ahci: fix broken SError handling

 hw/ide/ahci.c             | 112 +++++++++++++++++++++++++++-----------
 hw/ide/core.c             |   2 +-
 tests/qtest/libqos/ahci.c | 106 +++++++++++++++++++++++++++---------
 tests/qtest/libqos/ahci.h |   8 +--
 4 files changed, 164 insertions(+), 64 deletions(-)

-- 
2.40.1



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-08-31  8:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 14:08 [PATCH v3 0/8] misc AHCI cleanups Niklas Cassel
2023-06-09 14:08 ` [PATCH v3 1/8] hw/ide/ahci: remove stray backslash Niklas Cassel
2023-06-09 14:08 ` [PATCH v3 2/8] hw/ide/core: set ERR_STAT in unsupported command completion Niklas Cassel
2023-07-19 11:43   ` Philippe Mathieu-Daudé
2023-06-09 14:08 ` [PATCH v3 3/8] hw/ide/ahci: write D2H FIS when processing NCQ command Niklas Cassel
2023-06-09 14:08 ` [PATCH v3 4/8] hw/ide/ahci: simplify and document PxCI handling Niklas Cassel
2023-06-09 14:08 ` [PATCH v3 5/8] hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared Niklas Cassel
2023-07-19 11:50   ` Philippe Mathieu-Daudé
2023-06-09 14:08 ` [PATCH v3 6/8] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set Niklas Cassel
2023-06-09 14:08 ` [PATCH v3 7/8] hw/ide/ahci: fix ahci_write_fis_sdb() Niklas Cassel
2023-07-19 11:53   ` Philippe Mathieu-Daudé
2023-06-09 14:08 ` [PATCH v3 8/8] hw/ide/ahci: fix broken SError handling Niklas Cassel
2023-07-19 11:59   ` Philippe Mathieu-Daudé
2023-07-19 12:06     ` Michael Tokarev
2023-07-19 12:11       ` Philippe Mathieu-Daudé
2023-07-19 10:47 ` [PATCH v3 0/8] misc AHCI cleanups Niklas Cassel
2023-07-25 12:58   ` Philippe Mathieu-Daudé
2023-07-25 19:00     ` John Snow
2023-08-07 10:32       ` Niklas Cassel
2023-08-07 17:37         ` John Snow
2023-08-31  8:32           ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).