Re: [Qemu-devel] [PATCH] [s390] Move helpers.h to helper.h

2012-03-05 Thread Alexander Graf
On 02/13/2012 04:33 PM, Lluís Vilanova wrote: Provides a file naming scheme consistent with other targets. Thanks, applied to s390-next. Alex

[Qemu-devel] [PATCH] [s390] Move helpers.h to helper.h

2012-02-13 Thread Lluís Vilanova
Provides a file naming scheme consistent with other targets. Signed-off-by: Lluís Vilanova --- target-s390x/helper.h| 152 ++ target-s390x/helpers.h | 152 -- target-s390x/op_helper.c |2 - target