diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-03-14 02:13:23 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-03-14 02:14:56 +0100 |
commit | 3ebd8b163dc8d5679d90927de1c2fcd639882362 (patch) | |
tree | f9a8c33265371606d93ddf5b350fe4e095afb3f8 /.gitignore | |
parent | b16851fb799b880c31cc65a9fa1aba592b4ce5b4 (diff) | |
download | mini-kvm-rs-3ebd8b163dc8d5679d90927de1c2fcd639882362.tar.gz mini-kvm-rs-3ebd8b163dc8d5679d90927de1c2fcd639882362.zip |
Guest to toy with msr register and the swapgs instruction.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ Cargo.lock sysdeps/kvm guest/guest16 guest/guest64 +guest/guest64-msr |