-
Hi All!
```
runv version 0.8.1, commit: v0.8.1-61-g773c40b
```
```
Docker version 17.05.0-ce, build 89658be
```
Runv hase been started as
```
sudo ./runv --debug --driver kvmtool --kernel /…
-
# riscv AIA逻辑分析 | Sherlock's blog
本文分析riscv AIA的基本逻辑。目前,相关的代码还在社区review,分析使用的代码为, qemu使用v7.1.50主线代码,kvmtool使用https://github.com/avpatel/kvmtool riscv_aia_v1分支, 内核使用https://github.com/avpatel/linux ri…
-
[root@think-donkey ubuntu]# runv --driver kvmtool --kernel /home/gaofeng/git/hyperstart/build/arch/x86_64/kernel --initrd /home/gaofeng/git/hyperstart/build/hyper-initrd.img --debug run -b `pwd` ubu…
-
This issue shall replace the current mechanism of trapping syscalls that is based on a heavy VMExit with ioeventfd. By using this mechanism, the VMM will be notified asynchronously that the app requir…
-
**What did you do?**
I am trying to build rkt-1.30.0 on Gentoo.
**What did you expect to see?**
Successful build.
**What did you see instead?**
```
builtin-run.c: In function ‘kvm_run_…
-
When we use this layer on [FUSDK ](https://github.com/sifive/freedom-u-sdk).
We will encounter a warning message about the QA issue.
We found that the default toolchain in FUSDK always enables P…
-
Currently, we use `3rd-project-name` as submodule's branch name (e.g., `3rd-nw-linux`), and most of them assume using beta0 of cca spec. I think that we should change 3rd-party branch's name to `proje…
-
Under Subgraph OS, if I run `nofear --gui xclock`, kill it with C-c, then invoke the same command again within a few seconds, the second invocation will hang after trying to connect to xpra. There is …
-
When build with gcc (GCC) 8.4.1, i got a error
```
hw/i8042.c: In function ‘kbd_io’:
hw/i8042.c:153:19: error: ‘value’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
s…
-
I am trying to run virtual machine using the tools .... and I see a core dump ... the dump points to location where it complains for missing kernel parameter. Can you please check and let me know what…