diff options
author | iximeow <me@iximeow.net> | 2021-07-03 09:42:25 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-03 09:43:13 -0700 |
commit | d548b9d8b7d2163d524c2a25ff0cb7e794e4e11d (patch) | |
tree | 77bc53ca1b645b09329f848f9be99e806dbb4ae1 /test | |
parent | 77efbb834a5119b93e656dce6189f36df89645bb (diff) |
support pconfig/tme
Diffstat (limited to 'test')
-rw-r--r-- | test/long_mode/mod.rs | 2 |
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"); |