All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denis V. Lunev" <den@openvz.org>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, "Denis V. Lunev" <den@openvz.org>,
	"John Snow" <jsnow@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>
Subject: [PATCH 00/11] hw/ide: pending IDE fixes
Date: Thu, 20 Aug 2026 16:42:58 +0200	[thread overview]
Message-ID: <20260820144309.835173-1-den@openvz.org> (raw)

Pending IDE fixes for various issues reported on GitLab.

Based on:
[PATCH v2 00/17] hw/ide: fix the logical CHS translation a guest selects
https://lore.kernel.org/qemu-devel/20260820100844.411717-1-den@openvz.org/

Signed-off-by: Denis V. Lunev <den@openvz.org>
Cc: John Snow <jsnow@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>

Denis V. Lunev (11):
  hw/ide: reject an out-of-range PIO transfer window on load
  tests/qtest/ide-test: cover the migrated PIO transfer window
  hw/ide/ahci: refuse a PIO transfer with no command header
  hw/ide/ahci: clear cur_cmd when the command list is unmapped
  tests/qtest/ahci: regression test for a PIO write vs. engine stop
  hw/ide/ahci: treat a failed PRDT walk as a PIO transfer failure
  hw/ide/ahci: reject a command header with an invalid FIS length
  hw/ide/ahci: drain the ports on teardown
  tests/qtest/ahci: regression test for a request outliving an unplug
  hw/ide: report ATAPI UDMA5 with a matching standard and cable
  tests/qtest/ide-test: cover the UDMA5 identify words

 hw/ide/ahci.c            | 136 ++++++++++++++++++++++++++---------
 hw/ide/core.c            |  23 +++++-
 hw/ide/trace-events      |   3 +
 include/hw/ide/ide-dma.h |   3 +-
 tests/qtest/ahci-test.c  | 147 ++++++++++++++++++++++++++++++++++++++
 tests/qtest/ide-test.c   | 148 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 423 insertions(+), 37 deletions(-)


base-commit: 7f1fc6c9b9d2859577fb8837e05ca6eaa5a8a0ba
-- 
2.53.0



             reply	other threads:[~2026-08-20 14:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-20 14:42 Denis V. Lunev [this message]
2026-08-20 14:42 ` [PATCH 01/11] hw/ide: reject an out-of-range PIO transfer window on load Denis V. Lunev
2026-08-20 14:43 ` [PATCH 02/11] tests/qtest/ide-test: cover the migrated PIO transfer window Denis V. Lunev
2026-08-20 14:43 ` [PATCH 03/11] hw/ide/ahci: refuse a PIO transfer with no command header Denis V. Lunev
2026-08-20 14:43 ` [PATCH 04/11] hw/ide/ahci: clear cur_cmd when the command list is unmapped Denis V. Lunev
2026-08-20 14:43 ` [PATCH 05/11] tests/qtest/ahci: regression test for a PIO write vs. engine stop Denis V. Lunev
2026-08-20 14:43 ` [PATCH 06/11] hw/ide/ahci: treat a failed PRDT walk as a PIO transfer failure Denis V. Lunev
2026-08-20 14:43 ` [PATCH 07/11] hw/ide/ahci: reject a command header with an invalid FIS length Denis V. Lunev
2026-08-20 14:43 ` [PATCH 08/11] hw/ide/ahci: drain the ports on teardown Denis V. Lunev
2026-08-20 14:43 ` [PATCH 09/11] tests/qtest/ahci: regression test for a request outliving an unplug Denis V. Lunev
2026-08-20 14:43 ` [PATCH 10/11] hw/ide: report ATAPI UDMA5 with a matching standard and cable Denis V. Lunev
2026-08-20 14:43 ` [PATCH 11/11] tests/qtest/ide-test: cover the UDMA5 identify words Denis V. Lunev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260820144309.835173-1-den@openvz.org \
    --to=den@openvz.org \
    --cc=jsnow@redhat.com \
    --cc=philmd@oss.qualcomm.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.