You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/this-month/2024-04/index.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,13 @@ Please follow this template:
33
33
-->
34
34
35
35
-[Testing Virtualization Stacks by Utilizing Mini Operating System Kernels](https://cyberus-technology.de/articles/testing-virtualization-stacks-utilizing-mini-kernels)\
36
-
Testing and debugging erroneous behaviour by a guest under a virtualization stack is hard and difficult. By leveraging
37
-
multiple mini operating system kernels, Cyberus Technology can investigate issues related to complicated topics, such
38
-
as never delivered interrupts, with a precise focus on where to look at. Although the Cyberus Guest Tests are still a
39
-
project written in C++, they help to find issues and problems in Cloud-Hypervisor\,**a VMM written in Rust**. For better
40
-
debugging capabilities of the Guest Tests, Cyberus Technology [upstreamed support for the Debug Console](https://github.com/cloud-hypervisor/cloud-hypervisor/pull/6012)
41
-
to Cloud Hypervisor, which is present since `v38`.
36
+
Multiple mini OS kernels help Cyberus Technology to investigate issues
37
+
related to complicated problems in virtualization stacks, such as never
38
+
delivered interrupts. Although the Cyberus Guest Tests are written in C++,
39
+
they help to find issues and problems in Cloud-Hypervisor,
40
+
**a VMM written in Rust**. For better debugging capabilities of the Guest
41
+
Tests, Cyberus Technology [upstreamed support for the Debug Console](https://github.com/cloud-hypervisor/cloud-hypervisor/pull/6012)
42
+
to Cloud Hypervisor, which is present since `v38`. The [source code of the Guest Tests is on GitHub](https://github.com/cyberus-technology/guest-tests).
42
43
-[Redox OS - April 2024 Report](https://redox-os.org/news/this-month-240430/)
0 commit comments