Haixu Cui

Results 15 comments of Haixu Cui

@stefano-garzarella Yes the title was wrong, I have changed, it's vhost-user-spi, thanks

Hi all, my CI only has two jobs and both failed with the error log: git clone -v -- https://github.com/rust-vmm/vhost-device.git . fatal: destination path '.' already exists and is not...

Hello @stefano-garzarella , I add vhost-user-spi package in Cargo.lock. Thanks!

Hi @stefano-garzarella, I found the CI was workable before my last commit, and after I commit the Cargo.lock, it failed again with the same error I mentioned before. Could you...

Hi @stefano-garzarella, use libc::{c_ulong, ioctl}; #[cfg(target_env = "musl")] type IoctlRequest = libc::c_int; #[cfg(not(target_env = "musl"))] type IoctlRequest = c_ulong; const SPI_IOC_RD_MODE32: IoctlRequest = 0x80046b05; The SPI_IOC_RD_MODE32 definition leads to such...

Hello @stefano-garzarella, many thanks for your support, the CI errors are resolved. Now there are two errors, cargo-audit-x86_64 and coverage-x86_64. Are they expected? As you mentioned before cargo-audit is an...

Hi @stefano-garzarella, I've added some test functions, but there is still small deviation. Could you please give me some guidance on how to modify the coverage_config_x86_64.json? Besides, the CI for...

> @HaixuCui we merged the PR to fix cargo-audit warning, can you rebase? Hi @stefano-garzarella Okay.

Hi @stefano-garzarella It works, cargo-audit passed. Thank you for your support.

Hi @stefano-garzarella, @vireshk, Could you please help review the vhost-user-spi code, thank you.