Move headers to incude/sysemu/
+ arch_init.h, balloon.h, blockdev.h, dma.h, kvm.h,
sysemu.h -> include/sysemu/
+ kvm-android.h -> include/android/kvm.h
Change-Id: I3d334e1b6eea836fdcee9f36fe693cf4c74be54f
diff --git a/android/console.c b/android/console.c
index 284608d..60c637a 100644
--- a/android/console.c
+++ b/android/console.c
@@ -23,7 +23,7 @@
#include "android/sockets.h"
#include "qemu-char.h"
-#include "sysemu.h"
+#include "sysemu/sysemu.h"
#include "android/android.h"
#include "cpu.h"
#include "hw/goldfish_device.h"