zhenyzha

Results 24 comments of zhenyzha

`[stdlog] 2022-12-18 21:38:46,748 avocado.virttest.qemu_devices.qdevices INFO | Running virtiofs daemon command /usr/libexec/virtiofsd --socket-path=/var/tmp/avocado_2363mse0/avocado-vt-vm1-fs1-virtiofsd.sock -o source=/tmp/virtio_fs1_test -o cache=auto --no-killpriv-v2 --xattr --modcaps=+sys_admin` The code executes as expected. LGTM.Acked-by: Zhenyu Zhang

Currently, ARM has not enabled qemu-kvm to support vhost-user-blk, so maybe only x86 or no aarch64 should be set in the configuration of the case. @fbq815 @maxujun Could you check...

Very strange, the program seems to sleep after entering the guest and does not continue to run. No error is reported after waiting for more than 4 hours, and the...

BTW https://github.com/autotest/tp-qemu/blob/master/generic/tests/cfg/trans_hugepage.cfg#L21 The `thp_test_config` path needs to be modified on ARM, I have corrected it locally, but the auto case is still not completed. on ARM `thp_test_config = "/sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan:4096;/sys/kernel/mm/transparent_hugepage/khugepaged/scan_sleep_millisecs:10000;/sys/kernel/mm/transparent_hugepage/khugepaged/alloc_sleep_millisecs:60000"`