]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/pci-host/designware: Fix viewport configuration
authorBernhard Beschow <shentey@gmail.com>
Thu, 1 May 2025 18:34:44 +0000 (20:34 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 6 May 2025 14:02:35 +0000 (15:02 +0100)
commit4fb17d01ef35411280475c0a80e1312baad5dc12
tree27707924ab8afaa7afbfd700bb872c1599d25550
parent30f7e6b6926451335cf9f95aff5439c6230d9329
hw/pci-host/designware: Fix viewport configuration

Commit 6970f91ac781, "hw/pci-host/designware: Use deposit/extract
API" accidentally introduced a copy-and-paste error, causing Linux
6.14 to hang when initializing the PCIe bridge on the imx8mp-evk
machine.  This fix corrects the error.

Fixes: 6970f91ac781 ("hw/pci-host/designware: Use deposit/extract API")
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250501183445.2389-3-shentey@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/pci-host/designware.c