| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following commits:
3f5b0d5 Wire up cpuid events on kvmi (#975)
8cdef96 Clear up event example even more (#974)
548da8d Simplify event-example (#973)
cffe055 Clean up on partial init failure (#972)
fb2e006 Add snapcraft.yaml (#961)
582fc95 Add vmtrace (IPT) buffer offset to vm_event ABI (#960)
8b88b72 Turn on all debug options for scan-build test (#959)
719d90f Debug print in volatility_ist can segfault, fix (#958)
19379a9 Remove temp file accidentaly added to git (#957)
f686145 Nested support (#956)
6d65cc3 Add AC_PROG_CC_C99 to configure.ac (#955)
e21df55 Add more files to gitignore (#954)
d9e490e Container build test (#953)
c68d899 Switch to using Github Actions for CI (#952)
6d07174 Bump version to 0.15.0 (odd-numbered dev version) (#951)
1ae3950 examples: fix reinjection in breakpoint-recoil-example (#945)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
|
|
|
|
|
|
| |
Bump version to 0.14.
This upgrade is mainly to fix some BUG.
Signed-off-by: Zqiang <qiang.zhang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
|
|
|
|
|
|
|
| |
libvmi is looking for yacc during configuration, so we must add it to
our DEPENDS as a native tool.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
|
|
LibVMI is a C library with Python bindings that makes it easy to
monitor the low-level details of a running virtual machine by
viewing its memory, trapping on hardware events, and accessing
the vCPU registers. This is called virtual machine introspection.
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
|