Re: [Qemu-devel] [PATCH] target/s390x: nuke DPRINTF in helper.c

2017-11-30 Thread Cornelia Huck
On Thu, 30 Nov 2017 15:05:36 +0100 Cornelia Huck wrote: > It is not used anywhere. > > Signed-off-by: Cornelia Huck > --- > target/s390x/helper.c | 18 -- > 1 file changed, 18 deletions(-) > > diff --git a/target/s390x/helper.c b/target/s390x/helper.c > index 246ba20f0d..35d97

Re: [Qemu-devel] [PATCH] target/s390x: nuke DPRINTF in helper.c

2017-11-30 Thread Thomas Huth
On 30.11.2017 15:29, David Hildenbrand wrote: > On 30.11.2017 15:05, Cornelia Huck wrote: >> It is not used anywhere. Right, looks like I move the last user of this macro away during the --disable-tcg rework. Reviewed-by: Thomas Huth

Re: [Qemu-devel] [PATCH] target/s390x: nuke DPRINTF in helper.c

2017-11-30 Thread David Hildenbrand
On 30.11.2017 15:05, Cornelia Huck wrote: > It is not used anywhere. > > Signed-off-by: Cornelia Huck > --- > target/s390x/helper.c | 18 -- > 1 file changed, 18 deletions(-) > > diff --git a/target/s390x/helper.c b/target/s390x/helper.c > index 246ba20f0d..35d9741918 100644 > -

Re: [Qemu-devel] [PATCH] target/s390x: nuke DPRINTF in helper.c

2017-11-30 Thread Eric Blake
On 11/30/2017 08:05 AM, Cornelia Huck wrote: It is not used anywhere. Signed-off-by: Cornelia Huck --- target/s390x/helper.c | 18 -- 1 file changed, 18 deletions(-) Yay! One less spot for bit-rotten debug. Reviewed-by: Eric Blake -- Eric Blake, Principal Software Engine

[Qemu-devel] [PATCH] target/s390x: nuke DPRINTF in helper.c

2017-11-30 Thread Cornelia Huck
It is not used anywhere. Signed-off-by: Cornelia Huck --- target/s390x/helper.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/target/s390x/helper.c b/target/s390x/helper.c index 246ba20f0d..35d9741918 100644 --- a/target/s390x/helper.c +++ b/target/s390x/helper.c @@ -31,