Gallium70
Gallium70
目前rustsbi-qemu在收到M态软件中断时,只会判断上一个HSM命令,如果不存在就直接 [panic](https://github.com/rustsbi/rustsbi-qemu/blob/main/rustsbi-qemu/src/execute.rs#L94-L96) ,导致S态软件无论是通过SBI s-IPI扩展还是直接访问Clint都无法使用IPI功能(除非是ACLINT)。 一个最直接的hack就是发现没有HSM命令时,把软件中断直接转发给S态;不过这样可能处理不了rfence扩展,应该得再加一套或者两套命令接口。
在 OpenWRT 21.02 版本上,文档中提供的 `uci set goauthing.config.username=''` 运行报错,提示 `uci: Invalid argument` ;尝试手写配置文件后,[goauthing@](https://github.com/z4yx/GoAuthing/blob/master/docs/goauthing%40#L12) init.d 脚本中所用的 `config_get` 函数也无法获取到相应的配置值。 经测试,一种可能正常工作的组合如下: 命令行: ```shell touch /etc/config/goauthing uci add goauthing goauthing uci set goauthing.@goauthing[0].username='' uci set...
** Supporting Details ** Provide the following: * Browser Version: Chromium 112.0.5615.121 * Headscale Version: 0.22.3 * Any Browser Errors (`control+shift+i` in chrome to see) **Describe the bug** When I...