From: Mateusz Albecki <mateusz.p.albecki@gmail.com>
To: qemu-devel@nongnu.org
Cc: jsnow@redhat.com, Mateusz Albecki <mateusz.p.albecki@gmail.com>
Subject: [PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands
Date: Mon, 17 Apr 2023 00:28:37 +0200 [thread overview]
Message-ID: <20230416222838.36642-1-mateusz.p.albecki@gmail.com> (raw)
The patch was developed during the debug for the UEFI SCT issue reported in
https://bugzilla.tianocore.org/show_bug.cgi?id=4016. After fixing the issue
in EDK2 the test was still failing on qemu since qemu wouldn't return abort and
instead we would get a command timeout. Additionally qemu also has another bug in that
it reports support for storage security commands which it doesn't support(will file a bug).
Tests:
- tested against UEFI SCT test mentioned in bugzilla and it is passing.
- able to read/write files on ahci controller from UEFI.
Mateusz Albecki (1):
hw/ide/core.c: fix handling of unsupported commands
hw/ide/core.c | 1 +
1 file changed, 1 insertion(+)
--
2.40.0
next reply other threads:[~2023-04-16 22:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-16 22:28 Mateusz Albecki [this message]
2023-04-16 22:28 ` [PATCH 1/1] hw/ide/core.c: fix handling of unsupported commands Mateusz Albecki
2023-05-17 21:32 ` John Snow
2023-05-22 21:16 ` Mateusz Albecki
2023-05-23 14:35 ` John Snow
2023-05-24 8:17 ` Niklas Cassel
2023-05-24 15:20 ` John Snow
2023-06-01 14:03 ` Niklas Cassel
2023-06-01 16:39 ` John Snow
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=20230416222838.36642-1-mateusz.p.albecki@gmail.com \
--to=mateusz.p.albecki@gmail.com \
--cc=jsnow@redhat.com \
--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 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).