On Thu, Jul 17, 2014 at 07:13:39PM +0100, Stefan Hajnoczi wrote:
> The disk image path is echoed by QEMU's readline when the "drive_backup
> disk ${TEST_IMG}.copy" HMP command is issued. Unfortunately it is very
> hard to filter out the path due to readline's character-by-character
> output (with
Am 17.07.2014 um 20:13 hat Stefan Hajnoczi geschrieben:
> The disk image path is echoed by QEMU's readline when the "drive_backup
> disk ${TEST_IMG}.copy" HMP command is issued. Unfortunately it is very
> hard to filter out the path due to readline's character-by-character
> output (with terminal
The disk image path is echoed by QEMU's readline when the "drive_backup
disk ${TEST_IMG}.copy" HMP command is issued. Unfortunately it is very
hard to filter out the path due to readline's character-by-character
output (with terminal escape sequences). Just redirect this command to
/dev/null for