Matthew Booth
2010-Oct-01 16:22 UTC
[Libguestfs] [PATCH 1/2] New internal function guestfs___print_timestamped_argv
This function generalises the existing print_cmdline used to output the qemu command line to output any given command line, and exports it to other modules. It also adds a timestamp to the old print_cmdline output for consistency with guestfs___print_timestamped_message. --- src/guestfs-internal.h | 1 + src/launch.c | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 25 insertions(+), 24 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-New-internal-function-guestfs___print_timestamped_ar.patch Type: text/x-patch Size: 3358 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20101001/034863af/attachment.bin>
Matthew Booth
2010-Oct-01 16:22 UTC
[Libguestfs] [PATCH 2/2] Log the febootstrap-supermin-helper command line
A side-effect of change 17e7cb9937a63ed8f9bb0fb6ac7302758be76846 was the the febootstrap-supermin-helper was no longer logged. This change adds it back using the new guestfs___print_timestamped_argv internal function. --- src/appliance.c | 63 ++++++++++++++++++++++++++++-------------------------- 1 files changed, 33 insertions(+), 30 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Log-the-febootstrap-supermin-helper-command-line.patch Type: text/x-patch Size: 2632 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20101001/f8741d2f/attachment.bin>
Possibly Parallel Threads
- [PATCH 1/4] New internal function guestfs___print_timestamped_argv
- [PATCH] Fix error launching libguestfs when euid != uid
- [PATCH 1/2] Add -u and -g options to febootstrap-supermin-helper
- [PATCH] Change fallback name for external supermin helper
- febootstrap: no ext2 root device found