libvirt/docs/internals
Eric Blake c9ace552eb command: allow merging stdout and stderr in string capture
Sometimes, its easier to run children with 2>&1 in shell notation,
and just deal with stdout and stderr interleaved.  This was already
possible for fd handling; extend it to also work when doing string
capture of a child process.

* docs/internals/command.html.in: Document this.
* src/util/command.c (virCommandSetErrorBuffer): Likewise.
(virCommandRun, virExecWithHook): Implement it.
* tests/commandtest.c (test14): Test it.
* daemon/remote.c (remoteDispatchAuthPolkit): Use new command
feature.
2012-02-03 10:02:34 -07:00
..
command.html.in command: allow merging stdout and stderr in string capture 2012-02-03 10:02:34 -07:00
locking.html.in maint: fix typos 2011-07-15 12:15:04 -06:00
rpc.html.in Extend RPC protocol to allow FD passing 2011-10-28 10:27:15 +01:00