Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-05-10 Thread Sergey Fedorov
On 09/05/16 15:49, Paolo Bonzini wrote: > > On 22/04/2016 10:08, Cornelia Huck wrote: However, to solve this problem, it would be enough to export ${cross_prefix} from configure to config-host.mak and do like this: $(CROSS_PREFIX)strip <...> >> I agree. This would probably b

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-05-09 Thread Paolo Bonzini
On 22/04/2016 10:08, Cornelia Huck wrote: >> > However, to solve this problem, it would be enough to export >> > ${cross_prefix} from configure to config-host.mak and do like this: >> > >> > $(CROSS_PREFIX)strip <...> > I agree. This would probably be the easiest way. > $(CROSS_PREFIX) is

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-22 Thread Cornelia Huck
On Thu, 21 Apr 2016 20:36:49 +0300 Sergey Fedorov wrote: > On 18/04/16 18:47, Sergey Fedorov wrote: > > On 18/04/16 18:34, Cornelia Huck wrote: > >> On Mon, 18 Apr 2016 16:51:16 +0200 > >> Cornelia Huck wrote: > >> > >>> On Thu, 7 Apr 2016 18:53:44 +0300 > >>> Sergey Fedorov wrote: > >>> > >>>

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-21 Thread Sergey Fedorov
On 21/04/16 20:49, Alex Bennée wrote: > Sergey Fedorov writes: > >> On 18/04/16 18:47, Sergey Fedorov wrote: >>> On 18/04/16 18:34, Cornelia Huck wrote: On Mon, 18 Apr 2016 16:51:16 +0200 Cornelia Huck wrote: > On Thu, 7 Apr 2016 18:53:44 +0300 > Sergey Fedorov wrote: >>>

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-21 Thread Alex Bennée
Sergey Fedorov writes: > On 18/04/16 18:47, Sergey Fedorov wrote: >> On 18/04/16 18:34, Cornelia Huck wrote: >>> On Mon, 18 Apr 2016 16:51:16 +0200 >>> Cornelia Huck wrote: >>> On Thu, 7 Apr 2016 18:53:44 +0300 Sergey Fedorov wrote: > From: Sergey Fedorov > > Signe

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-21 Thread Sergey Fedorov
On 18/04/16 18:47, Sergey Fedorov wrote: > On 18/04/16 18:34, Cornelia Huck wrote: >> On Mon, 18 Apr 2016 16:51:16 +0200 >> Cornelia Huck wrote: >> >>> On Thu, 7 Apr 2016 18:53:44 +0300 >>> Sergey Fedorov wrote: >>> From: Sergey Fedorov Signed-off-by: Sergey Fedorov Signed-

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-18 Thread Sergey Fedorov
On 18/04/16 18:34, Cornelia Huck wrote: > On Mon, 18 Apr 2016 16:51:16 +0200 > Cornelia Huck wrote: > >> On Thu, 7 Apr 2016 18:53:44 +0300 >> Sergey Fedorov wrote: >> >>> From: Sergey Fedorov >>> >>> Signed-off-by: Sergey Fedorov >>> Signed-off-by: Sergey Fedorov >>> --- >>> pc-bios/s390-ccw

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-18 Thread Cornelia Huck
On Mon, 18 Apr 2016 16:51:16 +0200 Cornelia Huck wrote: > On Thu, 7 Apr 2016 18:53:44 +0300 > Sergey Fedorov wrote: > > > From: Sergey Fedorov > > > > Signed-off-by: Sergey Fedorov > > Signed-off-by: Sergey Fedorov > > --- > > pc-bios/s390-ccw/Makefile | 2 +- > > 1 file changed, 1 insert

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-18 Thread Cornelia Huck
On Thu, 7 Apr 2016 18:53:44 +0300 Sergey Fedorov wrote: > From: Sergey Fedorov > > Signed-off-by: Sergey Fedorov > Signed-off-by: Sergey Fedorov > --- > pc-bios/s390-ccw/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pc-bios/s390-ccw/Makefile b/pc-bios/s3

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-18 Thread Sergey Fedorov
On 07/04/16 19:18, Cornelia Huck wrote: > On Thu, 7 Apr 2016 18:53:44 +0300 > Sergey Fedorov wrote: (snip) >> --- >> pc-bios/s390-ccw/Makefile | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/pc-bios/s390-ccw/Makefile b/pc-bios/s390-ccw/Makefile >> index 4208cb429593..

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-07 Thread Sergey Fedorov
On 07/04/16 19:18, Cornelia Huck wrote: > On Thu, 7 Apr 2016 18:53:44 +0300 > Sergey Fedorov wrote: > >> From: Sergey Fedorov >> >> Signed-off-by: Sergey Fedorov >> Signed-off-by: Sergey Fedorov > Any reason you use two different email addresses here? :) I'd like people could reach me after m

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-07 Thread Cornelia Huck
On Thu, 7 Apr 2016 18:53:44 +0300 Sergey Fedorov wrote: > From: Sergey Fedorov > > Signed-off-by: Sergey Fedorov > Signed-off-by: Sergey Fedorov Any reason you use two different email addresses here? :) > --- > pc-bios/s390-ccw/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

[Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling

2016-04-07 Thread Sergey Fedorov
From: Sergey Fedorov Signed-off-by: Sergey Fedorov Signed-off-by: Sergey Fedorov --- pc-bios/s390-ccw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc-bios/s390-ccw/Makefile b/pc-bios/s390-ccw/Makefile index 4208cb429593..5ce6d4ccbaf5 100644 --- a/pc-bios/s390-cc