Re: [POC 2/2] add test exposing AHCI reset issue

2023-09-04 Thread Kevin Wolf
Am 25.08.2023 um 12:17 hat Fiona Ebner geschrieben: > Am 24.08.23 um 15:38 schrieb Fiona Ebner: > > Fails without the previous commit "hw/ide: reset: cancel async DMA > > operation before reseting state". > > > > I haven't ever written such a test before, but I wanted something to > > expose the

Re: [POC 2/2] add test exposing AHCI reset issue

2023-08-25 Thread Fiona Ebner
Am 24.08.23 um 15:38 schrieb Fiona Ebner: > Fails without the previous commit "hw/ide: reset: cancel async DMA > operation before reseting state". > > I haven't ever written such a test before, but I wanted something to > expose the problem more easily. It hardcodes the behavior that the >

Re: [POC 2/2] add test exposing AHCI reset issue

2023-08-24 Thread Thomas Huth
On 24/08/2023 15.38, Fiona Ebner wrote: Fails without the previous commit "hw/ide: reset: cancel async DMA operation before reseting state". I haven't ever written such a test before, but I wanted something to expose the problem more easily. It hardcodes the behavior that the pending write

Re: [POC 2/2] add test exposing AHCI reset issue

2023-08-24 Thread Philippe Mathieu-Daudé
On 24/8/23 15:38, Fiona Ebner wrote: Fails without the previous commit "hw/ide: reset: cancel async DMA operation before reseting state". I haven't ever written such a test before, but I wanted something to expose the problem more easily. It hardcodes the behavior that the pending write

[POC 2/2] add test exposing AHCI reset issue

2023-08-24 Thread Fiona Ebner
Fails without the previous commit "hw/ide: reset: cancel async DMA operation before reseting state". I haven't ever written such a test before, but I wanted something to expose the problem more easily. It hardcodes the behavior that the pending write actually is done during reset, which might not