]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/elfload: add extra logging for hole finding
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 5 Jan 2022 13:50:00 +0000 (13:50 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 18 Jan 2022 16:44:16 +0000 (16:44 +0000)
commite7588237ce8f8115b5ad9a3ecdd46f60d95a461a
tree285f3d016b36de47751989aa24dfe558a11d214e
parent11d3672788b48548811810bdc0f3f7969662572d
linux-user/elfload: add extra logging for hole finding

The various approaches to finding memory holes are quite complicated
to follow especially at a distance. Improve the logging so we can see
exactly what method found the space for the guest memory.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20220105135009.1584676-26-alex.bennee@linaro.org>
linux-user/elfload.c