48f91cac | 05-Feb-2025 |
Ruslan Bukin <br@FreeBSD.org> |
bhyve/riscv: clean up SBI handlers.
Similar to kernel SBI clean up patch, do clean up in userspace SBI part:
- use standard SBI error codes; - remove unused function.
Differential Revision: https:
bhyve/riscv: clean up SBI handlers.
Similar to kernel SBI clean up patch, do clean up in userspace SBI part:
- use standard SBI error codes; - remove unused function.
Differential Revision: https://reviews.freebsd.org/D48829
show more ...
|
6492ef7b | 05-Feb-2025 |
Ruslan Bukin <br@FreeBSD.org> |
bhyve: Sleep for a short period after VM_EXITCODE_DEBUG exits
Apply 2e2b8afa52da6 for RISC-V:
As on amd64 and aarch64 APs will repeatedly exit until they are brought online, so this hack helps avoi
bhyve: Sleep for a short period after VM_EXITCODE_DEBUG exits
Apply 2e2b8afa52da6 for RISC-V:
As on amd64 and aarch64 APs will repeatedly exit until they are brought online, so this hack helps avoid burning CPU time during guest bootup.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D48811
show more ...
|
6b599b34 | 03-Feb-2025 |
Ruslan Bukin <br@FreeBSD.org> |
bhyve/riscv: remove clock-frequency from CPU node.
Remove CPU clock-frequency property as incorrectly constructed and not needed.
Reviewed by: markj Differential Revision: https://reviews.freebsd.o
bhyve/riscv: remove clock-frequency from CPU node.
Remove CPU clock-frequency property as incorrectly constructed and not needed.
Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D48712
show more ...
|