|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH] linux-user/main: Allow setting tb-size |
Date: | Wed, 31 Jul 2024 14:21:52 +0200 |
User-agent: | Mozilla Thunderbird |
On 30/7/24 23:54, Ilya Leoshkevich wrote:
While qemu-system can set tb-size using -accel tcg,tb-size=n, there is no similar knob for qemu-user. Add one in a way similar to how one-insn-per-tb is already handled. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> --- linux-user/main.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Missing similar change in bsd-user/main.c, otherwise: Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |