This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 884
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: API: Add HAX_VCPU_IOCTL_SET_CPUID
Android Emulator may dynamically extend the CPUID feature set of VCPU at guest runtime via x86_cpu_update_enable_features() ($AOSP/external/qemu/target/i386/cpu.c). It will invoke this IOCTL to set guest CPUID features, which is statically initialized in HAXM. The HAX_VCPU_IOCTL_SET_CPUID specification includes following aspects: * IOCTL definition and description * Parameters * Error codes * Interface availability Signed-off-by: Wenchao Wang <[email protected]>
- Loading branch information
Showing
1 changed file
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters