+1
−7
Loading
Always print QEMU's output to the screen - there's not a lot of it and something may come useful. Let's know what's happening. The text-based QEMU monitor always runs in an interactive mode, so post-process its output a bit: $ monitor_cmd info status QEMU 5.0.0 monitor - type 'help' for more information (qemu) info status VM status: running (qemu) Clean it up by removing the first line, then filter out any lines prefixed with "(qemu) ". Change-Id: I20b56bbdfc868bc11468dea5ef246cf1db1b4ab8 Signed-off-by:Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2143 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>