Re: [Qemu-devel] [PATCH v4 0/2] Fix ARM KVM GICv3 get/put data shift bug

2018-05-25 Thread Shannon Zhao
On 2018/5/25 19:36, no-re...@patchew.org wrote: > /tmp/qemu-test/src/hw/intc/arm_gicv3_common.c: In function > 'gicv3_gicd_no_migration_shift_bug_post_load': > /tmp/qemu-test/src/hw/intc/arm_gicv3_common.c:165:9: error: > 'gicd_no_migration_shift_bug' undeclared (first use in this function); di

Re: [Qemu-devel] [PATCH v4 0/2] Fix ARM KVM GICv3 get/put data shift bug

2018-05-25 Thread no-reply
v4 0/2] Fix ARM KVM GICv3 get/put data shift bug === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-mingw@fedora === TEST SCRIPT END === Updating

Re: [Qemu-devel] [PATCH v4 0/2] Fix ARM KVM GICv3 get/put data shift bug

2018-05-25 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 1527247371-10592-1-git-send-email-zhaoshengl...@huawei.com Subject: [Qemu-devel] [PATCH v4 0/2] Fix ARM KVM GICv3 get/put data shift bug === TEST SCRIPT BEGIN === #!/bin/bash # Testing

[Qemu-devel] [PATCH v4 0/2] Fix ARM KVM GICv3 get/put data shift bug

2018-05-25 Thread Shannon Zhao
These two patches fix ARM KVM GICv3 get/put data shift bug and add compatibility fro migration from old qemu to new one. Major Changes in V4: * Fix the kvm_dist_get/put_priority in a separate patch since it doesn't need migration compatibility. * Fix the data within post-load function Shannon Zh