We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41791f5 commit 25c84b0Copy full SHA for 25c84b0
README.md
@@ -33,9 +33,9 @@ following in your Terminal:
33
- [x] Mapping guest physical memory segments into guest physical address space
34
- [x] Virtual CPUs
35
- [x] Executing and interrupting
36
- - [x] Force flushing of cached state
+ - [x] Force flushing cached state
37
- [x] Invalidating translation lookaside buffer (TLB)
38
+ - [x] Accessing floating point (FP) and SIMD state
39
- [x] Obtaining cumulative execution time
40
- [x] Synchronizing guest timestamp-counters (TSC)
-- [x] Accessing Virtual Machine Control Structures (VMCS)
41
-- [x] Accessing Floating Point (FP) state
+- [x] Accessing fields of Virtual Machine Control Structures (VMCS)
0 commit comments