Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blitz/instlatx64-vtfeatures
Parse instlatx64 CPUID dumps for Intel VT features
https://github.com/blitz/instlatx64-vtfeatures
Last synced: 1 day ago
JSON representation
Parse instlatx64 CPUID dumps for Intel VT features
- Host: GitHub
- URL: https://github.com/blitz/instlatx64-vtfeatures
- Owner: blitz
- License: agpl-3.0
- Created: 2020-12-15T08:51:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T20:59:52.000Z (over 1 year ago)
- Last Synced: 2023-04-12T14:17:56.422Z (over 1 year ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intel VT Feature Parsing
This repo contains a tiny tool to parse CPUID dumps from
[InstLatx64](https://github.com/InstLatx64/InstLatx64).This tool is somewhat work-in-progress.
## Building
After [installing Rust](https://www.rust-lang.org/tools/install), this
tool can be built using:```
% cargo build
```## Usage
```
# Somewhere else...
% git clone https://github.com/InstLatx64/InstLatx64# In this repository
% cargo run < $PATH_TO_INSTLATX64_REPO/GenuineIntel/GenuineIntel00406C3_Braswell_CPUID.txt
EPT : Y
Unrestricted Guest : Y
VMCS Shadowing : N
APIC-register virtualization: N
Virtual-interrupt delivery : N
VMX Preemption Timer : Y
Process posted interrupts : N```