[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] i386: hvf: Adds support for INVTSC cpuid bit
From: |
Roman Bolshakov |
Subject: |
Re: [PATCH 1/3] i386: hvf: Adds support for INVTSC cpuid bit |
Date: |
Sun, 8 Oct 2023 21:07:39 +0300 |
On Fri, Sep 22, 2023 at 04:09:12PM +0200, Phil Dennis-Jordan wrote:
> This patch adds the INVTSC bit to the Hypervisor.framework accelerator's
> CPUID bit passthrough allow-list. Previously, specifying +invtsc in the CPU
> configuration would fail with the following warning despite the host CPU
> advertising the feature:
>
> qemu-system-x86_64: warning: host doesn't support requested feature:
> CPUID.80000007H:EDX.invtsc [bit 8]
>
> x86 macOS itself relies on a fixed rate TSC for its own Mach absolute time
> timestamp mechanism, so there's no reason we can't enable this bit for guests.
>
Reviewed-by: Roman Bolshakov <roman@roolebo.dev>
Tested-by: Roman Bolshakov <roman@roolebo.dev>
Regards,
Roman
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 1/3] i386: hvf: Adds support for INVTSC cpuid bit,
Roman Bolshakov <=