mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
New APIs: Add systemd journal support (RHBZ#988100).
This adds simple support for reading the journal files from guests that use the systemd journal. The new APIs are: journal-open journal-close journal-next journal-skip journal-get journal-get-data-threshold journal-set-data-threshold internal-journal-get More complex journal support (eg. for seeking within the journal, support for cursors) could be added later.
This commit is contained in:
2
README
2
README
@@ -139,6 +139,8 @@ The full requirements are described below.
|
||||
| libldm | | O | Library (libldm) and 'ldmtool' for |
|
||||
| | | | handling Windows Dynamic Disks. |
|
||||
+--------------+-------------+---+-----------------------------------------+
|
||||
| sd-journal | | O | systemd journal library |
|
||||
+--------------+-------------+---+-----------------------------------------+
|
||||
| yajl | 2 | O | JSON parser for parsing output of |
|
||||
| | | | ldmtool and qemu-img info commands. |
|
||||
+--------------+-------------+---+-----------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user