Re: [PATCH 1/1] hw/ide/core.c: fix handling of unsupported commands

2023-05-22 Thread Mateusz Albecki
wrote: > On Sun, Apr 16, 2023 at 6:29 PM Mateusz Albecki > wrote: > > > > From: Mateusz Albecki > > > > Current code will not call ide_cmd_done when aborting the unsupported > > command which will lead to the command timeout on the driver side instead > > of g

[PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands

2023-04-16 Thread Mateusz Albecki
o 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/c

[PATCH 1/1] hw/ide/core.c: fix handling of unsupported commands

2023-04-16 Thread Mateusz Albecki
From: Mateusz Albecki Current code will not call ide_cmd_done when aborting the unsupported command which will lead to the command timeout on the driver side instead of getting a D2H FIS with ABRT indication. This can lead to problems on the driver side as the spec mandates that device should