Displaying 2 results from an estimated 2 matches for "journalfield".
Did you mean:
journalfields
2015 Oct 16
2
[PATCH v6 0/2] RFE: journal reader in guestfish
...| 114 +---------------------------------
fish/Makefile.am | 1 +
fish/journal.c | 151 +++++++++++++++++++++++++++++++++++++++++++++
fish/journal.h | 26 ++++++++
generator/Makefile.am | 6 +-
generator/actions.ml | 36 +++++++++++
generator/journalfields.ml | 87 ++++++++++++++++++++++++++
generator/main.ml | 3 +
po/POTFILES | 1 +
src/guestfs-internal.h | 5 ++
src/proto.c | 14 +++++
13 files changed, 333 insertions(+), 114 deletions(-)
create mode 100644 fish/journal.c
create mode 100644 fis...
2015 Aug 31
5
[PATCH v5 0/2] RFE: journal reader in guestfish
There seems to be a minor issue when user wants to run it through pager (more)
and wants cancel it. User will end up with stuck guestfish until journal-view
transfers all journal items.
Output is configurable, it's the same format as virt-log has, since both
uses same code.
Maros Zatko (2):
cat: move get_journal_field to fish/journal.c
fish: add journal-view command (RHBZ#988100)