qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands
@ 2023-04-16 22:28 Mateusz Albecki
  2023-04-16 22:28 ` [PATCH 1/1] " Mateusz Albecki
  0 siblings, 1 reply; 9+ messages in thread
From: Mateusz Albecki @ 2023-04-16 22:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: jsnow, Mateusz Albecki

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



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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-16 22:28 [PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands Mateusz Albecki
2023-04-16 22:28 ` [PATCH 1/1] " 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

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