Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libvmi: add byacc-native to the DEPENDS | Bruce Ashfield | 2018-11-16 | 1 | -1/+1 |
| | | | | | | | 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: add a new recipe | Hongzhi.Song | 2018-07-26 | 1 | -0/+41 |
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> |