]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/allwinner-a10: Unconditionally map the USB Host controllers
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 21:51:05 +0000 (22:51 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jan 2024 11:30:47 +0000 (11:30 +0000)
commit58aa3a0b90909717a4679c195082da75926c6794
tree3a6d28fe7e0334d5a4effa37313e1889ab5dc1a2
parentff7888dcc6c7011abae67f02279b837a20fdd96f
hw/arm/allwinner-a10: Unconditionally map the USB Host controllers

The USB Controllers are part of the chipset, thus are
always present and mapped in memory.

This is a migration compatibility break for the cubieboard
machine started with the '-usb none' option.

Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20240119215106.45776-2-philmd@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/allwinner-a10.c