Re: [Qemu-devel] [PATCH v2 02/17] accel: Move accel code to accel.c
Il 29/08/2014 22:31, Eduardo Habkost ha scritto: > Signed-off-by: Eduardo Habkost > --- > hw/core/Makefile.objs | 1 + > hw/core/accel.c | 113 > ++ This is not hw/core/, so please leave it in the root directory. > include/hw/accel.h|
[Qemu-devel] [PATCH v2 02/17] accel: Move accel code to accel.c
Signed-off-by: Eduardo Habkost --- hw/core/Makefile.objs | 1 + hw/core/accel.c | 113 ++ include/hw/accel.h| 32 ++ vl.c | 81 +--- 4 files changed, 147 insertions(+), 80 de