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

2018-05-03 Thread David Gibson
On Fri, May 04, 2018 at 05:44:02AM +0300, Michael S. Tsirkin wrote: > On Fri, May 04, 2018 at 10:17:01AM +1000, David Gibson wrote: > > On Thu, May 03, 2018 at 10:51:42PM +0300, Michael S. Tsirkin wrote: > > > Some places include kvm_ppc.h, others target/ppc/kvm_ppc.h. > > > Let's be consistent. >

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

2018-05-03 Thread Michael S. Tsirkin
On Fri, May 04, 2018 at 10:17:01AM +1000, David Gibson wrote: > On Thu, May 03, 2018 at 10:51:42PM +0300, Michael S. Tsirkin wrote: > > Some places include kvm_ppc.h, others target/ppc/kvm_ppc.h. > > Let's be consistent. > > > > Signed-off-by: Michael S. Tsirkin > > One of your earlier patches i

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

2018-05-03 Thread David Gibson
On Thu, May 03, 2018 at 10:51:42PM +0300, Michael S. Tsirkin wrote: > Some places include kvm_ppc.h, others target/ppc/kvm_ppc.h. > Let's be consistent. > > Signed-off-by: Michael S. Tsirkin One of your earlier patches in this series moved to using a full target/ppc/whatever.h for includers outs

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

2018-05-03 Thread Michael S. Tsirkin
Some places include kvm_ppc.h, others target/ppc/kvm_ppc.h. Let's be consistent. Signed-off-by: Michael S. Tsirkin --- 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