Re: [Qemu-devel] [PATCH for-2.1] qemu-iotests: fix 028 failure due to disk image path

2014-07-18 Thread Stefan Hajnoczi
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

Re: [Qemu-devel] [PATCH for-2.1] qemu-iotests: fix 028 failure due to disk image path

2014-07-18 Thread Kevin Wolf
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

[Qemu-devel] [PATCH for-2.1] qemu-iotests: fix 028 failure due to disk image path

2014-07-17 Thread Stefan Hajnoczi
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