]> git.proxmox.com Git - mirror_qemu.git/commit - hw/hppa/machine.c
hw/hppa/machine: Correctly check the firmware is in PDC range
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 9 Jan 2020 00:05:23 +0000 (01:05 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jan 2020 18:49:51 +0000 (10:49 -0800)
commit8262863d4b59aed7e22866234dcfd3d8fb016a6b
tree39e850c36170e1c3e8869e34b49cd4d652612a4e
parent4765384ce33dd7dec6e4419616cddfee5358571a
hw/hppa/machine: Correctly check the firmware is in PDC range

The firmware has to reside in the PDC range. If the Elf file
expects to load it below FIRMWARE_START, it is incorrect,
regardless the RAM size.

Acked-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200109000525.24744-2-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/hppa/machine.c