From 2e5b09fd0e766434962327db4678ce1cda0c7241 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 9 Jul 2019 17:20:52 +0200 Subject: hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggested-by: Daniel P. Berrangé Signed-off-by: Markus Armbruster Message-Id: <20190709152053.16670-2-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé [Rebased onto merge commit 95a9457fd44; missed instances of qom/cpu.h in comments replaced] --- target/ppc/cpu-qom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/ppc/cpu-qom.h') diff --git a/target/ppc/cpu-qom.h b/target/ppc/cpu-qom.h index a2f202f021..afc4760051 100644 --- a/target/ppc/cpu-qom.h +++ b/target/ppc/cpu-qom.h @@ -20,7 +20,7 @@ #ifndef QEMU_PPC_CPU_QOM_H #define QEMU_PPC_CPU_QOM_H -#include "qom/cpu.h" +#include "hw/core/cpu.h" #ifdef TARGET_PPC64 #define TYPE_POWERPC_CPU "powerpc64-cpu" -- cgit v1.2.3