cloud-hypervisor/hypervisor/src
Ruoqing He c4063d26be hypervisor: Set pc and a1 for all vcpu
It turns out we need to setup `a0`, `pc` and `a1` for all vcpus before
we run them, remove predicates used to set `pc` and `a1` for `vcpu0`.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
2024-12-03 22:13:37 +00:00
..
arch hypervisor: Tune Vaia trait to work with fdt setup 2024-12-03 22:13:37 +00:00
kvm hypervisor: Set pc and a1 for all vcpu 2024-12-03 22:13:37 +00:00
mshv hypervisor: mshv: Fix superflous lifetimes 2024-10-21 15:28:17 +00:00
cpu.rs hypervisor: cpu: Introduce RISC-V Vcpu trait 2024-11-06 14:32:39 +00:00
device.rs hypervisor, vmm: use new vfio-ioctls 2022-07-21 23:37:53 +01:00
hypervisor.rs misc: Adapt consistent import style formatting 2024-09-29 13:08:12 +01:00
lib.rs hypervisor: Introduce RISC-V architecture 2024-11-06 14:32:39 +00:00
vm.rs hypervisor: vm: Introduce RISC-V Vm trait 2024-11-06 14:32:39 +00:00