Skip to content

Commit 50d2c6f

Browse files
committed
2024-04: add blogpost
1 parent 5aae40e commit 50d2c6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/this-month/2024-04/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ Please follow this template:
3232
- (optional) Some additional context
3333
-->
3434

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`.
42+
3543

3644
## Infrastructure and Tooling
3745

0 commit comments

Comments
 (0)