diff options
author | Michael S. Tsirkin | 2015-01-19 22:58:55 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2015-01-27 13:46:17 +0100 |
commit | 0058ae1d9483f5f96c7798e2ae51cce42c69abfb (patch) | |
tree | 1651bb3abc212fcf5c6ef74635b2c355d635ae45 /hw/i386/acpi-build.c | |
parent | virtio: fix feature bit checks (diff) | |
download | qemu-0058ae1d9483f5f96c7798e2ae51cce42c69abfb.tar.gz qemu-0058ae1d9483f5f96c7798e2ae51cce42c69abfb.tar.xz qemu-0058ae1d9483f5f96c7798e2ae51cce42c69abfb.zip |
bios-linker-loader: move header to common location
Will be usable by MIPS, ARM.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386/acpi-build.c')
-rw-r--r-- | hw/i386/acpi-build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 2f1daf701c..4944249b84 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i386/acpi-build.c @@ -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" |