qemu/accel/tcg
Alex Bennée c83d628b7f accel/tcg: better handle memory constrained systems
It turns out there are some 64 bit systems that have relatively low
amounts of physical memory available to them (typically CI system).
Even with swapping available a 1GB translation buffer that fills up
can put the machine under increased memory pressure. Detect these low
memory situations and reduce tb_size appropriately.

Fixes: 600e17b261 ("accel/tcg: increase default code gen buffer size for 64 bit")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Robert Foley <robert.foley@linaro.org>
Cc: BALATON Zoltan <balaton@eik.bme.hu>
Cc: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Message-Id: <20200724064509.331-7-alex.bennee@linaro.org>
2020-07-27 09:40:16 +01:00
..
atomic_common.inc.c
atomic_template.h
cpu-exec-common.c
cpu-exec.c tcg/cpu-exec: precise single-stepping after an interrupt 2020-07-17 11:09:34 -07:00
cputlb.c tcg: update comments for save_iotlb_data in cputlb 2020-07-24 14:25:11 -07:00
Makefile.objs
plugin-gen.c
plugin-helpers.h
tcg-all.c error: Eliminate error_propagate() with Coccinelle, part 1 2020-07-10 15:18:08 +02:00
tcg-runtime-gvec.c
tcg-runtime.c
tcg-runtime.h
trace-events
translate-all.c accel/tcg: better handle memory constrained systems 2020-07-27 09:40:16 +01:00
translate-all.h
translator.c
user-exec-stub.c
user-exec.c