Re: [PATCH-for-10.1 2/2] hw/pci-host/designware: Use deposit/extract API

2025-03-31 Thread Gustavo Romero
Hi Phil, On 3/31/25 12:20, Philippe Mathieu-Daudé wrote: Prefer the safer (less bug-prone) deposit/extract API to access lower/upper 32-bit of 64-bit registers. Signed-off-by: Philippe Mathieu-Daudé --- hw/pci-host/designware.c | 47 ++-- 1 file changed,

[PATCH-for-10.1 2/2] hw/pci-host/designware: Use deposit/extract API

2025-03-31 Thread Philippe Mathieu-Daudé
Prefer the safer (less bug-prone) deposit/extract API to access lower/upper 32-bit of 64-bit registers. Signed-off-by: Philippe Mathieu-Daudé --- hw/pci-host/designware.c | 47 ++-- 1 file changed, 16 insertions(+), 31 deletions(-) diff --git a/hw/pci-host/de