Searched hist:ee5195ee (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/ |
H A D | Makefile | ee5195ee Tue Dec 17 17:25:09 CST 2019 Richard Henderson <richard.henderson@linaro.org> configure: Drop adjustment of textseg This adjustment was random and unnecessary. The user mode startup code in probe_guest_base() will choose a value for guest_base that allows the host qemu binary to not conflict with the guest binary. With modern distributions, this isn't even used, as the default is PIE, which does the same job in a more portable way. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- v2: Remove mention of config-host.ld from make distclean
|
H A D | configure | ee5195ee Tue Dec 17 17:25:09 CST 2019 Richard Henderson <richard.henderson@linaro.org> configure: Drop adjustment of textseg This adjustment was random and unnecessary. The user mode startup code in probe_guest_base() will choose a value for guest_base that allows the host qemu binary to not conflict with the guest binary. With modern distributions, this isn't even used, as the default is PIE, which does the same job in a more portable way. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- v2: Remove mention of config-host.ld from make distclean
|