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
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
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