Re: [Qemu-devel] [PATCH v2 18/24] fixup! ppc: spapr: use generic cpu_model parsing

2017-10-22 Thread Alexey Kardashevskiy
On 13/10/17 09:24, David Gibson wrote: > On Thu, Oct 12, 2017 at 05:50:08PM +0200, Igor Mammedov wrote: >> inot sure how it managed to compile locally and on travis > > Because target/ppc/kvm.c is only compiled on a ppc _host_. that or in cross environment, to be precise. > >> but build fails

Re: [Qemu-devel] [PATCH v2 18/24] fixup! ppc: spapr: use generic cpu_model parsing

2017-10-12 Thread David Gibson
On Thu, Oct 12, 2017 at 05:50:08PM +0200, Igor Mammedov wrote: > inot sure how it managed to compile locally and on travis Because target/ppc/kvm.c is only compiled on a ppc _host_. > but build fails with type mismatch on PPC host, fixup it > by casting to expected type I already hit this one an

[Qemu-devel] [PATCH v2 18/24] fixup! ppc: spapr: use generic cpu_model parsing

2017-10-12 Thread Igor Mammedov
inot sure how it managed to compile locally and on travis but build fails with type mismatch on PPC host, fixup it by casting to expected type Signed-off-by: Igor Mammedov --- target/ppc/kvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c