qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] qga: Add optional `merge-output` flag to guest-exec QAPI
@ 2023-02-24  2:05 Daniel Xu
  2023-02-24  0:21 ` Daniel Xu
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Daniel Xu @ 2023-02-24  2:05 UTC (permalink / raw)
  To: michael.roth, kkostiuk; +Cc: qemu-devel, dxu

Currently, the captured output (via `capture-output`) is segregated into
separate GuestExecStatus fields (`out-data` and `err-data`). This means
that downstream consumers have no way to reassemble the captured data
back into the original stream.

This is relevant for chatty and semi-interactive (ie. read only) CLI
tools.  Such tools may deliberately interleave stdout and stderr for
visual effect. If segregated, the output becomes harder to visually
understand.

This patchset adds support for merging stderr and stdout output streams
via a new QAPI flag.

Daniel Xu (3):
  qga: test: Use absolute path to test data
  qga: Add optional `merge-output` flag to guest-exec qapi
  qga: test: Add tests for `merge-output` flag

 qga/commands.c        |  13 +++-
 qga/qapi-schema.json  |   6 +-
 tests/unit/test-qga.c | 135 ++++++++++++++++++++++++++++++++++++------
 3 files changed, 133 insertions(+), 21 deletions(-)

-- 
2.39.1



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-02-28  8:19 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24  2:05 [PATCH 0/3] qga: Add optional `merge-output` flag to guest-exec QAPI Daniel Xu
2023-02-24  0:21 ` Daniel Xu
2023-02-24  0:21 ` [PATCH 1/3] qga: test: Use absolute path to test data Daniel Xu
2023-02-24  0:34   ` Daniel Xu
2023-02-24  2:05   ` Daniel Xu
2023-02-27  8:16   ` Marc-André Lureau
2023-02-28  1:00     ` Daniel Xu
2023-02-24  0:34 ` [PATCH 0/3] qga: Add optional `merge-output` flag to guest-exec QAPI Daniel Xu
2023-02-24  0:34 ` [PATCH 3/3] qga: test: Add tests for `merge-output` flag Daniel Xu
2023-02-24  0:21   ` Daniel Xu
2023-02-24  2:05   ` Daniel Xu
2023-02-27  8:40   ` Marc-André Lureau
2023-02-28  1:36     ` Daniel Xu
2023-02-24  2:05 ` [PATCH 2/3] qga: Add optional `merge-output` flag to guest-exec qapi Daniel Xu
2023-02-24  0:21   ` Daniel Xu
2023-02-24  0:34   ` Daniel Xu
2023-02-27  8:22   ` Marc-André Lureau
2023-02-28  1:15     ` Daniel Xu
2023-02-28  8:18       ` Marc-André Lureau
2023-02-24  4:50 ` [PATCH 0/3] qga: Add optional `merge-output` flag to guest-exec QAPI Daniel Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).