Move hw/ headers to include/hw/

hw/hw.h, hw/irq.h, hw/qdev.h -> include/hw/
hw/pc.h -> include/hw/i386/
hw/isa.h -> include/hw/isa/

hw/irq.c -> hw/core/irq.c

Change-Id: I0f529fef02b5cd3ee7c418d1a4a644d75d32b1d5
diff --git a/vl-android.c b/vl-android.c
index 8cf2be5..446ac06 100644
--- a/vl-android.c
+++ b/vl-android.c
@@ -32,9 +32,9 @@
 #include "hw/boards.h"
 #include "hw/usb.h"
 #include "hw/pcmcia.h"
-#include "hw/pc.h"
+#include "hw/i386/pc.h"
 #include "hw/audiodev.h"
-#include "hw/isa.h"
+#include "hw/isa/isa.h"
 #include "hw/baum.h"
 #include "hw/goldfish_nand.h"
 #include "net/net.h"
@@ -179,8 +179,8 @@
 #include "hw/boards.h"
 #include "hw/usb.h"
 #include "hw/pcmcia.h"
-#include "hw/pc.h"
-#include "hw/isa.h"
+#include "hw/i386/pc.h"
+#include "hw/isa/isa.h"
 #include "hw/baum.h"
 #include "hw/bt.h"
 #include "hw/watchdog.h"