qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] misc AHCI cleanups
@ 2023-06-01 13:44 Niklas Cassel
  2023-06-01 13:44 ` [PATCH v2 1/8] hw/ide/ahci: remove stray backslash Niklas Cassel
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Niklas Cassel @ 2023-06-01 13:44 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.

(I'm also working on a second series which will add support for
READ LOG EXT and READ LOG DMA EXT, but I will send that one out
once it is ready. (It might take a couple of weeks still, since
I've been a bit busy lately.))


Changes since v1:
-Picked up Reviewed-by tags.
 (I did not convert your ACK to explicit Acked-by tags, since I assume
 that the patches will go via your tree).
-Rebased on master in order to fix a conflict in patch
 "hw/ide/ahci: simplify and document PxCI handling".
-Dropped patch "hw/ide/ahci: trigger either error IRQ or regular IRQ, not both"
 for now, as it caused a boot time regression in SeaBIOS.
 This appears to be a bug in SeaBIOS, for more info see:
 https://mail.coreboot.org/hyperkitty/list/seabios@seabios.org/thread/RIHV3FZ4EVMAJA4TEDPASKNYV7V72O4C/
 I will resend the QEMU patch separately once the SeaBIOS patch has been
 merged, and once QEMU has updated to a SeaBIOS tag that includes the fix.


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 on when processing NCQ command
  hw/ide/ahci: simplify and document PxCI handling
  hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
  hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared
  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 +-
 2 files changed, 81 insertions(+), 33 deletions(-)

-- 
2.40.1



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

end of thread, other threads:[~2023-06-07 16:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01 13:44 [PATCH v2 0/8] misc AHCI cleanups Niklas Cassel
2023-06-01 13:44 ` [PATCH v2 1/8] hw/ide/ahci: remove stray backslash Niklas Cassel
2023-06-01 13:44 ` [PATCH v2 2/8] hw/ide/core: set ERR_STAT in unsupported command completion Niklas Cassel
2023-06-01 13:44 ` [PATCH v2 3/8] hw/ide/ahci: write D2H FIS on when processing NCQ command Niklas Cassel
2023-06-01 13:44 ` [PATCH v2 4/8] hw/ide/ahci: simplify and document PxCI handling Niklas Cassel
2023-06-01 13:44 ` [PATCH v2 5/8] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set Niklas Cassel
2023-06-06  0:19   ` John Snow
2023-06-07 16:01     ` Niklas Cassel
2023-06-07 16:32       ` Niklas Cassel
2023-06-01 13:44 ` [PATCH v2 6/8] hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared Niklas Cassel
2023-06-01 13:44 ` [PATCH v2 7/8] hw/ide/ahci: fix ahci_write_fis_sdb() Niklas Cassel
2023-06-01 13:44 ` [PATCH v2 8/8] hw/ide/ahci: fix broken SError handling Niklas Cassel
2023-06-01 19:17 ` [PATCH v2 0/8] misc AHCI cleanups John Snow

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).