qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 62/67] kvm: use include "kvm_ppc.h" consistently


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 62/67] kvm: use include "kvm_ppc.h" consistently
Date: Thu, 3 May 2018 22:51:42 +0300

Some places include kvm_ppc.h, others target/ppc/kvm_ppc.h.
Let's be consistent.

Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 hw/ppc/spapr_cpu_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ppc/spapr_cpu_core.c b/hw/ppc/spapr_cpu_core.c
index 94afeb3..312d6ed 100644
--- a/hw/ppc/spapr_cpu_core.c
+++ b/hw/ppc/spapr_cpu_core.c
@@ -15,7 +15,7 @@
 #include "qapi/error.h"
 #include "sysemu/cpus.h"
 #include "sysemu/kvm.h"
-#include "target/ppc/kvm_ppc.h"
+#include "kvm_ppc.h"
 #include "hw/ppc/ppc.h"
 #include "target/ppc/mmu-hash64.h"
 #include "sysemu/numa.h"
-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]