On Thu, 20 Nov 2025, Brook Milligan wrote:
On Nov 20, 2025, at 19:24, Brian Buhrow <buhrow%nfbcal.org@localhost> wrote: 1. Build a NetBSD kernel for the host machine with HZ=1000 to increase the granularity of qemu's clocks.[...] Could the issue be the clock frequency on the host? If so, how do I get HZ=1000?
Adding `options HZ=1000' to the host kernel config. really helps with delays (eg. top(1) and sleep(1) now sleep for the correct am.t of time) inside the VM. Does wonders for interactivity (eg. browser) in the host OS too. I always set it in my custom kernels. -RVP