mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/i386: Move ACPI header definitions in an arch-independent location
The ACPI related header file acpi-defs.h, includes definitions that apply on other architectures as well. Move it in `include/hw/acpi/` to sanely include it from other architectures. Signed-off-by: Alvise Rigo <a.rigo@virtualopensystems.com> Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com> Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
853cff8e28
commit
395e5fb442
3 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "libqtest.h"
|
||||
#include "qemu/compiler.h"
|
||||
#include "hw/i386/acpi-defs.h"
|
||||
#include "hw/acpi/acpi-defs.h"
|
||||
#include "hw/i386/smbios.h"
|
||||
#include "qemu/bitmap.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue