virt-log: Add support for displaying the Windows Event Log.

Uses the external program python-evtx, and this only works
for Windows >= Vista.
This commit is contained in:
Richard W.M. Jones
2014-06-16 10:14:06 +01:00
parent d167da86d9
commit 0c38cd4d25
2 changed files with 93 additions and 10 deletions

3
README
View File

@@ -178,6 +178,9 @@ The full requirements are described below.
+--------------+-------------+---+-----------------------------------------+
| gtk2 | | O | Used by virt-p2v user interface. |
+--------------+-------------+---+-----------------------------------------+
| python-evtx | | O | Used by virt-log to parse Windows |
| | | | Event Log files. |
+--------------+-------------+---+-----------------------------------------+
| findlib | | O | For the OCaml bindings. |
+--------------+-------------+---+-----------------------------------------+
| ocaml-gettext| | O | For localizing OCaml virt-* tools. |