Re: [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c

2017-03-03 Thread Eric Blake
[adding qemu-trivial in cc] On 03/03/2017 01:18 PM, Suramya Shah wrote: > Signed-off-by: Suramya Shah > --- It would have been nice to mention in the subject that this is v2 (v1 was here https://lists.gnu.org/archive/html/qemu-devel/2017-03/msg00110.html), and then mention here after the --- tha

[Qemu-devel] [PATCH] Removed header qemu-common.h from path.c

2017-03-03 Thread Suramya Shah
Signed-off-by: Suramya Shah --- util/path.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/path.c b/util/path.c index 5479f76..7f9fc27 100644 --- a/util/path.c +++ b/util/path.c @@ -6,7 +6,6 @@ #include "qemu/osdep.h" #include #include -#include "qemu-common.h" #include "qemu/cutil

Re: [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c

2017-03-01 Thread Markus Armbruster
Copying . Suramya Shah writes: > Signed-off-by: Suramya Shah > --- > util/path.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/util/path.c b/util/path.c > index 5479f76..46a6098 100644 > --- a/util/path.c > +++ b/util/path.c > @@ -6,8 +6,7 @@ > #include "qemu/osde

Re: [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c

2017-03-01 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 20170301142320.8328-1-shah.sura...@gmail.com Type: series Subject: [Qemu-devel] [PATCH] Removed header qemu

Re: [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c

2017-03-01 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Message-id: 20170301142320.8328-1-shah.sura...@gmail.com Type: series Subject: [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked

[Qemu-devel] [PATCH] Removed header qemu-common.h from path.c

2017-03-01 Thread Suramya Shah
Signed-off-by: Suramya Shah --- util/path.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/path.c b/util/path.c index 5479f76..46a6098 100644 --- a/util/path.c +++ b/util/path.c @@ -6,8 +6,7 @@ #include "qemu/osdep.h" #include #include -#include "qemu-common.h" -#