aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode/mod.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-03 09:42:25 -0700
committeriximeow <me@iximeow.net>2021-07-03 09:43:13 -0700
commitd548b9d8b7d2163d524c2a25ff0cb7e794e4e11d (patch)
tree77bc53ca1b645b09329f848f9be99e806dbb4ae1 /test/long_mode/mod.rs
parent77efbb834a5119b93e656dce6189f36df89645bb (diff)
support pconfig/tme
Diffstat (limited to 'test/long_mode/mod.rs')
-rw-r--r--test/long_mode/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs
index 1eedfec..98fc8b6 100644
--- a/test/long_mode/mod.rs
+++ b/test/long_mode/mod.rs
@@ -865,7 +865,7 @@ fn test_0f01() {
test_display(&[0x0f, 0x01, 0xc2], "vmlaunch");
test_display(&[0x0f, 0x01, 0xc3], "vmresume");
test_display(&[0x0f, 0x01, 0xc4], "vmxoff");
- test_invalid(&[0x0f, 0x01, 0xc5]); // TODO: TME would make this `pconfig`
+ test_display(&[0x0f, 0x01, 0xc5], "pconfig");
test_invalid(&[0x0f, 0x01, 0xc6]);
test_invalid(&[0x0f, 0x01, 0xc7]);
test_display(&[0x0f, 0x01, 0xc8], "monitor");