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

2012-02-13 Thread Lluís Vilanova
Andreas Färber writes: > Am 13.02.2012 18:01, schrieb Lluís Vilanova: >> Andreas Färber writes: >> >>> Am 13.02.2012 16:33, schrieb Lluís Vilanova: Provides a file naming scheme consistent with other targets. Signed-off-by: Lluís Vilanova --- target-m68k/helper.c|

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

2012-02-13 Thread Andreas Färber
Am 13.02.2012 18:01, schrieb Lluís Vilanova: > Andreas Färber writes: > >> Am 13.02.2012 16:33, schrieb Lluís Vilanova: >>> Provides a file naming scheme consistent with other targets. >>> >>> Signed-off-by: Lluís Vilanova >>> --- >>> target-m68k/helper.c|2 +- >>> target-m68k/helper.h

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

2012-02-13 Thread Lluís Vilanova
Andreas Färber writes: > Am 13.02.2012 16:33, schrieb Lluís Vilanova: >> Provides a file naming scheme consistent with other targets. >> >> Signed-off-by: Lluís Vilanova >> --- >> target-m68k/helper.c|2 +- >> target-m68k/helper.h| 54 >>

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

2012-02-13 Thread Andreas Färber
Am 13.02.2012 16:33, schrieb Lluís Vilanova: > Provides a file naming scheme consistent with other targets. > > Signed-off-by: Lluís Vilanova > --- > target-m68k/helper.c|2 +- > target-m68k/helper.h| 54 > +++ > target-m68k/helpers.h

[Qemu-devel] [PATCH] [m68k] 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-m68k/helper.c|2 +- target-m68k/helper.h| 54 +++ target-m68k/helpers.h | 54 --- target