Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Xen 4.18 (#82)
Browse files Browse the repository at this point in the history
* Move to Xen 4.18.0

* Update LibVMI
  • Loading branch information
Tamas K Lengyel authored Jan 2, 2024
1 parent 8aab4d0 commit 3b75285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libvmi
Submodule libvmi updated 48 files
+1 −0 .gitignore
+2 −0 CMakeLists.txt
+13 −1 Makefile.am
+16 −0 configure.ac
+2 −2 debian/libvmi0.symbols
+6 −0 examples/CMakeLists.txt
+4 −0 examples/README.md
+80 −0 examples/new-physical-page-example.c
+10 −4 examples/process-list.c
+104 −0 examples/switch-view-example.c
+8 −8 libvmi/CMakeLists.txt
+42 −0 libvmi/accessors.c
+16 −0 libvmi/arch/arm_aarch64.c
+3 −0 libvmi/config.h.in
+16 −1 libvmi/core.c
+1 −0 libvmi/debug.h
+13 −3 libvmi/driver/driver_interface.h
+57 −10 libvmi/driver/driver_wrapper.h
+1 −0 libvmi/driver/kvm/CMakeLists.txt
+46 −3 libvmi/driver/kvm/kvm.c
+16 −0 libvmi/driver/kvm/kvm.h
+253 −215 libvmi/driver/kvm/kvm_events.c
+186 −0 libvmi/driver/kvm/kvm_slat.c
+62 −0 libvmi/driver/kvm/kvm_slat.h
+14 −2 libvmi/driver/kvm/libkvmi_wrapper.c
+25 −1 libvmi/driver/kvm/libkvmi_wrapper.h
+2 −2 libvmi/driver/xen/altp2m_private.h
+4 −2 libvmi/driver/xen/libxc_wrapper.c
+3 −0 libvmi/driver/xen/libxc_wrapper.h
+62 −5 libvmi/driver/xen/xen.c
+14 −1 libvmi/driver/xen/xen.h
+2 −0 libvmi/driver/xen/xen_private.h
+20 −0 libvmi/events.c
+2 −1 libvmi/json_profiles/volatility_ist.c
+42 −1 libvmi/libvmi.h
+4 −0 libvmi/os/CMakeLists.txt
+5 −0 libvmi/os/osx/CMakeLists.txt
+381 −0 libvmi/os/osx/core.c
+147 −0 libvmi/os/osx/memory.c
+76 −0 libvmi/os/osx/osx.h
+79 −0 libvmi/os/osx/symbols.c
+56 −0 libvmi/os/osx/xnu.h
+15 −0 libvmi/private.h
+2 −1 libvmi/read.c
+12 −2 libvmi/slat.c
+40 −9 libvmi/slat.h
+10 −2 libvmi/x86.h
+64 −0 notes/osx.txt
2 changes: 1 addition & 1 deletion xen
Submodule xen updated 1355 files

0 comments on commit 3b75285

Please sign in to comment.