aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2023-02-13 18:30:33 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-02-27 22:29:01 +0100
commit1a6981bbdc124950c9055974dadf1b36c61b9e1f (patch)
treed5ba22296b0b3db1d1bd727d55f0bda5a1a372de /tests
parent71671814a8086b8179df03128589a09703f2553e (diff)
downloadqemu-1a6981bbdc124950c9055974dadf1b36c61b9e1f.zip
qemu-1a6981bbdc124950c9055974dadf1b36c61b9e1f.tar.gz
qemu-1a6981bbdc124950c9055974dadf1b36c61b9e1f.tar.bz2
hw: Move ich9.h to southbridge/
ICH9 is a south bridge which doesn't necessarily depend on x86, so move it into the southbridge folder, analoguous to PIIX. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230213173033.98762-13-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/qtest/tco-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/tco-test.c b/tests/qtest/tco-test.c
index d865e95..0547d41 100644
--- a/tests/qtest/tco-test.c
+++ b/tests/qtest/tco-test.c
@@ -14,7 +14,7 @@
#include "libqos/pci-pc.h"
#include "qapi/qmp/qdict.h"
#include "hw/pci/pci_regs.h"
-#include "hw/i386/ich9.h"
+#include "hw/southbridge/ich9.h"
#include "hw/acpi/ich9.h"
#include "hw/acpi/ich9_tco.h"