tjeznach / docs

1 stars 1 forks source link

cannot create chip irq on crosVM #3

Open runninglinuxkernel opened 9 months ago

runninglinuxkernel commented 9 months ago

when i run your run_qemu.sh script, it cannot create IRQ chip on crosvm.

riscv-host:mnt# ./crosvm.cli [2023-12-25T11:09:09.976955424+00:00 INFO crosvm] CrosVM started. [2023-12-25T11:09:10.186523824+00:00 INFO crosvm] CLI arguments parsed. [2023-12-25T11:09:10.354523524+00:00 DEBUG crosvm::crosvm::sys::unix] creating Kvm hypervisor [2023-12-25T11:09:10.478943524+00:00 ERROR crosvm] crosvm has exited with error: failed to create IRQ chip: Operation not supported (os error 95) [2023-12-25T11:09:10.501748724+00:00 ERROR crosvm] exiting with error 1:failed to create IRQ chip

Caused by: Operation not supported (os error 95)

liuhj2023 commented 6 months ago

I've encountered the same issue...