Re: [Qemu-devel] [PATCH] qemu-iotests: Fix 128 if sudo required

2015-05-26 Thread Kevin Wolf
Am 19.05.2015 um 12:46 hat Fam Zheng geschrieben: > If passwordless "sudo" works, use it in the qemu-io cmd. > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH] qemu-iotests: Fix 128 if sudo required

2015-05-19 Thread Stefan Hajnoczi
On Tue, May 19, 2015 at 10:46:13AM +, Fam Zheng wrote: > If passwordless "sudo" works, use it in the qemu-io cmd. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/128 | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Oops, I'm in the group 'disk' on my workstation so I never

[Qemu-devel] [PATCH] qemu-iotests: Fix 128 if sudo required

2015-05-18 Thread Fam Zheng
If passwordless "sudo" works, use it in the qemu-io cmd. Signed-off-by: Fam Zheng --- tests/qemu-iotests/128 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/qemu-iotests/128 b/tests/qemu-iotests/128 index 249a865..e2a0f2f 100755 --- a/tests/qemu-iotests/128 +++ b/tes