]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/pci-host/designware: Use deposit/extract API
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 31 Mar 2025 15:15:47 +0000 (17:15 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 25 Apr 2025 15:00:40 +0000 (17:00 +0200)
commit6970f91ac7819e186dc0e2efea08120450fb5404
tree7083b828df3fce96d4ebed9e419d7cf2804db9a3
parentedbb66bb305b7d7f9b13734d222cc5e333180948
hw/pci-host/designware: Use deposit/extract API

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é <philmd@linaro.org>
Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org>
Message-Id: <20250331152041.74533-3-philmd@linaro.org>
hw/pci-host/designware.c