From 34d2cf6648588f12ed6f13bb2f4cdf1efb9fb948 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Wed, 4 Dec 2019 00:28:36 +0100 Subject: [PATCH] Update 2019-12-26-newsletter-22.md --- content/2019-12-26-newsletter-22.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/2019-12-26-newsletter-22.md b/content/2019-12-26-newsletter-22.md index b1ef419..71e0942 100644 --- a/content/2019-12-26-newsletter-22.md +++ b/content/2019-12-26-newsletter-22.md @@ -39,7 +39,10 @@ If you want to mention something in [the next newsletter], send us a pull reques ## Embedded Projects - +- [@andre-richter] released v0.1.0 of [`qemu-exit`]. This library provides functions to gracefully exit a running QEMU session from within your Rust binary with an user-defined exit code. This can be used for unit or integration tests that run inside QEMU. Currently supports `aarch64` and `x86_64` architectures. + +[@andre-richter]: https://github.com/andre-richter +[`qemu-exit`]: https://crates.io/crates/qemu-exit If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to add it to [the next newsletter], we would love to show it off!