aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2025-03-14 02:13:23 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-03-14 02:14:56 +0100
commit3ebd8b163dc8d5679d90927de1c2fcd639882362 (patch)
treef9a8c33265371606d93ddf5b350fe4e095afb3f8 /.gitignore
parentb16851fb799b880c31cc65a9fa1aba592b4ce5b4 (diff)
downloadmini-kvm-rs-3ebd8b163dc8d5679d90927de1c2fcd639882362.tar.gz
mini-kvm-rs-3ebd8b163dc8d5679d90927de1c2fcd639882362.zip
guest: add 64bit guest to toy with msrHEADmain
Guest to toy with msr register and the swapgs instruction.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 36ba112..8b62c5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Cargo.lock
sysdeps/kvm
guest/guest16
guest/guest64
+guest/guest64-msr