]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/pci-host/designware: Fix ATU_UPPER_TARGET register access
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 31 Mar 2025 14:46:13 +0000 (16:46 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 5 Apr 2025 13:50:07 +0000 (16:50 +0300)
commitcea175f3621aa5eca57e1c100f5f4557b7b23878
tree1ad258781b9d7bf9c7d1514adbf4b79ccfe2479e
parent01aaf8457cb5de91930f6a8fdcc7843cc0ccead2
hw/pci-host/designware: Fix ATU_UPPER_TARGET register access

Fix copy/paste error writing to the ATU_UPPER_TARGET
register, we want to update the upper 32 bits.

Cc: qemu-stable@nongnu.org
Reported-by: Joey <jeundery@gmail.com>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2861
Fixes: d64e5eabc4c ("pci: Add support for Designware IP block")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org>
Message-Id: <20250331152041.74533-2-philmd@linaro.org>
(cherry picked from commit 04e99f9eb7920b0f0fcce65686c3bedf5e32a1f9)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/pci-host/designware.c