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'd love that.
Anyway, both of these patches queued to my branch
> 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(+)