$ git clone -n https://gitee.com/mingkaihsu/qemu.git /var/lib/mock/dist-an23-build-python3.11-385631-71833/root/chroot_tmpdir/scmroot/qemu Cloning into '/var/lib/mock/dist-an23-build-python3.11-385631-71833/root/chroot_tmpdir/scmroot/qemu'... $ git fetch origin 60d93a7d22ccac736da581b82b2505e10d2de25c:KOJI_FETCH_HEAD From https://gitee.com/mingkaihsu/qemu * [new ref] 60d93a7d22ccac736da581b82b2505e10d2de25c -> KOJI_FETCH_HEAD $ git reset --hard KOJI_FETCH_HEAD HEAD is now at 60d93a7 Bug fix for Hygon vfio hct Description: An ECS with multiple vCCPs will meet conflicts in index_value. The conflict comes from incorrect buf memory values. For instance, given the physical ccp vfio id list: 9 2 13 0 7 5 3 4 10 1 12 14 6 8 11 After the calling of ccp vfio id(13)'s read(), each of the following ids (index_values) gets an incorrect value. It's necessary to clean the buf memory for each read().