]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
bios-linker-loader: move header to common location
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 19 Jan 2015 21:58:55 +0000 (23:58 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 27 Jan 2015 12:46:17 +0000 (14:46 +0200)
Will be usable by MIPS, ARM.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c
hw/i386/bios-linker-loader.c
include/hw/acpi/bios-linker-loader.h [moved from hw/i386/bios-linker-loader.h with 100% similarity]

index 2f1daf701c49274e85b24e11a171a7042ad69b21..4944249b845e5f991ea11acdf632320baa695b86 100644 (file)
@@ -36,7 +36,7 @@
 #include "hw/i386/acpi-defs.h"
 #include "hw/acpi/acpi.h"
 #include "hw/nvram/fw_cfg.h"
-#include "bios-linker-loader.h"
+#include "hw/acpi/bios-linker-loader.h"
 #include "hw/loader.h"
 #include "hw/isa/isa.h"
 #include "hw/acpi/memory_hotplug.h"
index aa56184e9a65ce7e9fb9b19ee334ea2ed77160b1..5cc4d90c1666d1c7fdd736eae36a4a2ab1c6a6b1 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include "qemu-common.h"
-#include "bios-linker-loader.h"
+#include "hw/acpi/bios-linker-loader.h"
 #include "hw/nvram/fw_cfg.h"
 
 #include "qemu/bswap.h"