Re: [Qemu-devel] [RFC 6/7] accel: Move accel.c to accel/

2016-12-20 Thread Thomas Huth
On 20.12.2016 18:43, Eduardo Habkost wrote: > Signed-off-by: Eduardo Habkost > --- > Makefile.objs| 2 +- > accel.c => accel/accel.c | 0 > accel/Makefile.objs | 2 ++ > 3 files changed, 3 insertions(+), 1 deletion(-) > rename accel.c => accel/accel.c (100%) > > diff --git a/Ma

[Qemu-devel] [RFC 6/7] accel: Move accel.c to accel/

2016-12-20 Thread Eduardo Habkost
Signed-off-by: Eduardo Habkost --- Makefile.objs| 2 +- accel.c => accel/accel.c | 0 accel/Makefile.objs | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) rename accel.c => accel/accel.c (100%) diff --git a/Makefile.objs b/Makefile.objs index 06f74b8..6d62f54 100644 ---