Displaying 3 results from an estimated 3 matches for "99c5582".
Did you mean:
995582
2015 Oct 07
2
[PATCH 0/2] New APIs: set-identifier, get-identifier
This is very useful for debugging multithreaded programs.
Rich.
2015 Oct 05
0
[PATCH 2/2] Fix whitespace.
...uestfs_h *g, void *datav, const char *arg)
ADD_CMDLINE (hp->hv_param);
if (hp->hv_value)
ADD_CMDLINE (hp->hv_value);
- }
+ }
/* Finish off the command line. */
guestfs_int_end_stringsbuf (g, &cmdline);
diff --git a/src/launch.c b/src/launch.c
index 27e0a2a..99c5582 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -244,16 +244,16 @@ guestfs_impl_get_state (guestfs_h *g)
/* Add arbitrary qemu parameters. Useful for testing. */
int
guestfs_impl_config (guestfs_h *g,
- const char *hv_param, const char *hv_value)
+ const char *hv_param, co...
2015 Oct 05
3
[PATCH 1/2] Change 'fprintf (stdout,...)' -> printf.
Result of earlier copy and paste.
---
align/scan.c | 35 ++++++++++---------
cat/cat.c | 39 +++++++++++----------
cat/filesystems.c | 69 +++++++++++++++++++-------------------
cat/log.c | 35 ++++++++++---------
cat/ls.c | 61 +++++++++++++++++----------------
df/main.c | 43 ++++++++++++------------
diff/diff.c | 67