riscv / riscv-isa-manual

RISC-V Instruction Set Manual
https://riscv.org/
Creative Commons Attribution 4.0 International
3.7k stars 645 forks source link

Understanding hypervisor extension #1717

Closed yf13 closed 2 weeks ago

yf13 commented 2 weeks ago

I have some basic questions regarding hypervisor extension v1.0:

aswaterman commented 2 weeks ago
  1. It is an orthogonal state, separate from mode.
  2. Not from the current hart (by design). An external debugger can learn whatever it wants.
  3. Read the hypervisor spec again.