Re: [Qemu-devel] [PATCH] s390: remove misleading comment

2016-02-16 Thread Cornelia Huck
On Tue, 16 Feb 2016 09:30:35 +0300 Michael Tokarev wrote: > The comment talks about a non-ELF object while the > example gives ELF object. > > Signed-off-by: Michael Tokarev > --- > hw/s390x/ipl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/s390x/ipl.c b/hw/s39

Re: [Qemu-devel] [PATCH] s390: remove misleading comment

2016-02-16 Thread Thomas Huth
On 16.02.2016 07:30, Michael Tokarev wrote: > The comment talks about a non-ELF object while the > example gives ELF object. > > Signed-off-by: Michael Tokarev > --- > hw/s390x/ipl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c > index

[Qemu-devel] [PATCH] s390: remove misleading comment

2016-02-15 Thread Michael Tokarev
The comment talks about a non-ELF object while the example gives ELF object. Signed-off-by: Michael Tokarev --- hw/s390x/ipl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c index c9cf7cc..2213405 100644 --- a/hw/s390x/ipl.c +++ b/hw/s390x/ipl