[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] bsd-user/main: Allow setting tb-size
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH] bsd-user/main: Allow setting tb-size |
Date: |
Wed, 31 Jul 2024 23:42:31 +0200 |
User-agent: |
Mozilla Thunderbird |
On 31/7/24 23:21, Warner Losh wrote:
On Wed, Jul 31, 2024 at 8:45 AM Ilya Leoshkevich <iii@linux.ibm.com
<mailto:iii@linux.ibm.com>> wrote:
While qemu-system can set tb-size using -accel tcg,tb-size=n, there
is no similar knob for qemu-bsd-user. Add one in a way similar to how
one-insn-per-tb is already handled.
Cool! Are you using bsd-user and need this for some reason? Or is this
purely theoretical? Is there a larger context I can read about somewhere?
Trying to keep user interface parity between linux/bsd.
Ideally this duplication should be unified in common-user/.
I'll merge it either way (so none of the above is a criticism, I'm genuinely
curious) , but I don't get too many bsd-user fixes and this one is unusual.
Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org
<mailto:philmd@linaro.org>>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com
<mailto:iii@linux.ibm.com>>
---
bsd-user/main.c | 9 +++++++++
1 file changed, 9 insertions(+)