Re: [PATCH] hw/sd/pxa2xx_mmci: Disable reentrancy detection

2023-12-13 Thread Philippe Mathieu-Daudé
On 13/12/23 19:04, Guenter Roeck wrote: On 12/13/23 09:19, Philippe Mathieu-Daudé wrote: Hi Guenter, On 13/12/23 18:12, Peter Maydell wrote: On Wed, 13 Dec 2023 at 01:49, Guenter Roeck wrote: All tests using pxa2xx_mmc to access mmc cards on pxa2xx platforms such as borzoi fail starting wit

Re: [PATCH] hw/sd/pxa2xx_mmci: Disable reentrancy detection

2023-12-13 Thread Guenter Roeck
On 12/13/23 09:19, Philippe Mathieu-Daudé wrote: Hi Guenter, On 13/12/23 18:12, Peter Maydell wrote: On Wed, 13 Dec 2023 at 01:49, Guenter Roeck wrote: All tests using pxa2xx_mmc to access mmc cards on pxa2xx platforms such as borzoi fail starting with commit a2e1753b80 ("memory: prevent dma

Re: [PATCH] hw/sd/pxa2xx_mmci: Disable reentrancy detection

2023-12-13 Thread Guenter Roeck
On 12/13/23 09:12, Peter Maydell wrote: On Wed, 13 Dec 2023 at 01:49, Guenter Roeck wrote: All tests using pxa2xx_mmc to access mmc cards on pxa2xx platforms such as borzoi fail starting with commit a2e1753b80 ("memory: prevent dma-reentracy issues"). Disable reentrancy guard to fix the proble

Re: [PATCH] hw/sd/pxa2xx_mmci: Disable reentrancy detection

2023-12-13 Thread Philippe Mathieu-Daudé
Hi Guenter, On 13/12/23 18:12, Peter Maydell wrote: On Wed, 13 Dec 2023 at 01:49, Guenter Roeck wrote: All tests using pxa2xx_mmc to access mmc cards on pxa2xx platforms such as borzoi fail starting with commit a2e1753b80 ("memory: prevent dma-reentracy issues"). Disable reentrancy guard to f

Re: [PATCH] hw/sd/pxa2xx_mmci: Disable reentrancy detection

2023-12-13 Thread Peter Maydell
On Wed, 13 Dec 2023 at 01:49, Guenter Roeck wrote: > > All tests using pxa2xx_mmc to access mmc cards on pxa2xx platforms > such as borzoi fail starting with commit a2e1753b80 ("memory: prevent > dma-reentracy issues"). Disable reentrancy guard to fix the problem. > > Fixes: a2e1753b80 ("memory: p

[PATCH] hw/sd/pxa2xx_mmci: Disable reentrancy detection

2023-12-12 Thread Guenter Roeck
All tests using pxa2xx_mmc to access mmc cards on pxa2xx platforms such as borzoi fail starting with commit a2e1753b80 ("memory: prevent dma-reentracy issues"). Disable reentrancy guard to fix the problem. Fixes: a2e1753b80 ("memory: prevent dma-reentracy issues") Signed-off-by: Guenter Roeck ---