We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Multiple updates and a serial address fix. With the recent change in uart and rtc address [1] in kvmtool we can no longer specify 0x3f8 in guest earlyon argument as the address has been changed to 0x10000000. This commit changes the guest cmdline to just specify "earlycon" and guest will auto lookup the uart type and base from device tree. Also adding some updates. 1- OpenSBI is built as part of QEMU so removing it from the steps. 2- Given H extension is no more experimental, the QEMU option x-h=true is no more available. Removing this option as well. 3- Fixing some paths. [1]: https://lore.kernel.org/all/[email protected]/ Note: The above patch hasn't merged yet but this change can be made regardless of that. That's why sending it before time. Signed-off-by: Rajnesh Kanwal <[email protected]> Reviewed-by: Anup Patel <[email protected]>
Updated KVM RISC V 64bit on FireSim (markdown)
Created KVM RISC-V 64bit on FireSim (markdown)