Re: [Qemu-devel] [PATCH] qemu-iotests: Save some sed processes

2012-08-09 Thread Eric Blake
On 08/09/2012 09:01 AM, Kevin Wolf wrote: > Instead of building a huge pipeline, just pass all expressions to a > single sed process. > > Suggested-by: Eric Blake > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/common.rc | 20 ++-- > 1 files changed, 10 insertions(+), 1

[Qemu-devel] [PATCH] qemu-iotests: Save some sed processes

2012-08-09 Thread Kevin Wolf
Instead of building a huge pipeline, just pass all expressions to a single sed process. Suggested-by: Eric Blake Signed-off-by: Kevin Wolf --- tests/qemu-iotests/common.rc | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/qemu-iotests/common.rc