Skip to content

Commit 80ae1f1

Browse files
authored
Merge pull request #211 from phip1611/guest-tests
2024-04: add blogpost
2 parents 96b3c77 + 50d2c6f commit 80ae1f1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ In this section, we describe updates to Rust OS projects that are not directly r
230230

231231
## Join Us?
232232

233-
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [gitter channel](https://gitter.im/rust-osdev/Lobby).
233+
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [Zulip chat](https://rust-osdev.zulipchat.com).

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

Lines changed: 9 additions & 1 deletion
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

@@ -78,4 +86,4 @@ In this section, we describe updates to Rust OS projects that are not directly r
7886

7987
## Join Us?
8088

81-
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [gitter channel](https://gitter.im/rust-osdev/Lobby).
89+
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [Zulip chat](https://rust-osdev.zulipchat.com).

0 commit comments

Comments
 (0)