Changes from v2: - tweaked man-pages of qemu-nbd/qemu-img - added support for qemu-img (patches 4-5 as suggested)
Changes from v1: - fixed nits found by Eric Signed-off-by: Denis V. Lunev <[email protected]> CC: Eric Blake <[email protected]> CC: Paolo Bonzini <[email protected]> CC: Stefan Hajnoczi <[email protected]> CC: Kevin Wolf <[email protected]> Denis V. Lunev (5): trace: move qemu_trace_opts to trace/control.c trace: enable tracing in qemu-io trace: enable tracing in qemu-nbd qemu-img: move common options parsing before commands processing trace: enable tracing in qemu-img qemu-img.c | 51 ++++++++++++++++++++++++++++++++++++++------------- qemu-img.texi | 34 +++++++++++++++++++++++++++++++++- qemu-io.c | 17 +++++++++++++---- qemu-nbd.c | 18 +++++++++++++++++- qemu-nbd.texi | 28 ++++++++++++++++++++++++++++ trace/control.c | 44 +++++++++++++++++++++++++++++++++++++++++++- trace/control.h | 24 +++++++++++++----------- vl.c | 37 +------------------------------------ 8 files changed, 186 insertions(+), 67 deletions(-) -- 2.1.4
